Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Oct 1, 2024
1 parent 90ae905 commit 3648688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/MSBuild.Sdk.SqlProj/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<MSBuildAllProjects Condition="'$(MSBuildToolsVersion)' != 'Current'">$(MSBuildAllProjects);$(MsBuildThisFileFullPath)</MSBuildAllProjects>
<SqlServerVersion>Sql150</SqlServerVersion>
<TargetExt>.dacpac</TargetExt>
<RunSqlCodeAnalysis Condition="'$(RunSqlCodeAnalysis)' == ''">True</RunSqlCodeAnalysis>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<SqlServerVersion>Sql150</SqlServerVersion>
<CodeAnalysisRules>-SqlServer.Rules.SRD0006;-Smells.*;+!SqlServer.Rules.SRN0002</CodeAnalysisRules>
<RunSqlCodeAnalysis>true</RunSqlCodeAnalysis>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3648688

Please sign in to comment.