Skip to content

Commit 351871e

Browse files
committed
appveyor.yml
1 parent 48e4e05 commit 351871e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

appveyor.yml

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

Comments
 (0)