We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
appveyor.yml
1 parent 48e4e05 commit 351871eCopy full SHA for 351871e
appveyor.yml
@@ -0,0 +1,13 @@
1
+version: '{build}'
2
+build_script:
3
+- ps: ./Build.ps1 -customLogger "C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
4
+artifacts:
5
+- path: artifacts\packages\Release\Serilog.Settings.Configuration.*.nupkg
6
+deploy:
7
+- provider: NuGet
8
+ api_key:
9
+ secure: nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
10
+ skip_symbols: true
11
+ on:
12
+ branch: /^(master|dev)$/
13
+
0 commit comments