Skip to content

Commit

Permalink
vPack: fix submit branch, add github token from consvc (#13959)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DHowett authored Sep 9, 2022
1 parent eaf81b8 commit 3958c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/config/GitCheckin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"collection": "microsoft",
"project": "OS",
"repo": "os.2020",
"name": "official/rs_wdx_dxp_windev",
"name": "official/rs_we_adept_e4d2",
"workitem": "38106206",
"CheckinFiles": [
{
Expand All @@ -21,4 +21,4 @@
"sendOnErrorOnly": "False"
}
]
}
}
1 change: 1 addition & 0 deletions build/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ jobs:
description: VPack for the Windows Terminal Application
pushPkgName: WindowsTerminal.app
owner: conhost
githubToken: $(GitHubTokenForVpackProvenance)
- task: PublishPipelineArtifact@1
displayName: 'Copy VPack Manifest to Drop'
inputs:
Expand Down

0 comments on commit 3958c93

Please sign in to comment.