From f8c8289ea7fc9c5f5356aaf38789355269a8979f Mon Sep 17 00:00:00 2001
From: Matt Mitchell <mmitche@microsoft.com>
Date: Wed, 9 Nov 2022 13:45:55 -0800
Subject: [PATCH] Archive this

---
 .../App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e8d47b02c24..7bcdccc7461 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)" />
-- 
GitLab