From d40a7e8c6244e7be206593aa78aac29e0a2e5cb0 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Thu, 12 Sep 2019 02:47:09 -0700 Subject: [PATCH] build.ps1 - escape commas for PowerShell (#2902) --- build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.ps1 b/build.ps1 index aad66f46e5..b8a4ff9a1e 100644 --- a/build.ps1 +++ b/build.ps1 @@ -331,8 +331,8 @@ function UpdateSymbolsWithGitLink() Write-Diagnostic "GitLink working dir : $WorkingDir" # Run GitLink in the workingDir - . $gitlink $WorkingDir -f CefSharp3.sln -u https://github.com/CefSharp/CefSharp -c Release -p x64 -ignore CefSharp.Example,CefSharp.Wpf.Example,CefSharp.OffScreen.Example,CefSharp.WinForms.Example - . $gitlink $WorkingDir -f CefSharp3.sln -u https://github.com/CefSharp/CefSharp -c Release -p x86 -ignore CefSharp.Example,CefSharp.Wpf.Example,CefSharp.OffScreen.Example,CefSharp.WinForms.Example + . $gitlink $WorkingDir -f CefSharp3.sln -u https://github.com/CefSharp/CefSharp -c Release -p x64 -ignore CefSharp.Example`,CefSharp.Wpf.Example`,CefSharp.OffScreen.Example`,CefSharp.WinForms.Example + . $gitlink $WorkingDir -f CefSharp3.sln -u https://github.com/CefSharp/CefSharp -c Release -p x86 -ignore CefSharp.Example`,CefSharp.Wpf.Example`,CefSharp.OffScreen.Example`,CefSharp.WinForms.Example } function WriteAssemblyVersion