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 8af5088 commit 480afa2Copy full SHA for 480afa2
appveyor.yml
@@ -1,11 +1,12 @@
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"
+- ps: ./Build.ps1 -majorMinor "2.0" -patch "0-beta-$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
+ branch: ^(master|dev)$
12
+
0 commit comments