mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
Database projects deploy (#10417)
* Hooking up deployment of SQL projects to the project build functionality and database selection UI * Adding ADS-side plumbing for sqlcmdvars
This commit is contained in:
@@ -19,7 +19,7 @@ describe('Project: sqlproj content operations', function (): void {
|
||||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
projFilePath = await testUtils.createTestSqlProj(baselines.openProjectFileBaseline);
|
||||
projFilePath = await testUtils.createTestSqlProjFile(baselines.openProjectFileBaseline);
|
||||
});
|
||||
|
||||
it('Should read Project from sqlproj', async function (): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user