Skip to content

Commit

Permalink
pack pdb for netstandard1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart committed May 3, 2017
1 parent 0e92c90 commit 4ca52a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="sourcelink" value="https://ci.appveyor.com/nuget/sourcelink/" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.1.0-b460" PrivateAssets="all" />
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.1.0-b460" PrivateAssets="all" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.1.1" PrivateAssets="all" />
<PackageReference Include="SourceLink.Embed.PaketFiles" Version="2.1.1" PrivateAssets="all" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions src/Paket.Core.preview3/Paket.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,10 @@
<DefineConstants>$(DefineConstants);DOTNETCORE;NETSTANDARD1_5;NETSTANDARD1_6;USE_HTTP_CLIENT</DefineConstants>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
<ItemGroup Label="dotnet pack instructions">
<Content Include="$(OutputPath)Paket.Core.pdb">
<Pack>true</Pack>
<PackagePath>lib/netstandard1.6</PackagePath>
</Content>
</ItemGroup>
</Project>

0 comments on commit 4ca52a4

Please sign in to comment.