Skip to content

Commit 0fc35d7

Browse files
committed
Add missing config file for ordering integration tests
1 parent 1e4513b commit 0fc35d7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

test/Services/FunctionalTests/FunctionalTests.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@
3232
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
3333
</ItemGroup>
3434

35+
<ItemGroup>
36+
<Content Update="settings.json">
37+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
38+
</Content>
39+
</ItemGroup>
40+
3541
</Project>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;"
2+
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
3+
"IdentityUrl": "http://localhost:5105"
34
}

0 commit comments

Comments
 (0)