Skip to content

Commit 1ae06b1

Browse files
committed
fix: redundant artifact upload
Signed-off-by: Vincent Biret <[email protected]>
1 parent 662e9d7 commit 1ae06b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: .azure-pipelines/ci-build.yml

-7
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ extends:
4343
displayName: 'Publish Artifact: Nugets'
4444
artifactName: Nugets
4545
targetPath: '$(Build.ArtifactStagingDirectory)/Nugets'
46-
- output: pipelineArtifact
47-
displayName: 'Publish Artifact: Hidi'
48-
artifactName: Hidi
49-
targetPath: '$(Build.ArtifactStagingDirectory)/Microsoft.OpenApi.Hidi'
5046
steps:
5147
- task: UseDotNet@2
5248
displayName: 'Use .NET 6'
@@ -209,9 +205,6 @@ extends:
209205
- input: pipelineArtifact
210206
artifactName: Nugets
211207
targetPath: '$(Pipeline.Workspace)'
212-
- input: pipelineArtifact
213-
artifactName: Hidi
214-
targetPath: '$(Pipeline.Workspace)'
215208
dependsOn: []
216209
environment: nuget-org
217210
strategy:

0 commit comments

Comments
 (0)