Change version suffix to APPVEYOR_BUILD_NUMBER in appveyor.yml
This commit is contained in:
@@ -12,7 +12,7 @@ environment:
|
|||||||
secure: m/ox72HU97EeJExWEFWx+0M9uov0cydn6E8mSaQzsQE=
|
secure: m/ox72HU97EeJExWEFWx+0M9uov0cydn6E8mSaQzsQE=
|
||||||
build_script:
|
build_script:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- dotnet pack --version-suffix %APPVEYOR_BUILD_VERSION% HtmlSanitizer
|
- dotnet pack --version-suffix %APPVEYOR_BUILD_NUMBER% HtmlSanitizer
|
||||||
#test_script:
|
#test_script:
|
||||||
# - nuget.exe install OpenCover -ExcludeVersion
|
# - nuget.exe install OpenCover -ExcludeVersion
|
||||||
# - nuget.exe install NUnit.Runners -ExcludeVersion
|
# - nuget.exe install NUnit.Runners -ExcludeVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user