We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662e9d7 commit 1ae06b1Copy full SHA for 1ae06b1
.azure-pipelines/ci-build.yml
@@ -43,10 +43,6 @@ extends:
43
displayName: 'Publish Artifact: Nugets'
44
artifactName: Nugets
45
targetPath: '$(Build.ArtifactStagingDirectory)/Nugets'
46
- - output: pipelineArtifact
47
- displayName: 'Publish Artifact: Hidi'
48
- artifactName: Hidi
49
- targetPath: '$(Build.ArtifactStagingDirectory)/Microsoft.OpenApi.Hidi'
50
steps:
51
- task: UseDotNet@2
52
displayName: 'Use .NET 6'
@@ -209,9 +205,6 @@ extends:
209
205
- input: pipelineArtifact
210
206
211
207
targetPath: '$(Pipeline.Workspace)'
212
- - input: pipelineArtifact
213
214
- targetPath: '$(Pipeline.Workspace)'
215
208
dependsOn: []
216
environment: nuget-org
217
strategy:
0 commit comments