Skip to content

Commit c96f232

Browse files
authored
Update README.md
1 parent 650cea1 commit c96f232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Note: if you need to debug the loading of the library see [here](/SqlServer.Rule
3030

3131
## Install
3232

33+
An Install.bat is provided that will copy out the rules to all of the appropriate folder destinations. Or you can optionally follow these instructions:
34+
3335
Follow the instructions on MS Docs [Install Static Code Analysis Rule](https://docs.microsoft.com/en-us/sql/ssdt/walkthrough-author-custom-static-code-analysis-rule-assembly?view=sql-server-ver15#install-a-static-code-analysis-rule).
3436

3537
The build should be installed to the template path
3638
`%VSBIN%\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\{SqlEngine}\Extensions`
3739
So for Visual Studio 2017 with DAC version 150 the path might be
3840
> `C:\Program Files (x86)\Microsoft Visual Studio\`***`2017`***`\Enterprise\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\`***`150`***`\Extensions\SqlServer.Rules`
3941
40-
An Install.bat is provided that will copy out the rules to all of the appropriate folder destinations.
41-
4242
**NOTES:**
4343

4444
- You will need to copy the binaries to every permutation of Visual Studio version and dac version that you wish to use the rules for.

0 commit comments

Comments
 (0)