Skip to content

Commit

Permalink
Avoid publishing artifacts for Debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Sep 18, 2018
1 parent e222613 commit bb8a7e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ test_script:
cache:
- packages -> **\packages.config
- C:\Users\appveyor\.nuget\packages -> appveyor.yml

# 'Release' is hard-coded to ensure VSIX and NuGet artifacts are only published for release configuration builds
artifacts:
- path: 'DocumentationAnalyzers\**\*.vsix'
- path: 'DocumentationAnalyzers\**\*.nupkg'
- path: 'DocumentationAnalyzers\DocumentationAnalyzers.Vsix\bin\Release\net452\*.vsix'
- path: 'DocumentationAnalyzers\DocumentationAnalyzers.CodeFixes\bin\Release\*.nupkg'
- path: 'DocumentationAnalyzers.Status.json'

0 comments on commit bb8a7e1

Please sign in to comment.