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 cd602e6 commit 40fc484Copy full SHA for 40fc484
CI/AZ_MainPipeline.yml
@@ -401,7 +401,7 @@ stages:
401
name: Run_tSQLt_validatebuild_xml
402
inputs:
403
buildFile: '../tSQLt/Build/tSQLt.validatebuild.xml'
404
- options: '-Ddb.version="$(SQLVersion)" -Ddb.server="$(FQDNAndPort)" -Ddb.name=tSQLt_dev -Ddb.login="-U $(tSQLt-UserForCIEnvironment-UserName) -P $(tSQLt-UserForCIEnvironment-Password)" -Dsqlcmd.path="\"$(SQLCMDPath)\""'
+ options: '-Ddb.version="$(SQLVersion)" -Ddb.server="$(FQDNAndPort)" -Ddb.name=tSQLt_dev -Ddb.login="-U $(tSQLt-UserForCIEnvironment-UserName) -P $(tSQLt-UserForCIEnvironment-Password)" -Dsqlcmd.path="$(SQLCMDPath)"'
405
targets: 'all'
406
publishJUnitResults: true
407
testResultsFiles: '../**/?(Example)TestResults*.xml'
0 commit comments