Fix build

This commit is contained in:
Oren Novotny 2018-02-01 20:27:22 -05:00
parent bf29db9e76
commit c062b1e19f
No known key found for this signature in database
GPG Key ID: D501F3955648A88A

View File

@ -1,7 +1,5 @@
image: Visual Studio 2017 image: Visual Studio 2017
shallow_clone: true
branches: branches:
only: only:
- master - master
@ -22,7 +20,7 @@ nuget:
disable_publish_on_pr: true disable_publish_on_pr: true
build_script: 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 test: off
@ -31,4 +29,4 @@ deploy: off
artifacts: artifacts:
- path: artifacts/build - path: artifacts/build
- path: artifacts/packages - path: artifacts/packages
- path: artifacts/test - path: artifacts/test