Skip to content

Commit 9226cd4

Browse files
committed
Added build file
1 parent 4c0f66d commit 9226cd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.nuget/signconfig.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<SignConfigXML>
3+
<job dest="__OUTPATHROOT__" certSubject="NuGet" jobname="NugetSigningTest">
4+
<file src="__INPATHROOT__\directxmath*.nupkg" signType="CP-401405" dest="__OUTPATHROOT__\directxmath*.nupkg" />
5+
</job>
6+
</SignConfigXML>

0 commit comments

Comments
 (0)