Closed dkiehl closed 1 year ago
Your bcContainerHelperVersion is set to dev, which means that you try to download the dev branch from github. That branch was deleted (as it was no longer being updated). Not sure what version of the scripts you have, but maybe change that to latest?
He is probably using https://github.com/BusinessCentralApps/Old.HelloWorld/blob/master/scripts/Install-BcContainerHelper.ps1 (so do we)
Just replace line 7 inside Install-BcContainerHelper.ps1
with this:
if ($bccontainerHelperVersion -eq "dev") { $bccontainerHelperVersion = "https://bccontainerhelper.blob.core.windows.net/public/preview.zip" }
Thanks so much - the line 7 fix resolved the issue.
PLEASE DO NOT INCLUDE ANY PASSWORDS OR TOKENS IN YOUR ISSUE!!!
Describe the issue When running our pipeline that we have been using for years, we are now getting an error trying to download a file from the microsoft gethub link in the title.
Full output of scripts
Additional context