Skip to content

Commit 149aaa6

Browse files
committed
Tweak GeneratePackageOnBuild format.
1 parent fa98587 commit 149aaa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@
5151

5252
<!-- Packaging properties -->
5353
<PropertyGroup>
54-
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
5554
<PackageOutputPath>..\dist\</PackageOutputPath>
5655
<EmbedUntrackedSources>true</EmbedUntrackedSources>
5756
<IncludeSymbols>true</IncludeSymbols>
5857
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
5958
</PropertyGroup>
59+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
60+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
61+
</PropertyGroup>
6062

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

0 commit comments

Comments
 (0)