Skip to content

Commit

Permalink
fixed analyzer tools missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledjon Behluli authored and Ledjon Behluli committed Dec 2, 2022
1 parent 56a3e5f commit 04151b7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/OrleanSpaces.Analyzers/OrleanSpaces.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@
</ItemGroup>

<ItemGroup>
<None Update="tools\install.ps1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="tools\uninstall.ps1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" />
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

</Project>

0 comments on commit 04151b7

Please sign in to comment.