Skip to content

Commit c781e85

Browse files
authored
Merge pull request MicrosoftDocs#6543 from zijchen/live
Alphabetize list and fix # of list items
2 parents 9df8c3d + 952d119 commit c781e85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/azure-data-studio/extensions/sql-database-project-extension-build-from-command-line.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ While the SQL Database Project extension (preview) for Azure Data Studio provide
1919

2020
1. Install and configure [SQL Database Projects extension for Azure Data Studio](sql-database-project-extension.md).
2121

22-
2. The following .NET Core dlls and the target file `Microsoft.Data.Tools.Schema.SqlTasks.targets` are required to build a SQL database project from the command line from all platforms supported by the Azure Data Studio extension for SQL Database Projects. These files are created by the extension during the first build completed in the Azure Data Studio interface and placed in the extension's folder under `BuildDirectory`. For example, on Linux, these files are placed in `~\.azuredatastudio\extensions\microsoft.sql-database-projects-x.x.x\BuildDirectory\`. Copy these 10 files to a new and accessible folder or note their location. This location will be referred to as `DotNet Core build folder` in this document.
22+
2. The following .NET Core dlls and the target file `Microsoft.Data.Tools.Schema.SqlTasks.targets` are required to build a SQL database project from the command line from all platforms supported by the Azure Data Studio extension for SQL Database Projects. These files are created by the extension during the first build completed in the Azure Data Studio interface and placed in the extension's folder under `BuildDirectory`. For example, on Linux, these files are placed in `~\.azuredatastudio\extensions\microsoft.sql-database-projects-x.x.x\BuildDirectory\`. Copy these 11 files to a new and accessible folder or note their location. This location will be referred to as `DotNet Core build folder` in this document.
2323

24+
- Microsoft.Data.SqlClient.dll
2425
- Microsoft.Data.Tools.Schema.Sql.dll
26+
- Microsoft.Data.Tools.Schema.SqlTasks.targets
2527
- Microsoft.Data.Tools.Schema.Tasks.Sql.dll
2628
- Microsoft.Data.Tools.Utilities.dll
27-
- System.Io.Packaging.dll
2829
- Microsoft.SqlServer.Dac.dll
2930
- Microsoft.SqlServer.Dac.Extensions.dll
3031
- Microsoft.SqlServer.TransactSql.ScriptDom.dll
3132
- Microsoft.SqlServer.Types.dll
32-
- Microsoft.Data.Tools.Schema.SqlTasks.targets
3333
- System.ComponentModel.Composition.dll
34-
- Microsoft.Data.SqlClient.dll
34+
- System.IO.Packaging.dll
3535

3636
3. If the project was created in Azure Data Studio - skip ahead to [Build the project from the command line](#build-the-project-from-the-command-line). If the project was created in SQL Server Data Tools (SSDT), open the project in the Azure Data Studio SQL Database project extension. Opening the project in Azure Data Studio automatically updates the `sqlproj` file with three edits, noted below for your information:
3737

0 commit comments

Comments
 (0)