We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55352f1 commit a3c6c83Copy full SHA for a3c6c83
.azure-pipelines/ci-build.yml
@@ -227,10 +227,6 @@ extends:
227
pool:
228
vmImage: ubuntu-latest
229
steps:
230
- - task: DownloadPipelineArtifact@2
231
- displayName: Download hidi executable from artifacts
232
- inputs:
233
- source: current
234
- pwsh: |
235
$artifactName = Get-ChildItem -Path $(Pipeline.Workspace)\Nugets -Filter Microsoft.OpenApi.*.nupkg -recurse | select -First 1
236
$artifactVersion= $artifactName.Name -replace "Microsoft.OpenApi.", "" -replace ".nupkg", ""
0 commit comments