Skip to content

Commit 55744d5

Browse files
committed
Use custom BCContainerHelper
1 parent a4c376d commit 55744d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Actions/AL-Go-Helper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $defaultCICDPushBranches = @( 'main', 'release/*', 'feature/*' )
2323
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseDeclaredVarsMoreThanAssignments', 'defaultCICDPullRequestBranches', Justification = 'False positive.')]
2424
$defaultCICDPullRequestBranches = @( 'main' )
2525
$runningLocal = $local.IsPresent
26-
$defaultBcContainerHelperVersion = "preview" # Must be double quotes. Will be replaced by BcContainerHelperVersion if necessary in the deploy step - ex. "https://github.com/organization/navcontainerhelper/archive/refs/heads/branch.zip"
26+
$defaultBcContainerHelperVersion = "https://github.com/microsoft/navcontainerhelper/archive/refs/heads/generate-app-dependencies.zip" # Must be double quotes. Will be replaced by BcContainerHelperVersion if necessary in the deploy step - ex. "https://github.com/organization/navcontainerhelper/archive/refs/heads/branch.zip"
2727
$notSecretProperties = @("Scopes","TenantId","BlobName","ContainerName","StorageAccountName","ServerUrl","ppUserName","GitHubAppClientId","EnvironmentName")
2828

2929
$runAlPipelineOverrides = @(

0 commit comments

Comments
 (0)