Skip to content

Commit 85ea0d7

Browse files
committed
Try named artifacts.
1 parent 415c386 commit 85ea0d7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appveyor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ notifications:
3232

3333
artifacts:
3434
- path: Build\Deploy\packages\*.nupkg
35+
name: packages
3536

3637
deploy:
37-
- provider: NuGet
38-
server: https://www.myget.org/F/exceptionless/
39-
api_key:
40-
secure: $env:MYGET_API_KEY
41-
artifact: *.nupkg
38+
- provider: Environment
39+
name: MyGet
40+
artifact: packages

0 commit comments

Comments
 (0)