File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121
2222 <PropertyGroup Condition =" '$(_ComputedInstructionSet)' != ''" >
2323 <!-- Append the instruction set to the existing PublishReadyToRunCrossgen2ExtraArgs -->
24- <PublishReadyToRunCrossgen2ExtraArgs Condition =" '$(PublishReadyToRunCrossgen2ExtraArgs)' == ''" >--instruction-set: $(_ComputedInstructionSet)</PublishReadyToRunCrossgen2ExtraArgs >
25- <PublishReadyToRunCrossgen2ExtraArgs Condition =" '$(PublishReadyToRunCrossgen2ExtraArgs)' != ''" >$(PublishReadyToRunCrossgen2ExtraArgs) --instruction-set: $(_ComputedInstructionSet)</PublishReadyToRunCrossgen2ExtraArgs >
24+ <PublishReadyToRunCrossgen2ExtraArgs Condition =" '$(PublishReadyToRunCrossgen2ExtraArgs)' == ''" >--instruction-set $(_ComputedInstructionSet)</PublishReadyToRunCrossgen2ExtraArgs >
25+ <PublishReadyToRunCrossgen2ExtraArgs Condition =" '$(PublishReadyToRunCrossgen2ExtraArgs)' != ''" >$(PublishReadyToRunCrossgen2ExtraArgs) --instruction-set $(_ComputedInstructionSet)</PublishReadyToRunCrossgen2ExtraArgs >
2626 </PropertyGroup >
2727 </Target >
2828
You can’t perform that action at this time.
0 commit comments