File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 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
6+ Push-AppveyorArtifact " PCLExt.FileStorage.*.nupkg" - FileName nuget
7+ }
Original file line number Diff line number Diff 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 - Version $env: APPVEYOR_BUILD_VERSION
5+ nuget pack PCLExt.FileStorage.nuspec - Version $env: APPVEYOR_BUILD_VERSION
66 Push-AppveyorArtifact " PCLExt.FileStorage.*.nupkg" - FileName nuget
77}
Original file line number Diff line number Diff line change 142142 - cd %APPVEYOR_BUILD_FOLDER%
143143 - ps : ./after_test_fx_core.ps1
144144 - cd %APPVEYOR_BUILD_FOLDER%
145- - ps : ./after_test_nuget.ps1
145+ - ps : ./after_test_nuget-devel .ps1
146146
147147 deploy :
148148 provider : NuGet
You can’t perform that action at this time.
0 commit comments