From 0b4cf31b7f77730613bd674b001255dbe7c191c4 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 1 Aug 2023 03:48:15 +0200 Subject: [PATCH] Fix broken VS config export --- scripts/Windows/Software/VisualStudio/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/VisualStudio/Manage.ps1 b/scripts/Windows/Software/VisualStudio/Manage.ps1 index 8668b2b6b..3cc9c3991 100644 --- a/scripts/Windows/Software/VisualStudio/Manage.ps1 +++ b/scripts/Windows/Software/VisualStudio/Manage.ps1 @@ -28,7 +28,7 @@ $null = New-Module { "export", "--channelId", "$($version[1])", "--productId", "$($version[2])", - "--config", "$configPath", + "--config", "`"$configPath`"", "--quiet"); } }