Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant
Overwrite="true" />

<ItemGroup>
<VersionLines Include="$(SourceRevisionId)" />
<VersionLines Include="$(DotNetGitCommitHash)" Condition="'$(DotNetGitCommitHash)' != ''" />
<VersionLines Include="$(SourceRevisionId)" Condition="'$(DotNetGitCommitHash)' == ''" />
<VersionLines Include="$(SharedFxVersion)" />
</ItemGroup>

Expand Down