Make License Pipeline not Source-Build Specific (#19201)

This commit is contained in:
Ella Hathaway 2024-03-26 12:37:50 -07:00 committed by GitHub
parent ca9773f69a
commit 77d21f22f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,8 +68,11 @@ jobs:
matrix: $[ dependencies.Setup.outputs['GetMatrix.matrix'] ] matrix: $[ dependencies.Setup.outputs['GetMatrix.matrix'] ]
steps: steps:
- script: $(Build.SourcesDirectory)/prep-source-build.sh --no-artifacts --no-bootstrap --no-prebuilts --no-binary-removal - script: |
displayName: 'Install .NET SDK' source ./eng/common/tools.sh
InitializeDotNetCli true
displayName: Install .NET SDK
workingDirectory: $(Build.SourcesDirectory)
- task: PipAuthenticate@1 - task: PipAuthenticate@1
displayName: 'Pip Authenticate' displayName: 'Pip Authenticate'