Skip to content

Commit

Permalink
Update Sdk.targets (#568)
Browse files Browse the repository at this point in the history
Fix typo

Signed-off-by: Walter <[email protected]>
Co-authored-by: Andy Gerlicher <[email protected]>
  • Loading branch information
svew and AndyGerlicher authored Sep 25, 2024
1 parent b48779f commit 39f5708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoTargets/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
<Target Name="_GenerateCompileInputs" />
<Target Name="_GenerateCompileDependencyCache" />

<!-- Disables the _CopyFilesMarkedCopyLocal target to not copy references when SkipCopyFilesMarkedCopyLocal is set to false. -->
<!-- Disables the _CopyFilesMarkedCopyLocal target to not copy references when SkipCopyFilesMarkedCopyLocal is set to true. -->
<Import Project="DisableCopyFilesMarkedCopyLocal.targets" Condition="'$(SkipCopyFilesMarkedCopyLocal)' == 'true'" />
</Project>

0 comments on commit 39f5708

Please sign in to comment.