Skip to content

Commit fe9b839

Browse files
committed
Added appveyor.yml
1 parent 6939f35 commit fe9b839

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

appveyor.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)