File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <SDKCustomXUnitProject Condition =" '$(RunAoTTests)' != 'true'" Include =" **\*.Tests.csproj" Exclude =" **\*.AoT.Tests.csproj" />
15
+ <SDKCustomXUnitProject Condition =" '$(RunAoTTests)' != 'true'" Include =" **\*.Tests.csproj" Exclude =" **\*.AoT.Tests.csproj;**\Microsoft.DotNet.Tools.Tests.Utilities.csproj;**\SdkTests.csproj;**\core-sdk-tasks.Tests.csproj " />
16
16
<!-- containers tests end with UnitTests and IntegrationTests, therefore included manually -->
17
17
<SDKCustomXUnitProject Condition =" '$(RunAoTTests)' != 'true'" Include =" containerize.UnitTests\containerize.UnitTests.csproj" />
18
18
<SDKCustomXUnitProject Condition =" '$(RunAoTTests)' != 'true' And $(_AGENTOSNAME) != 'Windows_NT_FullFramework'" Include =" Microsoft.NET.Build.Containers.IntegrationTests\Microsoft.NET.Build.Containers.IntegrationTests.csproj" />
You can’t perform that action at this time.
0 commit comments