We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b76da3 commit 1155980Copy full SHA for 1155980
1 file changed
appveyor.yml
@@ -163,7 +163,7 @@ before_test:
163
after_test:
164
- cmd: Build\run-opencover.cmd
165
- cmd: packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover Documentation\opencover-results-release.xml
166
- - cmd: nuget pack Build\ICSharpCode.SharpZipLib.nuspec -BasePath bin\Release\ -OutputDirectory bin\Release\ -Version {version}
+ - cmd: nuget pack Build\ICSharpCode.SharpZipLib.nuspec -BasePath bin\Release\ -OutputDirectory bin\Release\ -Version %APPVEYOR_BUILD_VERSION%
167
168
# to run your custom scripts instead of automatic tests
169
test_script:
0 commit comments