Skip to content

Commit 4113785

Browse files
Merge pull request #161 from NLog/304NotModified-patch-1
Added auto deploy
2 parents 1176918 + 66197c8 commit 4113785

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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)