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 490eb9f commit c80ec6dCopy full SHA for c80ec6d
Libraries/Package.ps1
@@ -96,6 +96,4 @@ ForEach ($p in $client_projects) {
96
nuget pack $nuspecFile -OutputDirectory $packageDir -Version $nuget_version -Symbols
97
}
98
99
-Get-ChildItem $packageDir\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
100
-
101
Pop-Location
appveyor.yml
@@ -30,6 +30,9 @@ notifications:
30
secure: WxN+iiJf8AT50n50y8/AkTMl+Cvma6lwSdffFaBU6/o=
31
room: Notifications
32
33
+artifacts:
34
+ - path: Build\Deploy\packages\*.nupkg
35
+
36
deploy:
37
- provider: Environment
38
name: MyGet
0 commit comments