Skip to content

Commit d4a8bc6

Browse files
authored
Correct Config for Artifactory to moving to nuget/OctopusTentacle (#1102)
* Update _artifacts.upload.filespec.json * Update _artifacts.upload.filespec.json * Delete a comma * Update to correct config * Update _artifacts.upload.filespec.json add an extra slash to indicate it’s a folder
1 parent 79e49b1 commit d4a8bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_artifacts.upload.filespec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ "pattern": "_artifacts/chocolatey/*", "target": "chocolatey" },
44
{ "pattern": "_artifacts/deb/*", "target": "deb" },
55
{ "pattern": "_artifacts/msi/*", "target": "msi" },
6-
{ "pattern": "_artifacts/nuget/OctopusTentacle/*", "target": "nuget" },
6+
{ "pattern": "_artifacts/nuget/*", "target": "nuget/OctopusTentacle/" },
77
{ "pattern": "_artifacts/rpm/*", "target": "rpm" },
88
{ "pattern": "_artifacts/zip/*", "target": "zip" }
99
]

0 commit comments

Comments
 (0)