Skip to content

Commit 626e9c4

Browse files
authored
Don't sign the compatability collector catalog (#1328)
We're still not releasing this to the gallery
1 parent abd88a8 commit 626e9c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/releaseBuild/FileCatalogSigning.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="PowerShell Script Analyzer File Catalog" approvers="vigarg;gstolt">
55
<file src="__INPATHROOT__\PSScriptAnalyzer\1.18.2\PSScriptAnalyzer.cat" signType="Authenticode" dest="__OUTPATHROOT__\PSScriptAnalyzer\1.18.2\PSScriptAnalyzer.cat" />
66
</job>
7-
<job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="PowerShell Compatibility Analyzer File Catalog" approvers="vigarg;gstolt">
7+
<!-- <job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="PowerShell Compatibility Analyzer File Catalog" approvers="vigarg;gstolt">
88
<file src="__INPATHROOT__\PSCompatibilityCollector\PSCompatibilityCollector.cat" signType="Authenticode" dest="__OUTPATHROOT__\PSCompatibilityCollector\PSCompatibilityAnalzyer.cat" />
9-
</job>
9+
</job> -->
1010
</SignConfigXML>

0 commit comments

Comments
 (0)