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