Files
sqltoolsservice/test/CreateTestServerNameSettings.cmd
Leila Lali b353b2137e New test common project for database connections using the settings.json (#210)
* moved test driver tests and test common classes to separate projects
2017-01-11 13:47:56 -08:00

8 lines
532 B
Batchfile

echo [{ > %USERPROFILE%\testServerNames.json
echo "serverName": "<Server Name>", >> %USERPROFILE%\testServerNames.json
echo "profileName": "<Profile Name>", >> %USERPROFILE%\testServerNames.json
echo "serverType": "<server type>" >> %USERPROFILE%\testServerNames.json
echo }] >> %USERPROFILE%\testServerNames.json
SET TestServerNamesFile=%USERPROFILE%\testServerNames.json
REM The server name setting template is created here: "%USERPROFILE%\testServerNames.json". Make sure to add the server names before running the tests