mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-08 13:40:09 +00:00
Added build file
This commit is contained in:
parent
4c0f66db3b
commit
9226cd4d0c
6
.nuget/signconfig.xml
Normal file
6
.nuget/signconfig.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__\directxmath*.nupkg" signType="CP-401405" dest="__OUTPATHROOT__\directxmath*.nupkg" />
|
||||||
|
</job>
|
||||||
|
</SignConfigXML>
|
Loading…
Reference in New Issue
Block a user