We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1176918 + 66197c8 commit 4113785Copy full SHA for 4113785
1 file changed
appveyor.yml
@@ -9,4 +9,12 @@ artifacts:
9
- path: 'src\NLog.Extensions.Logging\bin\release\*.nupkg'
10
11
test_script:
12
-- ps: .\run-tests.ps1
+- 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