From 5d16ea1785eaa64bb6d3ee1f5dfaf2129a49f5dc Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Fri, 3 Jun 2016 18:02:23 +0200 Subject: [PATCH] Change version suffix to APPVEYOR_BUILD_NUMBER in appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b4d932c..7d76eb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: secure: m/ox72HU97EeJExWEFWx+0M9uov0cydn6E8mSaQzsQE= build_script: - dotnet restore - - dotnet pack --version-suffix %APPVEYOR_BUILD_VERSION% HtmlSanitizer + - dotnet pack --version-suffix %APPVEYOR_BUILD_NUMBER% HtmlSanitizer #test_script: # - nuget.exe install OpenCover -ExcludeVersion # - nuget.exe install NUnit.Runners -ExcludeVersion