Update project file

This commit is contained in:
Rich Lander 2020-08-21 12:39:08 -07:00
parent 12d1348895
commit e457470a1b
2 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,10 @@
<PackAsTool>true</PackAsTool>
</PropertyGroup>
<!--
To pack correctly
dotnet pack -c release /p:ContinuousIntegrationBuild=true
-->
<ItemGroup Condition="'$(ContinuousIntegrationBuild)'=='true'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>

View file

@ -7,13 +7,17 @@
<RollForward>LatestMajor</RollForward>
<VersionPrefix>2.1.7</VersionPrefix>
<PackageProjectUrl>https://github.com/dotnet/core/blob/master/samples/dotnetsay/README.md</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <Copyright>.NET Foundation</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>.NET Foundation</Copyright>
<Authors>.NET Team</Authors>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackAsTool>true</PackAsTool>
</PropertyGroup>
<!--
To pack correctly
dotnet pack -c release /p:ContinuousIntegrationBuild=true
-->
<ItemGroup Condition="'$(ContinuousIntegrationBuild)'=='true'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>