More build files
This commit is contained in:
parent
40b3b107d2
commit
94b06c9072
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>
|
Loading…
Reference in New Issue
Block a user