Skip to content

Commit 415c386

Browse files
committed
Publish to myget
1 parent 73bd0c5 commit 415c386

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ artifacts:
3434
- path: Build\Deploy\packages\*.nupkg
3535

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

0 commit comments

Comments
 (0)