Skip to content

Commit c80ec6d

Browse files
committed
Try declaratively doing artifacts.
1 parent 490eb9f commit c80ec6d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Libraries/Package.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,4 @@ ForEach ($p in $client_projects) {
9696
nuget pack $nuspecFile -OutputDirectory $packageDir -Version $nuget_version -Symbols
9797
}
9898

99-
Get-ChildItem $packageDir\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
100-
10199
Pop-Location

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ notifications:
3030
secure: WxN+iiJf8AT50n50y8/AkTMl+Cvma6lwSdffFaBU6/o=
3131
room: Notifications
3232

33+
artifacts:
34+
- path: Build\Deploy\packages\*.nupkg
35+
3336
deploy:
3437
- provider: Environment
3538
name: MyGet

0 commit comments

Comments
 (0)