We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cc4e0 commit 79e49b1Copy full SHA for 79e49b1
_artifacts.upload.filespec.json
@@ -3,7 +3,7 @@
3
{ "pattern": "_artifacts/chocolatey/*", "target": "chocolatey" },
4
{ "pattern": "_artifacts/deb/*", "target": "deb" },
5
{ "pattern": "_artifacts/msi/*", "target": "msi" },
6
- { "pattern": "_artifacts/nuget/*", "target": "nuget" },
+ { "pattern": "_artifacts/nuget/OctopusTentacle/*", "target": "nuget" },
7
{ "pattern": "_artifacts/rpm/*", "target": "rpm" },
8
{ "pattern": "_artifacts/zip/*", "target": "zip" }
9
]
0 commit comments