Don't run binary tooling during license scan setup (#19015)
This commit is contained in:
parent
986cd8e87e
commit
aa15647b3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue