Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Fix target Input Output as to not intefere with incremental.
  • Loading branch information
yuehuang010 committed Nov 1, 2022
commit 7dd4fe165a161ff4dd30933e1c57692116d7f971
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<SourceControlManagerUrlTranslationTargets>$(SourceControlManagerUrlTranslationTargets);TranslateGitHubUrlsInSourceControlInformation</SourceControlManagerUrlTranslationTargets>
</PropertyGroup>

<Target Name="_InitializeGitHubSourceLinkUrl" Inputs="@(SourceRoot)" Outputs="|%(Identity)|">
<Target Name="_InitializeGitHubSourceLinkUrl" Outputs="%(SourceRoot.Identity)">
<!--
The task calculates SourceLink URL for a given SourceRoot.

Expand Down