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 6060 </ItemGroup >
6161
6262 <!-- Start SqlServer instance for test projects which uses SqlServer on docker. Also remove other projects as they will be run outside of docker. -->
63- <ItemGroup Condition = " '$(HelixTargetQueue.Contains(`ubuntu-18 .04-helix-sqlserver-amd64`))'" >
63+ <ItemGroup Condition = " '$(HelixTargetQueue.Contains(`ubuntu-22 .04-helix-sqlserver-amd64`))'" >
6464 <XUnitProject Remove =" $(RepoRoot)/test/**/*.csproj" />
6565 <XUnitProject Include =" $(SqlServerTests);$(RepoRoot)/test/EFCore.CrossStore.FunctionalTests/*.csproj" >
6666 <PreCommands >$(PreCommands); export MSSQL_SA_PASSWORD=$(MSSQL_SA_PASSWORD); export Test__SqlServer__DefaultConnection="Server=localhost;;Database=master;;User=sa;;Password=$(MSSQL_SA_PASSWORD);;Connect Timeout=60;;ConnectRetryCount=0;;TrustServerCertificate=True"; /opt/mssql/bin/sqlservr --accept-eula & ; sleep 120; </PreCommands >
You can’t perform that action at this time.
0 commit comments