diff --git a/appveyor.yml b/appveyor.yml index e248e66..ef157e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,13 @@ build_script: test: off artifacts: - path: artifacts/Serilog.*.nupkg +only_commits: + files: + - serilog-sinks-elmahio.sln + - src/ + - Build.ps1 + - assets/ + - test/Serilog.Sinks.ElmahIo.Tests/ deploy: - provider: NuGet api_key: @@ -26,4 +33,4 @@ deploy: artifact: /Serilog.*\.nupkg/ tag: v$(appveyor_build_version) on: - branch: master \ No newline at end of file + branch: master