Skip to content

Commit

Permalink
Use analyzers/dotnet/cs as recommended in the cookbok
Browse files Browse the repository at this point in the history
Fixes #36
  • Loading branch information
kzu committed Jan 25, 2021
1 parent c76b922 commit 62ccd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup Label="NuGet">
<PackageTags>dotnet roslyn</PackageTags>
<PackOnBuild>true</PackOnBuild>
<PackFolder>analyzers\cs</PackFolder>
<PackFolder>analyzers/dotnet/cs</PackFolder>

<RestoreSources Condition="Exists('$(MSBuildThisFileDirectory)..\..\nugetizer\bin\')">$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\nugetizer\bin'));$(RestoreSources)</RestoreSources>

Expand Down

0 comments on commit 62ccd97

Please sign in to comment.