Skip to content

Commit

Permalink
Merge pull request #161 from NLog/304NotModified-patch-1
Browse files Browse the repository at this point in the history
Added auto deploy
  • Loading branch information
304NotModified authored Oct 19, 2017
2 parents 1176918 + 66197c8 commit 4113785
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ artifacts:
- path: 'src\NLog.Extensions.Logging\bin\release\*.nupkg'

test_script:
- ps: .\run-tests.ps1
- ps: .\run-tests.ps1

deploy:
- provider: NuGet
api_key:
secure: DtVDH1ZfIR8E2oDLeSPxfn0WFXw3MCv4WhLkkQQl9LfEHswb5sdxdCYodNKhrKik
artifact: /.*\.nupkg/
on:
branch: master

0 comments on commit 4113785

Please sign in to comment.