Skip to content

Commit

Permalink
updated appveryor to use appvery build version in nuspec pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ritchie committed Nov 11, 2015
1 parent a1d586d commit 011225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ after_build:
copy src\geschikt.net45\bin\Release\geschikt.pdb nuget\lib\net45
nuget.exe pack nuget\ProductivityExtensions.nuspec -Symbols -version $env:APPVEYOR_BUILD_VERSION
nuget.exe pack nuget\ProductivityExtensions.nuspec -Symbols -version %APPVEYOR_BUILD_VERSION%
artifacts:
- path: src\geschikt\bin\Release\geschikt.dll
name: net40-client
Expand Down

0 comments on commit 011225a

Please sign in to comment.