mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
STS version bump (#19953)
* STS version bump * fix for vbump check pass
This commit is contained in:
committed by
GitHub
parent
f8e92e11f1
commit
84a15ea91d
@@ -334,7 +334,7 @@ export async function getDefaultPublishDeploymentOptions(project: ISqlProject):
|
||||
}
|
||||
|
||||
// this option needs to be true for same database references validation to work
|
||||
if (project.databaseReferences.length > 0) {
|
||||
if (project.databaseReferences.length > 0 && deploymentOptions.includeCompositeObjects !== undefined) {
|
||||
deploymentOptions.includeCompositeObjects.value = true;
|
||||
}
|
||||
return result.defaultDeploymentOptions;
|
||||
|
||||
Reference in New Issue
Block a user