Skip to content

Commit 4b76da3

Browse files
committed
Use Correct Variable Name
1 parent a63e43a commit 4b76da3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ before_test:
163163
after_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
169169
test_script:
@@ -196,7 +196,7 @@ artifacts:
196196
# provider names are case-sensitive!
197197
deploy:
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

0 commit comments

Comments
 (0)