mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Remove sql project build dependency on STS (#20447)
* download Microsoft.Build.Sql sdk and extract * cleanup extracted folder and nuget * add constants * cleanup * remove package-lock.json * making outputChannel required and some cleanup * only download if the files aren't already there * Add todo * add try catches * addressing comments
This commit is contained in:
@@ -230,8 +230,10 @@ export class ProjectsController {
|
||||
this.buildInfo.shift(); // Remove the first element to maintain the length
|
||||
}
|
||||
|
||||
// Check mssql extension for project dlls (tracking issue #10273)
|
||||
await this.buildHelper.createBuildDirFolder();
|
||||
// get dlls and targets file needed for building for legacy style projects
|
||||
if (!project.isSdkStyleProject) {
|
||||
await this.buildHelper.createBuildDirFolder(this._outputChannel);
|
||||
}
|
||||
|
||||
const options: ShellCommandOptions = {
|
||||
commandTitle: 'Build',
|
||||
|
||||
Reference in New Issue
Block a user