Skip to content

Commit

Permalink
build.ps1 - escape commas for PowerShell (#2902)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-araman authored and amaitland committed Sep 12, 2019
1 parent 1d2fb95 commit d40a7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Expand Up @@ -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
Expand Down

0 comments on commit d40a7e8

Please sign in to comment.