mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
vPack: fix submit branch, add github token from consvc (#13959)
Our Windows branch name changed, and I took this opportunity to resolve an issue where vpack builds would occasionally fail due to GitHub rate limiting the Azure DevOps IP addresses.
This commit is contained in:
parent
eaf81b8220
commit
3958c938af
@ -4,7 +4,7 @@
|
|||||||
"collection": "microsoft",
|
"collection": "microsoft",
|
||||||
"project": "OS",
|
"project": "OS",
|
||||||
"repo": "os.2020",
|
"repo": "os.2020",
|
||||||
"name": "official/rs_wdx_dxp_windev",
|
"name": "official/rs_we_adept_e4d2",
|
||||||
"workitem": "38106206",
|
"workitem": "38106206",
|
||||||
"CheckinFiles": [
|
"CheckinFiles": [
|
||||||
{
|
{
|
||||||
@ -21,4 +21,4 @@
|
|||||||
"sendOnErrorOnly": "False"
|
"sendOnErrorOnly": "False"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -708,6 +708,7 @@ jobs:
|
|||||||
description: VPack for the Windows Terminal Application
|
description: VPack for the Windows Terminal Application
|
||||||
pushPkgName: WindowsTerminal.app
|
pushPkgName: WindowsTerminal.app
|
||||||
owner: conhost
|
owner: conhost
|
||||||
|
githubToken: $(GitHubTokenForVpackProvenance)
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
displayName: 'Copy VPack Manifest to Drop'
|
displayName: 'Copy VPack Manifest to Drop'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user