mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-05 20:56:13 +01:00
More build files
This commit is contained in:
6
.nuget/signconfig_desktop_2015.xml
Normal file
6
.nuget/signconfig_desktop_2015.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<SignConfigXML>
|
||||
<job dest="__OUTPATHROOT__" certSubject="NuGet" jobname="NugetSigningTest">
|
||||
<file src="__INPATHROOT__\directxtex_desktop_2015*.nupkg" signType="CP-401405" dest="__OUTPATHROOT__\directxtex_desktop_2015*.nupkg" />
|
||||
</job>
|
||||
</SignConfigXML>
|
||||
6
.nuget/signconfig_uwp.xml
Normal file
6
.nuget/signconfig_uwp.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<SignConfigXML>
|
||||
<job dest="__OUTPATHROOT__" certSubject="NuGet" jobname="NugetSigningTest">
|
||||
<file src="__INPATHROOT__\directxtex_uwp*.nupkg" signType="CP-401405" dest="__OUTPATHROOT__\directxtex_uwp*.nupkg" />
|
||||
</job>
|
||||
</SignConfigXML>
|
||||
Reference in New Issue
Block a user