Skip to content

Commit

Permalink
Tweak GeneratePackageOnBuild format.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed Jun 11, 2022
1 parent fa98587 commit 149aaa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@

<!-- Packaging properties -->
<PropertyGroup>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageOutputPath>..\dist\</PackageOutputPath>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<!-- Hide .root project output -->
<PropertyGroup Condition="'$(MSBuildProjectName)' == '.root'">
Expand Down

0 comments on commit 149aaa6

Please sign in to comment.