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.
1 parent 6939f35 commit fe9b839Copy full SHA for fe9b839
appveyor.yml
@@ -0,0 +1,11 @@
1
+version: '{build}'
2
+build_script:
3
+- ps: ./Build.ps1 -majorMinor "1.5" -patch "$env:APPVEYOR_BUILD_VERSION" -customLogger "C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
4
+artifacts:
5
+- path: Serilog.*.nupkg
6
+deploy:
7
+- provider: NuGet
8
+ api_key:
9
+ secure: nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
10
+ on:
11
+ branch: master
0 commit comments