diff --git a/src/Tasks/Microsoft.Common.CurrentVersion.targets b/src/Tasks/Microsoft.Common.CurrentVersion.targets
index 3c04536cca5..6638c524f5b 100644
--- a/src/Tasks/Microsoft.Common.CurrentVersion.targets
+++ b/src/Tasks/Microsoft.Common.CurrentVersion.targets
@@ -348,6 +348,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
$(IntermediateOutputPath)\
<_GenerateBindingRedirectsIntermediateAppConfig>$(IntermediateOutputPath)$(MSBuildProjectFile).$(TargetFileName).config
+ $([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '$(IntermediateOutputPath)', '$(MSBuildProjectFile).CopyComplete'))
@@ -1814,6 +1815,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
$(TargetPlatformMoniker)
$(TargetPlatformIdentifier)
$(TargetRefPath)
+ $(CopyUpToDateMarker)
@@ -2065,7 +2067,10 @@ Copyright (C) Microsoft Corporation. All rights reserved.
-
+
+
@@ -4235,9 +4240,18 @@ Copyright (C) Microsoft Corporation. All rights reserved.
>
+
+
+
+