File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 45
45
<XUnitProject Remove =" $(RepoRoot)/test/EFCore.NativeAotTests/*.csproj" />
46
46
</ItemGroup >
47
47
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
-
55
48
<!-- Start LocalDb instance for test projects which uses SqlServer on windows -->
56
49
<ItemGroup Condition = " '$(HelixTargetQueue.StartsWith(`Windows`))'" >
57
50
<XUnitProject Update =" $(SqlServerTests);$(RepoRoot)/test/EFCore.CrossStore.FunctionalTests/*.csproj" >
You can’t perform that action at this time.
0 commit comments