Fix VersionSuffix in nuget packaging from appveyor.yml

This commit is contained in:
Sergei Vorobev 2016-05-22 00:43:36 -07:00
parent 6259d1ca4e
commit 45f5638676

View file

@ -78,7 +78,7 @@ on_finish:
$zipFileFullPath
)
Publish-NuGetFeed -OutputPath .\nuget-artifacts -VersionSuffix $env:APPVEYOR_BUILD_NUMBER
Publish-NuGetFeed -OutputPath .\nuget-artifacts -VersionSuffix "b$($env:APPVEYOR_BUILD_NUMBER)"
$artifacts += (ls .\nuget-artifacts | % {$_.FullName})