-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate packaged submission into Windows (#12449)
We're now building a fully provenance, compliance, and security validated package (vpack) through our Release pipeline. This attaches the last phase which automates the submission into the Windows product. It will also automatically trace back the source, commit SHA, and build to the submission here from the Windows side. * [x] Automates a manual activity I performed a few times recently * [x] I work here * [x] Ran a test of it against `release-1.12` and it worked
- Loading branch information
Showing
3 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"Branch": [ | ||
{ | ||
"collection": "microsoft", | ||
"project": "OS", | ||
"repo": "os.2020", | ||
"name": "official/rs_wdx_dxp_windev", | ||
"workitem": "38106206", | ||
"CheckinFiles": [ | ||
{ | ||
"source": "WindowsTerminal.app.man", | ||
"path": "/redist/mspartners/ipa/WindowsTerminal", | ||
"type": "File" | ||
} | ||
] | ||
} | ||
], | ||
"Email": [ | ||
{ | ||
"sendTo": "condev", | ||
"sendOnErrorOnly": "False" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters