We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0f66d commit 9226cd4Copy full SHA for 9226cd4
.nuget/signconfig.xml
@@ -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