mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Load profile support for sql project deploy (#10948)
* load database name from profile.xml * load sqlcmd variables from profile * Add warning text * add tests * fix file filter for windows * add comments * show SQLCMD variables in a table * reset dialog before testing readPublishProfile callback
This commit is contained in:
@@ -49,7 +49,7 @@ export async function generateTestFolderPath(): Promise<string> {
|
||||
return folderPath;
|
||||
}
|
||||
|
||||
async function createTestFile(contents: string, fileName: string, folderPath?: string): Promise<string> {
|
||||
export async function createTestFile(contents: string, fileName: string, folderPath?: string): Promise<string> {
|
||||
folderPath = folderPath ?? await generateTestFolderPath();
|
||||
const filePath = path.join(folderPath, fileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user