Skip to content

Commit 8946624

Browse files
rwestMSFTCopilot
andauthored
Update docs/tools/sql-database-projects/concepts/pre-post-deployment-scripts.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d210a0c commit 8946624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/sql-database-projects/concepts/pre-post-deployment-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Those files should be excluded from the database model build by setting the `Bui
6262
</Project>
6363
```
6464
> [!NOTE]
65-
> In SDK-style SQL projects, adding a `Build Remove="path\file.sql"` entry removes the file from the project entirely, which causes it to no longer appear in the VS Code project view. To keep the file visible while still excluding it from model compilation, re-add it as a `None` item:
65+
> In SDK-style SQL projects, adding a `Build Remove="path/file.sql"` entry removes the file from the project entirely, which causes it to no longer appear in the VS Code project view. To keep the file visible while still excluding it from model compilation, re-add it as a `None` item:
6666
>
6767
> ```xml
6868
> <Build Remove="scripts\script1.sql" />

0 commit comments

Comments
 (0)