From 45430861e8b57b4160d376a5f802bebe60ad1579 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Sun, 15 Sep 2024 21:13:16 -0400 Subject: [PATCH] chore: Adjust long path --- src/Uno.Wasm.Bootstrap/ShellTask.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.Wasm.Bootstrap/ShellTask.cs b/src/Uno.Wasm.Bootstrap/ShellTask.cs index 6e5890491..12192ef91 100644 --- a/src/Uno.Wasm.Bootstrap/ShellTask.cs +++ b/src/Uno.Wasm.Bootstrap/ShellTask.cs @@ -145,7 +145,7 @@ public partial class ShellTask_v0 : Task public override bool Execute() { - IntermediateOutputPath = TryConvertLongPath(IntermediateOutputPath); + IntermediateOutputPath = IntermediateOutputPath; _intermediateAssetsPath = Path.Combine(IntermediateOutputPath, "unowwwrootassets"); Directory.CreateDirectory(_intermediateAssetsPath);