File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 34
34
35
35
<Message Text =" Build Mode: $(BuildModeInfoText)" Importance =" high" />
36
36
<Message Text =" Build Environment: $(TargetArchitecture) $(Configuration) $(TargetOS) $(TargetRid)" Importance =" high" />
37
+ <Message Condition =" '$(EnablePoison)' == 'true'" Text =" Crossgen is disabled due to incompatibility with poison checks." Importance =" high" />
37
38
</Target >
38
39
39
40
<Target Name =" LogBuildOutputFolders"
Original file line number Diff line number Diff line change 40
40
<BuildArgs >$(BuildArgs) /p:UsePortableLinuxSharedFramework=false</BuildArgs >
41
41
42
42
<BuildArgs Condition =" '$(PgoInstrument)' == 'true'" >$(BuildArgs) /p:PgoInstrument=true</BuildArgs >
43
+ <BuildArgs Condition =" '$(EnablePoison)' == 'true'" >$(BuildArgs) /p:DISABLE_CROSSGEN=true</BuildArgs >
43
44
</PropertyGroup >
44
45
45
46
<ItemGroup >
You can’t perform that action at this time.
0 commit comments