From 57a4e5a1647ca95c4fc5733329e1fcfb4d4c4f00 Mon Sep 17 00:00:00 2001 From: Jon McGuire Date: Mon, 8 Oct 2018 12:24:27 -0400 Subject: [PATCH] also build on unit-test commits --- appveyor.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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