Skip to content

Commit da36475

Browse files
committed
Added comment to GetTargetPath.
1 parent 8b67a9f commit da36475

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tasks/sdk-tasks/sdk-tasks.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<Using Include="Microsoft.Build.Utilities.Task" Alias="Task" />
3838
</ItemGroup>
3939

40+
<!--
41+
Encountered an error about this target being missing when rebuilding within VS.
42+
See: https://github.com/dotnet/msbuild/issues/4303#issuecomment-482345617
43+
-->
4044
<Target Name="GetTargetPath" />
4145

4246
</Project>

0 commit comments

Comments
 (0)