Skip to content
Merged
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
Remove unneeded variable setting from csproj
  • Loading branch information
kunalspathak authored and github-actions committed Sep 3, 2021
commit b4cd640f76a995d13e052182b618f7451e034447
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,4 @@
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
<PropertyGroup>
<CLRTestBatchPreCommands><![CDATA[
$(CLRTestBatchPreCommands)
set DOTNET_JitEnableFinallyCloning=0
]]></CLRTestBatchPreCommands>
<BashCLRTestPreCommands><![CDATA[
$(BashCLRTestPreCommands)
export DOTNET_JitEnableFinallyCloning=0
]]></BashCLRTestPreCommands>
</PropertyGroup>
</Project>