1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-12-01 16:40:06 +00:00
DirectXTex/.nuget/signconfig_desktop.xml

7 lines
441 B
XML
Raw Normal View History

2018-05-15 04:58:59 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<SignConfigXML>
<job dest="__OUTPATHROOT__" certSubject="NuGet" jobname="NugetSigningTest">
<file src="__INPATHROOT__\directxtex_desktop_2017*.nupkg" signType="CP-401405" dest="__OUTPATHROOT__\directxtex_desktop_2017*.nupkg" />
2018-11-17 01:37:23 +00:00
<file src="__INPATHROOT__\directxtex_desktop_win10*.nupkg" signType="CP-401405" dest="__OUTPATHROOT__\directxtex_desktop_win10*.nupkg" />
2018-05-15 04:58:59 +00:00
</job>
</SignConfigXML>