Skip to content

Commit

Permalink
Propagate PreCompileApp and PostCompileApp arguments from BCContainer…
Browse files Browse the repository at this point in the history
…Helper (#726)

`PreCompileApp` and `PostCompileApp` are arguments of
[Run-AlPipeline](https://github.com/microsoft/navcontainerhelper/blob/master/AppHandling/Run-AlPipeline.ps1)
in BCContainerHelper.
  • Loading branch information
mazhelez authored Sep 25, 2023
1 parent eac9698 commit d9d3b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Actions/AL-Go-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ $runAlPipelineOverrides = @(
"GetBcContainerAppRuntimePackage"
"RemoveBcContainer"
"InstallMissingDependencies"
"PreCompileApp"
"PostCompileApp"
)

# Well known AppIds
Expand Down

0 comments on commit d9d3b06

Please sign in to comment.