Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Update helix.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel authored Dec 12, 2020
1 parent 97a1a5a commit 5ee6d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/helix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<ItemGroup Condition = "'$(HelixTargetQueue.StartsWith(`Ubuntu`))'">
<XUnitProject Include="$(RepoRoot)/test/EFCore.CrossStore.FunctionalTests/*.csproj">
<PreCommands>$(PreCommands); export MSSQL_SA_PASSWORD=$(MSSQL_SA_PASSWORD); /opt/mssql/bin/sqlservr --accept-eula &amp;; ps -aux; export Test__SqlServer__DefaultConnection="Data Source=localhost;;Database=master;;User=sa;;Password=$(MSSQL_SA_PASSWORD);;Connect Timeout=60;;ConnectRetryCount=0"</PreCommands>
<PreCommands>$(PreCommands); export MSSQL_SA_PASSWORD=$(MSSQL_SA_PASSWORD); export ACCEPT_EULA=Y; /opt/mssql/bin/sqlservr &amp;; ps -aux; export Test__SqlServer__DefaultConnection="Data Source=localhost;;Database=master;;User=sa;;Password=$(MSSQL_SA_PASSWORD);;Connect Timeout=60;;ConnectRetryCount=0"; sleep 120</PreCommands>
</XUnitProject>
</ItemGroup>

Expand Down

0 comments on commit 5ee6d55

Please sign in to comment.