Skip to content

Commit

Permalink
Add github releases deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dampee authored Jun 25, 2020
1 parent d91e93d commit c68338f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ artifacts:
name: MyApp

deploy:
provider: NuGet
- provider: NuGet
api_key:
secure: hd63fmfN87wpPr16CMeB3I4jj/+mj0oHJxUIaQb7t61spQKNJfwxmfp059BKs6DX
skip_symbols: false
artifact: MyApp
- provider: GitHub
artifact: MyApp
auth_token:
secure: OFvuxAZ0fV+i5iZDD4bfNLyy8H4fWQpJUOyLX2OybtSFtgYYUwm06qADOy950/Ui

dotnet_csproj:
patch: true
Expand Down

0 comments on commit c68338f

Please sign in to comment.