Skip to content

Commit 59a5c50

Browse files
committed
filename fix
1 parent 926dd5c commit 59a5c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

after_test_nuget-devel.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ if($env:CONFIGURATION -eq "Release") # is not a pull request
22
{
33
cd $env:APPVEYOR_BUILD_FOLDER
44
cd common
5-
nuget pack PCLExt.FileStorage.-develnuspec -Version $env:APPVEYOR_BUILD_VERSION
5+
nuget pack PCLExt.FileStorage-devel.nuspec -Version $env:APPVEYOR_BUILD_VERSION
66
Push-AppveyorArtifact "PCLExt.FileStorage.*.nupkg" -FileName nuget
77
}

0 commit comments

Comments
 (0)