We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926dd5c commit 59a5c50Copy full SHA for 59a5c50
after_test_nuget-devel.ps1
@@ -2,6 +2,6 @@ if($env:CONFIGURATION -eq "Release") # is not a pull request
2
{
3
cd $env:APPVEYOR_BUILD_FOLDER
4
cd common
5
- nuget pack PCLExt.FileStorage.-develnuspec -Version $env:APPVEYOR_BUILD_VERSION
+ nuget pack PCLExt.FileStorage-devel.nuspec -Version $env:APPVEYOR_BUILD_VERSION
6
Push-AppveyorArtifact "PCLExt.FileStorage.*.nupkg" -FileName nuget
7
}
0 commit comments