Skip to content

Commit

Permalink
Correct fenced-in code blocks (#700)
Browse files Browse the repository at this point in the history
A couple of the code blocks have improper termination of their
fenced-off markdown.  Clean up those code blocks so they are
rendered properly.
f3-epicor authored Jan 30, 2025
1 parent 61da103 commit 577a0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -187,8 +187,8 @@ You can suppress warnings for a specific file by adding `SuppressTSqlWarnings` f
</Content>
</ItemGroup>
</Project>
```

```bash
> Note: Warnings suppressed at the project level are always applied to every file in the project, regardless of what is configured at the file level.
## Pre- and post deployment scripts
@@ -324,8 +324,8 @@ You can also use SQLCMD variables to set references, similar to the behavior of
</SqlCmdVariable>
</ItemGroup>
</Project>
```

```bash
In this scenario you can access the objects defined by `MyDatabasePackage` by using the `[$(SomeOtherServer)].[$(SomeOtherDatabase)].[<schema>].[<object>]` syntax.
Also you can combine `ServerSqlCmdVariable` with `DatabaseVariableLiteralValue` and use `[$(SomeOtherServer)].[SomeOtherDatabase].[<schema>].[<object>]` syntax.

0 comments on commit 577a0c4

Please sign in to comment.