File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<PropertyGroup Condition = " '$(SYSTEM_ACCESSTOKEN)' == ''" >
19
19
<!-- Local build outside of Azure Pipeline -->
20
- <HelixTargetQueues Condition = " '$(HelixTargetQueues)' == ''" >Windows.10.Amd64.Open;Ubuntu.1804.Amd64.Open;OSX.1014 .Amd64.Open;Ubuntu.1604 .Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-sqlserver-amd64-20201109180804-3069967 </HelixTargetQueues >
20
+ <HelixTargetQueues Condition = " '$(HelixTargetQueues)' == ''" >Windows.10.Amd64.Open;Ubuntu.1804.Amd64.Open;OSX.1100 .Amd64.Open;Ubuntu.1804 .Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-sqlserver-amd64-20220131172221-d5c5072 </HelixTargetQueues >
21
21
<EnableAzurePipelinesReporter >false</EnableAzurePipelinesReporter >
22
22
<HelixSource >efcore/localbuild/</HelixSource >
23
23
<HelixBuild >t001</HelixBuild >
24
+ <MSSQL_SA_PASSWORD >Password12!</MSSQL_SA_PASSWORD >
24
25
</PropertyGroup >
25
26
26
27
<ItemGroup >
27
28
<XUnitProject Include =" $(RepoRoot)/test/**/*.csproj" />
28
29
<XUnitProject Remove =" $(RepoRoot)/test/EFCore.Specification.Tests/*.csproj" />
29
30
<XUnitProject Remove =" $(RepoRoot)/test/EFCore.AspNet.Specification.Tests/*.csproj" />
30
31
<XUnitProject Remove =" $(RepoRoot)/test/EFCore.Relational.Specification.Tests/*.csproj" />
32
+ <!-- The trimming test project is a console program -->
33
+ <XUnitProject Remove =" $(RepoRoot)/test/EFCore.Trimming.Tests/*.csproj" />
31
34
</ItemGroup >
32
35
33
36
<!-- Start LocalDb instance for test projects which uses SqlServer on windows -->
57
60
<XUnitProject Remove =" $(SqlServerTests)" />
58
61
</ItemGroup >
59
62
60
- <!-- The trimming test project is a console program -->
61
- <ItemGroup >
62
- <XUnitProject Remove =" $(RepoRoot)/test/EFCore.Trimming.Tests/*.csproj" />
63
- </ItemGroup >
64
-
65
63
<PropertyGroup >
66
64
<XUnitPublishTargetFramework >net7.0</XUnitPublishTargetFramework >
67
65
<XUnitRuntimeTargetFramework >netcoreapp2.0</XUnitRuntimeTargetFramework >
You can’t perform that action at this time.
0 commit comments