Skip to content

Commit 66197c8

Browse files
added auto deploy
1 parent 2c05a4f commit 66197c8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ artifacts:
99
- path: 'src\NLog.Extensions.Logging\bin\release\*.nupkg'
1010

1111
test_script:
12-
- ps: .\run-tests.ps1
12+
- ps: .\run-tests.ps1
13+
14+
deploy:
15+
- provider: NuGet
16+
api_key:
17+
secure: DtVDH1ZfIR8E2oDLeSPxfn0WFXw3MCv4WhLkkQQl9LfEHswb5sdxdCYodNKhrKik
18+
artifact: /.*\.nupkg/
19+
on:
20+
branch: master

0 commit comments

Comments
 (0)