Skip to content

Commit

Permalink
Don't sign the compatability collector catalog (PowerShell#1328)
Browse files Browse the repository at this point in the history
We're still not releasing this to the gallery
  • Loading branch information
JamesWTruher committed Aug 30, 2019
1 parent abd88a8 commit 626e9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/releaseBuild/FileCatalogSigning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="PowerShell Script Analyzer File Catalog" approvers="vigarg;gstolt">
<file src="__INPATHROOT__\PSScriptAnalyzer\1.18.2\PSScriptAnalyzer.cat" signType="Authenticode" dest="__OUTPATHROOT__\PSScriptAnalyzer\1.18.2\PSScriptAnalyzer.cat" />
</job>
<job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="PowerShell Compatibility Analyzer File Catalog" approvers="vigarg;gstolt">
<!-- <job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="PowerShell Compatibility Analyzer File Catalog" approvers="vigarg;gstolt">
<file src="__INPATHROOT__\PSCompatibilityCollector\PSCompatibilityCollector.cat" signType="Authenticode" dest="__OUTPATHROOT__\PSCompatibilityCollector\PSCompatibilityAnalzyer.cat" />
</job>
</job> -->
</SignConfigXML>

0 comments on commit 626e9c4

Please sign in to comment.