mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:59:48 -05:00
8 lines
532 B
Batchfile
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 |