Skip to content

Commit

Permalink
use config.default.json (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiwongky committed Nov 7, 2019
1 parent 178fe51 commit 9c171c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Unix (`netcoreapp`):
Manual Tests require the below setup to run:
* SQL Server with enabled Shared Memory, TCP and Named Pipes Protocols and access to the Client OS.
* Databases "NORTHWIND" and "UdtTestDb" present in SQL Server, created using SQL scripts [createNorthwindDb.sql](tools\testsql\createNorthwindDb.sql) and [createUdtTestDb.sql](tools\testsql\createUdtTestDb.sql).
* Configuration file [config.json](src\Microsoft.Data.SqlClient\tests\ManualTests\config.json) updated with values:
* Make a copy of the configuration file [config.default.json](src\Microsoft.Data.SqlClient\tests\ManualTests\config.default.json) and rename it to `config.json`. Update the values in `config.json`:

|Property|Description|Value|
|------|--------|-------------------|
Expand Down

0 comments on commit 9c171c3

Please sign in to comment.