Skip to content

Commit 135d716

Browse files
committed
Update BlazorStateMultiStage.yml for Azure Pipelines
1 parent ead0866 commit 135d716

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Build/BlazorStateMultiStage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ stages:
154154
ArtifactName: Nuget
155155
publishLocation: Container
156156

157+
- task: DownloadPipelineArtifact@2
158+
inputs:
159+
artifactName: 'Nuget'
160+
buildType: current
161+
targetPath: '$(Pipeline.Workspace)/PipelineArtifacts/Nuget'
162+
157163
- task: NuGetCommand@2
158164
displayName: 'Push NuGet to Nuget.org'
159165
inputs:

0 commit comments

Comments
 (0)