Skip to content

Commit

Permalink
Do not deploy to AL-Go-Actions@preview (microsoft#663)
Browse files Browse the repository at this point in the history
When deploying to v3.2 and checked the CopyToMain checkbox, the
deployment overrode the AL-Go-Actions@preview - this should never
happen.

---------

Co-authored-by: freddydk <[email protected]>
  • Loading branch information
freddydk and freddydk authored Aug 16, 2023
1 parent 240db23 commit dbd045c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Internal/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ try {
@{ "repo" = $config.actionsRepo; "srcPath" = Join-Path $baseRepoPath "Actions"; "dstPath" = $actionsRepoPath; "branch" = "main" }
@{ "repo" = $config.perTenantExtensionRepo; "srcPath" = Join-Path $baseRepoPath "Templates\Per Tenant Extension"; "dstPath" = $perTenantExtensionRepoPath; "branch" = "preview" }
@{ "repo" = $config.appSourceAppRepo; "srcPath" = Join-Path $baseRepoPath "Templates\AppSource App"; "dstPath" = $appSourceAppRepoPath; "branch" = "preview" }
@{ "repo" = $config.actionsRepo; "srcPath" = Join-Path $baseRepoPath "Actions"; "dstPath" = $actionsRepoPath; "branch" = "preview" }
)
}

Expand Down

0 comments on commit dbd045c

Please sign in to comment.