Skip to content

Commit a3c6c83

Browse files
committed
fix: removes extraneous download artifact task
Signed-off-by: Vincent Biret <[email protected]>
1 parent 55352f1 commit a3c6c83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.azure-pipelines/ci-build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,6 @@ extends:
227227
pool:
228228
vmImage: ubuntu-latest
229229
steps:
230-
- task: DownloadPipelineArtifact@2
231-
displayName: Download hidi executable from artifacts
232-
inputs:
233-
source: current
234230
- pwsh: |
235231
$artifactName = Get-ChildItem -Path $(Pipeline.Workspace)\Nugets -Filter Microsoft.OpenApi.*.nupkg -recurse | select -First 1
236232
$artifactVersion= $artifactName.Name -replace "Microsoft.OpenApi.", "" -replace ".nupkg", ""

0 commit comments

Comments
 (0)