Skip to content

Commit 8118899

Browse files
committed
Cleanup workaround around WriteXorExecute on Mac.
1 parent 0b17ca4 commit 8118899

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

eng/helix.proj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@
4545
<XUnitProject Remove="$(RepoRoot)/test/EFCore.NativeAotTests/*.csproj"/>
4646
</ItemGroup>
4747

48-
<!-- Work-around for https://github.com/dotnet/runtime/issues/70758 -->
49-
<ItemGroup Condition = "'$(HelixTargetQueue.StartsWith(`OSX`))'">
50-
<XUnitProject Update="$(RepoRoot)/test/EFCore.InMemory.FunctionalTests/*.csproj;$(RepoRoot)/test/EFCore.Sqlite.FunctionalTests/*.csproj;$(RepoRoot)/test/ef.Tests/*.csproj">
51-
<PreCommands>$(PreCommands); export COMPlus_EnableWriteXorExecute=0</PreCommands>
52-
</XUnitProject>
53-
</ItemGroup>
54-
5548
<!-- Start LocalDb instance for test projects which uses SqlServer on windows -->
5649
<ItemGroup Condition = "'$(HelixTargetQueue.StartsWith(`Windows`))'">
5750
<XUnitProject Update="$(SqlServerTests);$(RepoRoot)/test/EFCore.CrossStore.FunctionalTests/*.csproj">

0 commit comments

Comments
 (0)