mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
add missing .dll in list of dlls used for project build (#21277)
This commit is contained in:
@@ -29,7 +29,7 @@ const buildFiles: string[] = [
|
||||
'System.ComponentModel.Composition.dll',
|
||||
'System.IO.Packaging.dll',
|
||||
'Microsoft.Data.Tools.Schema.SqlTasks.targets',
|
||||
'Microsoft.SqlServer.Server'
|
||||
'Microsoft.SqlServer.Server.dll'
|
||||
];
|
||||
|
||||
export class BuildHelper {
|
||||
|
||||
Reference in New Issue
Block a user