Don't run binary tooling during license scan setup (#19015)

This commit is contained in:
Ella Hathaway 2024-03-12 16:40:14 -06:00 committed by GitHub
parent 986cd8e87e
commit aa15647b3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ jobs:
matrix: $[ dependencies.Setup.outputs['GetMatrix.matrix'] ] matrix: $[ dependencies.Setup.outputs['GetMatrix.matrix'] ]
steps: steps:
- script: $(Build.SourcesDirectory)/eng/prep-source-build.sh --no-artifacts --no-bootstrap --no-prebuilts - script: $(Build.SourcesDirectory)/eng/prep-source-build.sh --no-artifacts --no-bootstrap --no-prebuilts --no-binary-tooling
displayName: 'Install .NET SDK' displayName: 'Install .NET SDK'
- task: PipAuthenticate@1 - task: PipAuthenticate@1