From a6610faa4f5704e641fb67441179a1dcb0e1fc99 Mon Sep 17 00:00:00 2001 From: Jon McGuire Date: Mon, 1 Oct 2018 09:26:00 -0400 Subject: [PATCH 1/2] only build packaging-related commits --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 02761fd..9dc3dbe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,12 @@ build_script: - ps: ./Build.ps1 artifacts: - path: artifacts/Serilog.*.nupkg +only_commits: + files: + - serilog-extensions-hosting.sln + - src/Serilog.Extensions.Hosting/ + - Build.ps1 + - assets/ deploy: - provider: NuGet api_key: From 8ff6998c9d09a0158385d4a01a0875aac9bf7354 Mon Sep 17 00:00:00 2001 From: Jon McGuire Date: Mon, 8 Oct 2018 14:03:22 -0400 Subject: [PATCH 2/2] include unit-tests per discussion in tracking issue --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 9dc3dbe..ea3b06b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,7 @@ only_commits: - src/Serilog.Extensions.Hosting/ - Build.ps1 - assets/ + - test/Serilog.Extensions.Hosting.Tests/ deploy: - provider: NuGet api_key: