mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-26 16:12:24 +00:00
This allows me to make the build pipeline, instead of the release engineer, put the version number in the package name. It also lets us sign multiple packages (if we ever produce more than one.)
6 lines
311 B
XML
6 lines
311 B
XML
<SignConfigXML>
|
|
<job platform="" configuration="" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" jobname="EngFunSimpleSign" approvers="">
|
|
<file src="__INPATHROOT__\Microsoft.WindowsTerminal*.msixbundle" signType="136020001" />
|
|
</job>
|
|
</SignConfigXML>
|