Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kralizek committed Jan 26, 2021
1 parent 9f2c7d2 commit 7959d94
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,17 @@ artifacts:
type: zip

deploy:
- provider: NuGet
server: https://www.myget.org/F/nybus/api/v2/package
api_key:
secure: QVqDkPkS9GJLUAmRBE+WUpWPddQYM3tcbtZAFAJFPgut90icXd1vt5nkb4tIwHb+
artifact: packages
- provider: Environment
name: NuGet
on:
branch: master
branch:
- master
- main
appveyor_repo_tag: true
- provider: Environment
name: GitHub Packages - Nybus
on:
branch:
- master
- main
appveyor_repo_tag: true

0 comments on commit 7959d94

Please sign in to comment.