Disable crossgen for MSBuild inline-task refs
This commit is contained in:
parent
6bed6e1943
commit
7bed83fc98
1 changed files with 3 additions and 0 deletions
|
@ -283,6 +283,9 @@
|
|||
<RemainingFiles Remove="$(PublishDir)**\*.resources.dll" />
|
||||
|
||||
<DiasymReaderPath Include="$(SharedFrameworkNameVersionPath)/Microsoft.DiaSymReader.Native.*.dll" />
|
||||
|
||||
<!-- MSBuild includes reference assemblies to compile in-memory tasks. Don't try to crossgen. -->
|
||||
<RemainingFiles Remove="$(PublishDir)ref\*.dll" />
|
||||
</ItemGroup>
|
||||
|
||||
<AddMetadataIsPE Items="@(RoslynFiles)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue