Skip to content

Commit

Permalink
ThisAssembly.Project should not pack main output
Browse files Browse the repository at this point in the history
Since it's now just a configurator for ThisAssembly.Constants
  • Loading branch information
kzu committed Nov 8, 2024
1 parent 09c3b51 commit 197127e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ThisAssembly.Project/ThisAssembly.Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<IsRoslynComponent>true</IsRoslynComponent>
<PackBuildOutput>false</PackBuildOutput>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 197127e

Please sign in to comment.