We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f436780 commit 77331bbCopy full SHA for 77331bb
src/tests/JIT/opt/Multiply/IntMultiply.csproj
@@ -11,7 +11,7 @@
11
<HasDisasmCheck>true</HasDisasmCheck>
12
</Compile>
13
14
- <CLRTestEnvironmentVariable Include="COMPlus_TieredCompilation" Value="0" />
15
- <CLRTestEnvironmentVariable Include="COMPlus_JITMinOpts" Value="0" />
+ <CLRTestEnvironmentVariable Include="DOTNET_TieredCompilation" Value="0" />
+ <CLRTestEnvironmentVariable Include="DOTNET_JITMinOpts" Value="0" />
16
</ItemGroup>
17
</Project>
0 commit comments