This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add missing config file for ordering integration tests
pull/101/head
dsanz
8 years ago
parent
1e4513b5c9
commit
0fc35d7b4e
2 changed files
with
8 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
test/Services/FunctionalTests/FunctionalTests.csproj
+2
-1
test/Services/FunctionalTests/settings.json
+ 6
- 0
test/Services/FunctionalTests/FunctionalTests.csproj
View File
@ -32,4 +32,10 @@
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<Content Update="settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
</Project>
+ 2
- 1
test/Services/FunctionalTests/settings.json
View File
@ -1,3 +1,4 @@
{
{
"ConnectionString"
:
"Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;"
"ConnectionString"
:
"Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;"
,
"IdentityUrl"
:
"http://localhost:5105"
}
}
Write
Preview
Loading…
Cancel
Save