We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa98587 commit 149aaa6Copy full SHA for 149aaa6
Directory.Build.props
@@ -51,12 +51,14 @@
51
52
<!-- Packaging properties -->
53
<PropertyGroup>
54
- <GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
55
<PackageOutputPath>..\dist\</PackageOutputPath>
56
<EmbedUntrackedSources>true</EmbedUntrackedSources>
57
<IncludeSymbols>true</IncludeSymbols>
58
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
59
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
60
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
61
+ </PropertyGroup>
62
63
<!-- Hide .root project output -->
64
<PropertyGroup Condition="'$(MSBuildProjectName)' == '.root'">
0 commit comments