Skip to content

Commit e43ab66

Browse files
fix name of CLI archive (#482)
1 parent 0b00f3b commit e43ab66

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Pipelines/core-pipeline.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ extends:
101101
dotnetVersion: ${{ variables.DotnetVersion }}
102102
projectPath: 'src/oss-gadget-cli/oss-gadget-cli.csproj'
103103
projectName: 'oss-gadget-cli'
104-
artifactName: 'nuget-shared-cli-archive'
104+
artifactName: 'nuget-cli-archive'
105105
preBuild:
106106
- template: nbgv-set-version-steps.yml@templates
107107

@@ -168,6 +168,12 @@ extends:
168168
buildType: 'current'
169169
artifactName: 'nuget-shared-cli-archive'
170170
targetPath: $(Build.BinariesDirectory)\Unsigned_Binaries\
171+
- task: DownloadPipelineArtifact@2
172+
inputs:
173+
displayName: 'Download nuget-cli-archive'
174+
buildType: 'current'
175+
artifactName: 'nuget-cli-archive'
176+
targetPath: $(Build.BinariesDirectory)\Unsigned_Binaries\
171177

172178
- task: ExtractFiles@1
173179
displayName: Extract Artifacts for Signing

0 commit comments

Comments
 (0)