Make License Pipeline not Source-Build Specific (#19201)
This commit is contained in:
parent
ca9773f69a
commit
77d21f22f5
1 changed files with 5 additions and 2 deletions
|
@ -68,8 +68,11 @@ jobs:
|
|||
matrix: $[ dependencies.Setup.outputs['GetMatrix.matrix'] ]
|
||||
steps:
|
||||
|
||||
- script: $(Build.SourcesDirectory)/prep-source-build.sh --no-artifacts --no-bootstrap --no-prebuilts --no-binary-removal
|
||||
displayName: 'Install .NET SDK'
|
||||
- script: |
|
||||
source ./eng/common/tools.sh
|
||||
InitializeDotNetCli true
|
||||
displayName: Install .NET SDK
|
||||
workingDirectory: $(Build.SourcesDirectory)
|
||||
|
||||
- task: PipAuthenticate@1
|
||||
displayName: 'Pip Authenticate'
|
Loading…
Reference in a new issue