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'] ]
|
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'
|
Loading…
Reference in a new issue