зеркало из https://github.com/microsoft/msquic.git
Map Secret for Mirror Script (#140)
This commit is contained in:
Родитель
1577c00e31
Коммит
3eb46b2555
|
@ -19,6 +19,11 @@ param (
|
|||
Set-StrictMode -Version 'Latest'
|
||||
$PSDefaultParameterValues['*:ErrorAction'] = 'Stop'
|
||||
|
||||
# Verify the PAT environmental variable is set.
|
||||
if ($null -eq $Env:AzDO_PAT -or "" -eq $Env:AzDO_PAT) {
|
||||
Write-Error "PAT for Azure DevOps Repo doesn't exist!"
|
||||
}
|
||||
|
||||
# Make sure we're in the correct branch.
|
||||
git checkout $Branch
|
||||
|
||||
|
|
|
@ -18,3 +18,5 @@ jobs:
|
|||
pwsh: true
|
||||
filePath: .azure/scripts/sync-mirror.ps1
|
||||
arguments: -Branch ${{ parameters.branch }}
|
||||
env:
|
||||
AzDO_PAT: $(AzDO_PAT)
|
||||
|
|
Загрузка…
Ссылка в новой задаче