From e03cb1e60add562a3a51f30bec0d49b574cd97d3 Mon Sep 17 00:00:00 2001 From: Jon McGuire Date: Thu, 27 Dec 2018 18:03:11 -0500 Subject: [PATCH] only build packaging-related commits (#195) * only build packaging-related commits * include unit-tests per discussion in tracking issue --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 8949c74b..6ef2a940 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,14 @@ build_script: test: off artifacts: - path: artifacts/Serilog.Sinks.Elasticsearch*.nupkg +only_commits: + files: + - serilog-sinks-elasticsearch.sln + - src/Serilog.Sinks.Elasticsearch/ + - nuget.config + - Build.ps1 + - assets/ + - test/Serilog.Sinks.Elasticsearch.Tests/ deploy: - provider: NuGet api_key: