Skip to content

Commit b6f568b

Browse files
author
mbt1
committed
and the same fix for the main pipeline
1 parent 8731bdf commit b6f568b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CI/Azure-DevOps/AZ_MainPipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ stages:
342342
$SQLPwd = $myJsonObject.$SQLPwdKey;
343343
$FQDNAndPort = $myJsonObject.$FQDNAndPortKey;
344344
345+
.\Build\SetupDacpacBuild.ps1 -ErrorAction Stop
345346
.\Build\FacadeBuildDacpac.ps1 -ErrorAction Stop -ServerName "$FQDNAndPort" -DatabaseName "$(buildDatabase)" -Login " -U $SQLUserName -P $SQLPwd" -SqlCmdPath "$(SQLCMDPath)" -SqlPackagePath "$(SQLPackagePath)"
347+
.\Build\BuildtSQLtDacpac.ps1 -ErrorAction Stop -ServerName "$FQDNAndPort" -DatabaseName "$(buildDatabase)_dacpac_src" -Login " -U $SQLUserName -P $SQLPwd" -SqlCmdPath "$(SQLCMDPath)" -SqlPackagePath "$(SQLPackagePath)"
346348
347349
- task: PublishPipelineArtifact@1
348350
name: PublishtSQLtDacpacArtifact

0 commit comments

Comments
 (0)