From 37ac9970a8bb0f9d9c1b15b1424fd2bee3265f84 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Thu, 29 Dec 2016 21:15:13 +0000 Subject: [PATCH] drop gitversion --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 952720a789..2792ab0fc6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,6 @@ environment: version_suffix: alpha install: -- choco install gitversion.portable -pre -y # Use the install script to grab the latest dotnet install - ps: iex .\dotnet-latest.ps1 @@ -18,9 +17,6 @@ install: # the parent CMD process). - "SET PATH=C:\\Program Files\\dotnet\\bin;%PATH%" -before_build: -- ps: gitversion /l console /output buildserver /updateAssemblyInfo - build_script: - cmd: build.cmd