mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
6 lines
275 B
XML
6 lines
275 B
XML
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
<SignConfigXML>
|
||
|
|
<job dest="__OUTPATHROOT__" certSubject="NuGet" jobname="NugetSigningTest">
|
||
|
|
<file src="__INPATHROOT__\directxmath*.nupkg" signType="CP-401405" dest="__OUTPATHROOT__\directxmath*.nupkg" />
|
||
|
|
</job>
|
||
|
|
</SignConfigXML>
|