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:
commit
fb75d6a28d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue