Skip to content

Commit

Permalink
Include analysis project into nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
thinker227 committed Jan 9, 2024
1 parent 77f0d0e commit a70d7f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Rascal/Rascal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<!-- Include the analysis project into the package without adding it as a dependency -->
<ProjectReference Include="../Rascal.Analysis/Rascal.Analysis.csproj" PrivateAssets="true" ReferenceOutputAssembly="false" />
<None Include="../Rascal.Analysis/bin/$(Configuration)/netstandard2.0/Rascal.Analysis.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

</Project>

0 comments on commit a70d7f4

Please sign in to comment.