Merge pull request #8542 from livarcocc/add_vbcscompiler_for_signing

Adding the VBCSCompiler to the list of signed files due to crossgen.
This commit is contained in:
Livar 2018-02-05 14:58:54 -08:00 committed by GitHub
commit fb75d6a28d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@
<!-- Built binaries -->
<FilesToSign Include="$(OutputDirectory)/sdk/**/csc.exe;
$(OutputDirectory)/sdk/**/csc.dll;
$(OutputDirectory)/sdk/**/VBCSCompiler.dll;
$(OutputDirectory)/sdk/**/vbc.exe;
$(OutputDirectory)/sdk/**/vbc.dll;
$(OutputDirectory)/sdk/**/fsc.exe;