Adding the VBCSCompiler to the list of signed files due to crossgen.

This commit is contained in:
Livar Cunha 2018-02-05 14:26:08 -08:00
parent cdf3901658
commit 5ea7f68d59

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;