Skip to content

Commit f0fecda

Browse files
committed
trying to fix nuget artifact
1 parent 015a593 commit f0fecda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

after_test_nuget.ps1

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

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
api_key:
8181
secure: yoZtG3i28wVuNDk1HrGW/t3tsgt3Ru/Yk/y/sOzUHRc2WVZlynVdWSHK/Bp0uShJ
8282
skip_symbols: false
83-
artifact: "common\PCLExt.FileStorage.*.nupkg"
83+
artifact: nuget
8484
on:
8585
configuration: Release
8686
APPVEYOR_REPO_TAG: true
@@ -149,7 +149,7 @@
149149
api_key:
150150
secure: yoZtG3i28wVuNDk1HrGW/t3tsgt3Ru/Yk/y/sOzUHRc2WVZlynVdWSHK/Bp0uShJ
151151
skip_symbols: false
152-
artifact: "common\PCLExt.FileStorage-devel.*.nupkg"
152+
artifact: nuget
153153
on:
154154
configuration: Release
155155

0 commit comments

Comments
 (0)