Update files that should not be signed (#11810) (#11819)

These files come in through sdk, but post-build signing needs to know not to sign them.
This commit is contained in:
Michelle McDaniel 2021-09-01 17:18:20 -07:00 committed by GitHub
parent 83fb59b245
commit 48618e82a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@
<!-- Files in the layout that should not be signed -->
<FileSignInfo Include="apphost.exe" CertificateName="None" />
<FileSignInfo Include="comhost.dll" CertificateName="None" />
<FileSignInfo Include="singlefilehost.exe" CertificateName="None" />
<!-- These are 3rd party nupkgs and should not be signed with an MS cert -->
<FileSignInfo Include="nunit3.dotnetnew.template.$(NUnit3Templates21PackageVersion).nupkg" CertificateName="None" />