зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 763257: Set PAT before trying to download drop on publish step in rolling pipeline
This commit is contained in:
Родитель
8c0dde94c1
Коммит
5a73d2aba3
|
@ -86,7 +86,12 @@ jobs:
|
|||
inputs:
|
||||
filePath: Shared/Scripts/SBOMValidation.ps1
|
||||
arguments: -SBOMManifestFile $(Agent.TempDirectory)/DownloadedDrop/_manifest/spdx_2.2/manifest.spdx.json -BcdeOutputFile $(Agent.TempDirectory)/DownloadedDrop/_manifest/bcde-output.json
|
||||
|
||||
|
||||
# Set PAT to pull from mseng
|
||||
- template: ../../common/set-artifacts-pat.yml
|
||||
parameters:
|
||||
AzDevPAT: $(PAT-TseBuild-AzureDevOps-MsEng)
|
||||
|
||||
- task: ms-vscs-artifact.build-tasks.artifactDropDownloadTask-1.artifactDropDownloadTask@0
|
||||
displayName: Download MacOS Runtime Nuget Package
|
||||
inputs:
|
||||
|
@ -95,11 +100,6 @@ jobs:
|
|||
destinationPath: $(Agent.TempDirectory)/DownloadedDrop
|
||||
usePat: false
|
||||
|
||||
# Set PAT to pull from mseng
|
||||
- template: ../../common/set-artifacts-pat.yml
|
||||
parameters:
|
||||
AzDevPAT: $(PAT-TseBuild-AzureDevOps-MsEng)
|
||||
|
||||
- task: ms-vscs-artifact.build-tasks.artifactDropDownloadTask-1.artifactDropDownloadTask@1
|
||||
displayName: Download Internal Linux Intermediate Artifacts
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче