Skip to content

Commit

Permalink
Merge pull request #5852 from microsoft/hotfix/ci-security-requirements
Browse files Browse the repository at this point in the history
fix: removes download none instructions
  • Loading branch information
baywet authored Nov 29, 2024
2 parents da6b4e1 + a7ffb5d commit ad7aee4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ extends:
dependsOn:
- github_release
steps:
- download: none
- task: NodeTool@0
inputs:
versionSpec: "18.x"
Expand Down Expand Up @@ -763,7 +762,6 @@ extends:
runOnce:
deploy:
steps:
- download: none
- pwsh: $(Pipeline.Workspace)/scripts/get-prerelease-version.ps1 -currentBranch $(Build.SourceBranch) -previewBranch ${{ parameters.previewBranch }}
displayName: "Set version suffix"
- pwsh: $(Pipeline.Workspace)/scripts/get-version-from-csproj.ps1 -csprojPath "$(Pipeline.Workspace)/csproj/kiota.csproj"
Expand Down Expand Up @@ -824,7 +822,6 @@ extends:
runOnce:
deploy:
steps:
- download: none
- powershell: |
Remove-Item "$(Pipeline.Workspace)/Microsoft.OpenApi.Kiota.Builder.*.nupkg" -Verbose
displayName: remove other nupkgs to avoid duplication
Expand Down Expand Up @@ -854,7 +851,6 @@ extends:
runOnce:
deploy:
steps:
- download: none
- powershell: |
Remove-Item "$(Pipeline.Workspace)/Microsoft.OpenApi.Kiota.*.nupkg" -Verbose -Exclude "*.Builder.*"
displayName: remove other nupkgs to avoid duplication
Expand Down

0 comments on commit ad7aee4

Please sign in to comment.