From 938f7b4196168ea43ac3988ebecfa9e8da1ab2e7 Mon Sep 17 00:00:00 2001 From: JoonghyunCho Date: Fri, 18 Jun 2021 08:31:09 +0900 Subject: [PATCH] [SingleProject] Update intermediate asset path --- .nuspec/Microsoft.Maui.Resizetizer.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.nuspec/Microsoft.Maui.Resizetizer.targets b/.nuspec/Microsoft.Maui.Resizetizer.targets index 9aaad63121cf..7b82eee6e024 100644 --- a/.nuspec/Microsoft.Maui.Resizetizer.targets +++ b/.nuspec/Microsoft.Maui.Resizetizer.targets @@ -522,7 +522,7 @@ @@ -597,7 +597,7 @@ - $([System.IO.Path]::GetFullPath('$(ResizetizerIntermediateOutputPath)')) + $([System.IO.Path]::GetFullPath('$(_MauiIntermediateImages)'))