Skip to content

Commit 99aa3c7

Browse files
authored
Merge pull request #6 from MV10/appveyor_source_commits
only build packaging-related commits
2 parents ad3405b + 8ff6998 commit 99aa3c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ build_script:
77
- ps: ./Build.ps1
88
artifacts:
99
- path: artifacts/Serilog.*.nupkg
10+
only_commits:
11+
files:
12+
- serilog-extensions-hosting.sln
13+
- src/Serilog.Extensions.Hosting/
14+
- Build.ps1
15+
- assets/
16+
- test/Serilog.Extensions.Hosting.Tests/
1017
deploy:
1118
- provider: NuGet
1219
api_key:

0 commit comments

Comments
 (0)