File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ECHO SQLInstanceName: "%SQLInstanceName%"
1616SET DBName = %~5
1717ECHO DBName: " %DBName% "
1818SET DBLogin = -E
19+ SET AntTarget = All
1920IF NOT " %~6 " == " -v" IF NOT " %~6 " == " " SET DBLogin = %~6
2021IF NOT " %~7 " == " -v" IF NOT " %~7 " == " " SET SQLPackagePath = %~7
2122IF NOT " %~8 " == " -v" IF NOT " %~8 " == " " SET AntTarget = %~9
@@ -76,7 +77,7 @@ ECHO LogTableName: %LogTableName%
7677
7778IF " %VerboseOutput% " == " ON" @ ECHO ON
7879@ REM -----------------------------------------------------------------------------This space character is utterly important! ----v
79- CALL " %AntHome% \bin\ant" -buildfile Build\tSQLt.validatebuild.xml -Ddb.server=" %SQLInstanceName% " -Ddb.name=%DBName% -Ddb.login=" %DBLogin% " -Dsqlcmd.path=" %SQLCMDPath% " -Dsqlpackage.path=" %SQLPackagePath% " -Dlogtable.name=" %LogTableName% " || goto :error
80+ CALL " %AntHome% \bin\ant" " %AntTarget% " -buildfile Build\tSQLt.validatebuild.xml -Ddb.server=" %SQLInstanceName% " -Ddb.name=%DBName% -Ddb.login=" %DBLogin% " -Dsqlcmd.path=" %SQLCMDPath% " -Dsqlpackage.path=" %SQLPackagePath% " -Dlogtable.name=" %LogTableName% " || goto :error
8081@ ECHO OFF
8182
8283ECHO +-------------------------+
You can’t perform that action at this time.
0 commit comments