File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ before_test:
163163after_test :
164164 - cmd : Build\run-opencover.cmd
165165 - 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 $(appveyor_build_version)
166+ - cmd : nuget pack Build\ICSharpCode.SharpZipLib.nuspec -BasePath bin\Release\ -OutputDirectory bin\Release\ -Version {version}
167167
168168# to run your custom scripts instead of automatic tests
169169test_script :
@@ -196,7 +196,7 @@ artifacts:
196196# provider names are case-sensitive!
197197deploy :
198198- provider : GitHub
199- release : sharpziplib-dogfood-$(appveyor_build_version)
199+ release : sharpziplib-dogfood-{version}
200200 description : ' Something To Eat'
201201 auth_token :
202202 secure : pZ5zHJ/2mZsmqQH0gPke0LMqSgUhz79wbcCjdDTCEIl6hRJYlYhkaPianw2hz26k # your encrypted token from GitHub
You can’t perform that action at this time.
0 commit comments