Skip to content

Commit

Permalink
Enable source link for Microsoft.Extensions.HostFactoryResolver (#38009)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj authored Jun 18, 2020
1 parent 4a22294 commit c85db66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/Tools.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Packaging" Version="$(MicrosoftDotNetBuildTasksPackagingVersion)" />
<!-- enable source link in pkgproj -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
<PackageReference Include="Microsoft.SourceLink.AzureRepos.Git" Version="$(MicrosoftSourceLinkVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
</ItemGroup>

<!-- excluded from source build -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" />
<PropertyGroup>
<IsShipping>false</IsShipping>
<IsSourcePackage>true</IsSourcePackage>
</PropertyGroup>
<ItemGroup>
<SourcePackageFiles Include="..\src\*.*" PackagePath="contentFiles/cs/netstandard1.0/%(FileName)%(Extension)" />
Expand Down

0 comments on commit c85db66

Please sign in to comment.