SIGN IN SIGN UP

Fix version matching regex in Deploy.ps1 (#2202)

The Deploy workflow is failing because the regex for matching
\defaultBcContainerHelperVersion\ requires a trailing comment (\# ...\),
but [AL-Go-Helper.ps1](Actions/AL-Go-Helper.ps1#L30) no longer has a
comment on that line.

This fix makes the trailing comment optional in the regex pattern.

Fixes:
https://github.com/microsoft/AL-Go/actions/runs/24182224506/job/70578267617

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
M
Maria Zhelezova committed
87fe01d741cad2bc9a06a535b28d6e53ae8c6227
Parent: 593b396
Committed by GitHub <noreply@github.com> on 4/9/2026, 9:56:55 AM