diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
index e8d47b02c249fc1e3fba984bdc2909de159b3fd7..7bcdccc74616e5af28415faf911d732d1a6525e0 100644
--- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
+++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
@@ -513,7 +513,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
 
     <DownloadFile Condition=" !Exists('$(DotNetRuntimeArchive)') "
                   Uris="@(UrisToDownload)"
-                  DestinationPath="%(DotNetRuntimeArchive)" />
+                  DestinationPath="$(DotNetRuntimeArchive)" />
 
     <RemoveDir Directories="$(RedistSharedFrameworkLayoutRoot)" />
     <MakeDir Directories="$(RedistSharedFrameworkLayoutRoot)" />