File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ extends:
101
101
dotnetVersion : ${{ variables.DotnetVersion }}
102
102
projectPath : ' src/oss-gadget-cli/oss-gadget-cli.csproj'
103
103
projectName : ' oss-gadget-cli'
104
- artifactName : ' nuget-shared- cli-archive'
104
+ artifactName : ' nuget-cli-archive'
105
105
preBuild :
106
106
- template : nbgv-set-version-steps.yml@templates
107
107
@@ -168,6 +168,12 @@ extends:
168
168
buildType : ' current'
169
169
artifactName : ' nuget-shared-cli-archive'
170
170
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\
171
177
172
178
- task : ExtractFiles@1
173
179
displayName : Extract Artifacts for Signing
You can’t perform that action at this time.
0 commit comments