Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Always include tasks PDB in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored and adalon committed Jun 9, 2017
1 parent 80573fa commit a1a4424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Copyright (c) .NET Foundation. All rights reserved.
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<!-- This targets file adds compatibility with SDK Pack -->

<PropertyGroup>
<PackOnBuild Condition="'$(GeneratePackageOnBuild)' == 'true'">true</PackOnBuild>
<PrimaryOutputKind Condition="'$(IsTool)' == 'true'">tool</PrimaryOutputKind>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<Description>NuGetizer-3000</Description>
<IsDevelopmentDependency>true</IsDevelopmentDependency>
<PrimaryOutputKind>build</PrimaryOutputKind>
<IncludeSymbolsInPackage>true</IncludeSymbolsInPackage>

<PackOnBuild Condition="'$(PackOnBuild)' == '' And '$(Configuration)' == 'Release'">true</PackOnBuild>
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">..\..\..\out</PackageOutputPath>
Expand Down

0 comments on commit a1a4424

Please sign in to comment.