Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Added DevelopmentDependency (#339)
Browse files Browse the repository at this point in the history
Added <DevelopmentDependency>True</DevelopmentDependency> to build NuGet packages with the developmentDependency metadata
  • Loading branch information
paulomorgado authored and ctaggart committed Jun 8, 2018
1 parent 2bb6ef8 commit fcf7ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SourceLink.Copy.PdbFiles/SourceLink.Copy.PdbFiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>
<DevelopmentDependency>True</DevelopmentDependency>
</PropertyGroup>
<ItemGroup Label="dotnet pack instructions">
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
Expand All @@ -19,4 +20,4 @@
<PackagePath>build</PackagePath>
</Content>
</ItemGroup>
</Project>
</Project>

0 comments on commit fcf7ff4

Please sign in to comment.