We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66f0d7 commit e35cb22Copy full SHA for e35cb22
Build/LocalBuild.bat
@@ -16,7 +16,7 @@ ECHO SQLInstanceName: "%SQLInstanceName%"
16
SET DBName=%~5
17
ECHO DBName: "%DBName%"
18
SET DBLogin=-E
19
-SET AntTarget=All
+SET AntTarget=all
20
IF NOT "%~6"=="-v" IF NOT "%~6"=="" SET DBLogin=%~6
21
IF NOT "%~7"=="-v" IF NOT "%~7"=="" SET SQLPackagePath=%~7
22
IF NOT "%~8"=="-v" IF NOT "%~8"=="" SET AntTarget=%~9
0 commit comments