Skip to content

Commit 3b88ae0

Browse files
authored
Fix commit filter so that appveyor.yml changes trigger a rebuild
1 parent d691f30 commit 3b88ae0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ build_script:
77
- ps: ./Build.ps1
88
artifacts:
99
- path: artifacts/Serilog.*.nupkg
10-
only_commits:
10+
skip_commits:
1111
files:
12-
- serilog-extensions-hosting.sln
13-
- src/Serilog.Extensions.Hosting/
14-
- Build.ps1
15-
- assets/
16-
- test/Serilog.Extensions.Hosting.Tests/
12+
- README.md
1713
deploy:
1814
- provider: NuGet
1915
api_key:

0 commit comments

Comments
 (0)