Skip to content

Commit bc8ca8f

Browse files
authored
Update helix.proj for local runs (dotnet#28599)
1 parent 95c6560 commit bc8ca8f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

eng/helix.proj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,20 @@
1717

1818
<PropertyGroup Condition = "'$(SYSTEM_ACCESSTOKEN)' == ''">
1919
<!-- 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>
2121
<EnableAzurePipelinesReporter>false</EnableAzurePipelinesReporter>
2222
<HelixSource>efcore/localbuild/</HelixSource>
2323
<HelixBuild>t001</HelixBuild>
24+
<MSSQL_SA_PASSWORD>Password12!</MSSQL_SA_PASSWORD>
2425
</PropertyGroup>
2526

2627
<ItemGroup>
2728
<XUnitProject Include="$(RepoRoot)/test/**/*.csproj"/>
2829
<XUnitProject Remove="$(RepoRoot)/test/EFCore.Specification.Tests/*.csproj"/>
2930
<XUnitProject Remove="$(RepoRoot)/test/EFCore.AspNet.Specification.Tests/*.csproj"/>
3031
<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"/>
3134
</ItemGroup>
3235

3336
<!-- Start LocalDb instance for test projects which uses SqlServer on windows -->
@@ -57,11 +60,6 @@
5760
<XUnitProject Remove="$(SqlServerTests)"/>
5861
</ItemGroup>
5962

60-
<!-- The trimming test project is a console program -->
61-
<ItemGroup>
62-
<XUnitProject Remove="$(RepoRoot)/test/EFCore.Trimming.Tests/*.csproj"/>
63-
</ItemGroup>
64-
6563
<PropertyGroup>
6664
<XUnitPublishTargetFramework>net7.0</XUnitPublishTargetFramework>
6765
<XUnitRuntimeTargetFramework>netcoreapp2.0</XUnitRuntimeTargetFramework>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy