Skip to content

Commit

Permalink
fix: redundant artifact upload
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Dec 19, 2024
1 parent 8380f66 commit b5b1a83
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ extends:
displayName: 'Publish Artifact: Nugets'
artifactName: Nugets
targetPath: '$(Build.ArtifactStagingDirectory)/Nugets'
- output: pipelineArtifact
displayName: 'Publish Artifact: Hidi'
artifactName: Hidi
targetPath: '$(Build.ArtifactStagingDirectory)/Microsoft.OpenApi.Hidi'
steps:
- task: UseDotNet@2
displayName: 'Use .NET 6'
Expand Down Expand Up @@ -209,9 +205,6 @@ extends:
- input: pipelineArtifact
artifactName: Nugets
targetPath: '$(Pipeline.Workspace)'
- input: pipelineArtifact
artifactName: Hidi
targetPath: '$(Pipeline.Workspace)'
dependsOn: []
environment: nuget-org
strategy:
Expand Down

0 comments on commit b5b1a83

Please sign in to comment.