Skip to content

Commit 480afa2

Browse files
committed
2.0.0-beta* versioning on dev
1 parent 8af5088 commit 480afa2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
version: '{build}'
22
build_script:
3-
- ps: ./Build.ps1 -majorMinor "1.5" -patch "$env:APPVEYOR_BUILD_VERSION" -customLogger "C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
3+
- ps: ./Build.ps1 -majorMinor "2.0" -patch "0-beta-$env:APPVEYOR_BUILD_VERSION" -customLogger "C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
44
artifacts:
55
- path: Serilog.*.nupkg
66
deploy:
77
- provider: NuGet
88
api_key:
99
secure: nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
1010
on:
11-
branch: master
11+
branch: ^(master|dev)$
12+

0 commit comments

Comments
 (0)