mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Update Microsoft.Build.Sql version to 0.1.7-preview (#21242)
* update the default Microsoft.Build.Sql version used by sql projects * update Microsoft.Build.Sql SDK version * update baselines and template to also use 0.1.7-preview
This commit is contained in:
@@ -15,7 +15,7 @@ import { DBProjectConfigurationKey } from './netcoreTool';
|
||||
|
||||
const buildDirectory = 'BuildDirectory';
|
||||
const sdkName = 'Microsoft.Build.Sql';
|
||||
const microsoftBuildSqlDefaultVersion = '0.1.3-preview';
|
||||
const microsoftBuildSqlDefaultVersion = '0.1.7-preview';
|
||||
|
||||
const buildFiles: string[] = [
|
||||
'Microsoft.Data.SqlClient.dll',
|
||||
@@ -28,7 +28,8 @@ const buildFiles: string[] = [
|
||||
'Microsoft.SqlServer.Types.dll',
|
||||
'System.ComponentModel.Composition.dll',
|
||||
'System.IO.Packaging.dll',
|
||||
'Microsoft.Data.Tools.Schema.SqlTasks.targets'
|
||||
'Microsoft.Data.Tools.Schema.SqlTasks.targets',
|
||||
'Microsoft.SqlServer.Server'
|
||||
];
|
||||
|
||||
export class BuildHelper {
|
||||
|
||||
Reference in New Issue
Block a user