Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove environment variables
  • Loading branch information
elinor-fung committed Nov 20, 2025
commit 5fc7ca2a51a4f2a14e5b9d066adc8df656fb8c0b
8 changes: 0 additions & 8 deletions src/mono/sample/iOS/Program.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@
<RuntimeComponents Condition="'$(DiagnosticPorts)' != ''" Include="diagnostics_tracing" />
</ItemGroup>

<ItemGroup Condition="'$(UseMonoRuntime)' != 'true'">
<EnvironmentVariables Include="DOTNET_Interpreter=%2A%21%2A" />
<EnvironmentVariables Condition="'$(PublishReadyToRun)' == 'true'" Include="DOTNET_InterpMode=1" />
<EnvironmentVariables Condition="'$(PublishReadyToRun)' == 'true'" Include="DOTNET_ReadyToRun=1" />
<EnvironmentVariables Condition="'$(PublishReadyToRun)' != 'true'" Include="DOTNET_InterpMode=3" />
<EnvironmentVariables Condition="'$(PublishReadyToRun)' != 'true'" Include="DOTNET_ReadyToRun=0" />
</ItemGroup>

<!-- Use the repo's CrossGen props/targets.
This can be removed once we upstream Mach-O support in the targets to the SDK -->
<Import Project="$(Crossgen2SdkOverridePropsPath)" Condition="'$(PublishReadyToRun)' == 'true' and '$(Crossgen2SdkOverridePropsPath)' != ''" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<ExpectedExitCode>42</ExpectedExitCode>
</PropertyGroup>

<ItemGroup>
<EnvironmentVariables Include="DOTNET_InterpMode=3" />
</ItemGroup>

<ItemGroup>
<Compile Include="Program.cs" />
</ItemGroup>
Expand Down
Loading