build: 更新 CI 运行环境
This commit is contained in:
parent
cea0a9744f
commit
f608d88c9d
|
@ -1,4 +1,4 @@
|
||||||
version: 3.1.{build}
|
version: 5.0.{build}
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- release
|
- release
|
||||||
|
@ -33,7 +33,7 @@ test_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
.\scripts\appveyor\appveyor.test.ps1
|
.\scripts\appveyor\appveyor.test.ps1
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: src\admin\Bootstrap.Admin\bin\release\netcoreapp3.1\publish\
|
- path: src\admin\Bootstrap.Admin\bin\release\net5.0\publish\
|
||||||
name: BootstrapAdmin
|
name: BootstrapAdmin
|
||||||
type: WebDeployPackage
|
type: WebDeployPackage
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue