mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
fix DefaultValue getting loaded for publish profiles (#17526)
* fix DefaultValue getting loaded for publish profiles * add comment
This commit is contained in:
@@ -53,7 +53,7 @@ export async function load(profileUri: vscode.Uri, dacfxService: utils.IDacFxSer
|
||||
const optionsResult = await dacfxService.getOptionsFromProfile(profileUri.fsPath);
|
||||
|
||||
// get all SQLCMD variables to include from the profile
|
||||
const sqlCmdVariables = utils.readSqlCmdVariables(profileXmlDoc);
|
||||
const sqlCmdVariables = utils.readSqlCmdVariables(profileXmlDoc, true);
|
||||
|
||||
return {
|
||||
databaseName: targetDbName,
|
||||
|
||||
Reference in New Issue
Block a user