Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 54c044f

Browse files
committed
acrolinx
1 parent dc1d468 commit 54c044f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/sql-database-projects/howto/convert-original-sql-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To complete the conversion carefully, we will:
3333
4. Build a `.dacpac` file from the modified project for comparison.
3434
5. Verify that the `.dacpac` files are the same.
3535

36-
SDK-style projects aren't supported by SQL Server Data Tools (SSDT) in Visual Studio. Once converted, you must use one of the following to build or edit the project:
36+
SDK-style projects aren't supported in SQL Server Data Tools (SSDT) in Visual Studio. Once converted, you must use one of the following to build or edit the project:
3737

3838
- the command line
3939
- the SQL Database Projects extension in Visual Studio Code
@@ -171,7 +171,7 @@ Lines that should be removed from the project file, for example:
171171
<Build Include="SalesLT/CategoriesProductCount.sql" />
172172
```
173173

174-
You should not remove `<PreDeploy Include="..." />` or `<PostDeploy Include="..." />` items, because these dictate specific behavior for those files. You should also not remove `<Build Include="..." />` items for files that are not in the SQL project folder tree.
174+
You shouldn't remove `<PreDeploy Include="..." />` or `<PostDeploy Include="..." />` items, because these nodes dictate [specific behavior](../concepts/pre-post-deployment-scripts.md) for those files. You also shouldn't remove `<Build Include="..." />` items for files that aren't in the SQL project folder tree.
175175

176176
### Optional: Remove SSDT references
177177

0 commit comments

Comments
 (0)