Skip to content

Commit

Permalink
Merge pull request #285 from NLog/304NotModified-patch-1
Browse files Browse the repository at this point in the history
Deploy snupkg on AppVeyor
  • Loading branch information
304NotModified authored Apr 4, 2019
2 parents 4f33779 + 2dbb233 commit 2b9b021
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ environment:
secure: WYvd/k1xGCsDS+4iOhjzxA5/e36RjkxnuVOHpBR+eDtZNNjpYydCyNfd1COME9jI
sonar_token:
secure: OUI/jCbBF75TwKMPT+IfewdgwCgx9nQkRg3cYOEQNJeX5J2++oWS3dmpwO51XduP
NUGET_DEPLOY_SECRET:
secure: DtVDH1ZfIR8E2oDLeSPxfn0WFXw3MCv4WhLkkQQl9LfEHswb5sdxdCYodNKhrKik

install:
- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"'
Expand Down Expand Up @@ -39,3 +41,6 @@ deploy:
artifact: /.*\.nupkg/
on:
branch: master

after_deploy:
- ps : Get-ChildItem *.snupkg -recurse | % { dotnet nuget push $_.FullName -s https://api.nuget.org/v3/index.json -k $env:NUGET_DEPLOY_SECRET }

0 comments on commit 2b9b021

Please sign in to comment.