From c062b1e19f5e4884cfa792f8d5ed7f661bac4b95 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Thu, 1 Feb 2018 20:27:22 -0500 Subject: [PATCH] Fix build --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 75a183e..9f08f22 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file +- path: artifacts/test