Skip to content

Commit

Permalink
Build: Revert back GeneratePackageOnBuild changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Jan 13, 2025
1 parent 60fd323 commit a2b5360
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>(C) 2024 Andrii Rublov</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<LangVersion>Latest</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand All @@ -15,7 +16,4 @@
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>

<PropertyGroup Condition="$(IsPackable) == True">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
</Project>

0 comments on commit a2b5360

Please sign in to comment.