We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e222613 commit bb8a7e1Copy full SHA for bb8a7e1
appveyor.yml
@@ -29,7 +29,9 @@ test_script:
29
cache:
30
- packages -> **\packages.config
31
- C:\Users\appveyor\.nuget\packages -> appveyor.yml
32
+
33
+# 'Release' is hard-coded to ensure VSIX and NuGet artifacts are only published for release configuration builds
34
artifacts:
-- path: 'DocumentationAnalyzers\**\*.vsix'
-- path: 'DocumentationAnalyzers\**\*.nupkg'
35
+- path: 'DocumentationAnalyzers\DocumentationAnalyzers.Vsix\bin\Release\net452\*.vsix'
36
+- path: 'DocumentationAnalyzers\DocumentationAnalyzers.CodeFixes\bin\Release\*.nupkg'
37
- path: 'DocumentationAnalyzers.Status.json'
0 commit comments