Fix build
This commit is contained in:
parent
bf29db9e76
commit
c062b1e19f
@ -1,7 +1,5 @@
|
||||
image: Visual Studio 2017
|
||||
|
||||
shallow_clone: true
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
@ -22,7 +20,7 @@ nuget:
|
||||
disable_publish_on_pr: true
|
||||
|
||||
build_script:
|
||||
- ps: .\build.ps1 -target appveyor -buildAssemblyVersion ($env:BuildVersion + $env:APPVEYOR_BUILD_NUMBER) -buildSemanticVersion ($env:BuildSemanticVersion + $env:APPVEYOR_BUILD_NUMBER)
|
||||
- ps: .\build.ps1 -target appveyor
|
||||
|
||||
test: off
|
||||
|
||||
@ -31,4 +29,4 @@ deploy: off
|
||||
artifacts:
|
||||
- path: artifacts/build
|
||||
- path: artifacts/packages
|
||||
- path: artifacts/test
|
||||
- path: artifacts/test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user