summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2015-10-25 11:07:58 -0400
committerOren Novotny <oren@novotny.org>2015-10-25 11:07:58 -0400
commite5d4b8dd8bbc338496b634bc3121ccad582ddc33 (patch)
treeaee5816face4b030f8f128be3b686da5891ad5da
parentfix bad merge (diff)
downloadBouncyCastle.NET-ed25519-e5d4b8dd8bbc338496b634bc3121ccad582ddc33.tar.xz
use nuget for GitVersion
-rw-r--r--appveyor.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f256f13a3..a80169c20 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,15 +1,16 @@
 configuration: Release
-install:
-  - cmd: choco install gitversion.portable -pre -y
+install:  
   - cmd: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
+  - cmd: nuget install gitlink -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre
+  - cmd: nuget install GitVersion.CommandLine -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre
 
 assembly_info:
   patch: false
       
 before_build:
-  - cmd: nuget install gitlink -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre
+  
   - cmd: nuget restore
-  - cmd: gitversion /l console /output buildserver /updateAssemblyInfo
+  - cmd: '.\packages\GitVersion.CommandLine\tools\GitVersion.exe /l console /output buildserver /updateAssemblyInfo'
   
 build:
   verbosity: normal