Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.

only build packaging-related commits #78

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ build_script:
test: off
artifacts:
- path: artifacts/Serilog.*.nupkg
only_commits:
files:
- Serilog-Sinks.AzureDocumentDB.sln
- src/Serilog.Sinks.AzureDocumentDb/
- Build.ps1
- assets/
deploy:
- provider: NuGet
api_key:
Expand Down