From 532150dc611ab2c7578ef64bcfceb4cbbf867caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B6tz=20Jensen?= Date: Wed, 15 May 2024 12:36:33 +0200 Subject: [PATCH] Fix: Double quotes escape is not respected when unit tests are running --- d365fo.tools/internal/functions/repair-bacpacmodelqualifier.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d365fo.tools/internal/functions/repair-bacpacmodelqualifier.ps1 b/d365fo.tools/internal/functions/repair-bacpacmodelqualifier.ps1 index 3c7228b6..0e40faa0 100644 --- a/d365fo.tools/internal/functions/repair-bacpacmodelqualifier.ps1 +++ b/d365fo.tools/internal/functions/repair-bacpacmodelqualifier.ps1 @@ -34,7 +34,7 @@ E.g. "**" .EXAMPLE - PS C:\> Repair-BacpacModelQualifier -Path c:\temp\model.xml -OutputPath c:\temp\repaired_model.xml -Search "**" -Qualifier "**" + PS C:\> Repair-BacpacModelQualifier -Path c:\temp\model.xml -OutputPath c:\temp\repaired_model.xml -Search '**' -Qualifier "**" This will remove the below section from the model file