Skip to content

Commit 79e49b1

Browse files
authored
Update Artifactory configuration to reflect all Octopus.Tentacle.* packages moving to nuget/OctopusTentacle (#1098)
* Update _artifacts.upload.filespec.json * Update _artifacts.upload.filespec.json * Delete a comma
1 parent 60cc4e0 commit 79e49b1

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/*", "target": "nuget" },
6+
{ "pattern": "_artifacts/nuget/OctopusTentacle/*", "target": "nuget" },
77
{ "pattern": "_artifacts/rpm/*", "target": "rpm" },
88
{ "pattern": "_artifacts/zip/*", "target": "zip" }
99
]

0 commit comments

Comments
 (0)