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

Commit

Permalink
Added <DevelopmentDependency>True</DevelopmentDependency> to build Nu…
Browse files Browse the repository at this point in the history
…Get packages with the developmentDependency metadata (#331)
  • Loading branch information
paulomorgado authored and ctaggart committed Apr 20, 2018
1 parent 7f64726 commit 354ead0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- https://github.com/NuGet/Home/wiki/Adding-nuget-pack-as-a-msbuild-target -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<!--<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>-->
<DevelopmentDependency>True</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- https://github.com/NuGet/Home/wiki/Adding-nuget-pack-as-a-msbuild-target -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<!--<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>-->
<DevelopmentDependency>True</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!-- https://github.com/NuGet/Home/wiki/Adding-nuget-pack-as-a-msbuild-target -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<!--<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>-->
<DevelopmentDependency>True</DevelopmentDependency>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SourceLink.Create.BitBucket\BitBucketUrlConverter.cs" Link="BitBucketUrlConverter.cs" />
Expand Down
1 change: 1 addition & 0 deletions SourceLink.Create.GitHub/SourceLink.Create.GitHub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- https://github.com/NuGet/Home/wiki/Adding-nuget-pack-as-a-msbuild-target -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<!--<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>-->
<DevelopmentDependency>True</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions SourceLink.Create.GitLab/SourceLink.Create.GitLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- https://github.com/NuGet/Home/wiki/Adding-nuget-pack-as-a-msbuild-target -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<!--<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>-->
<DevelopmentDependency>True</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down
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 Down
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 Down
1 change: 1 addition & 0 deletions SourceLink.Test/SourceLink.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- https://github.com/NuGet/Home/wiki/Adding-nuget-pack-as-a-msbuild-target -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<DevelopmentDependency>True</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 354ead0

Please sign in to comment.