Skip to content

Commit

Permalink
Add CompileAppInBcContainer for System Application Modules (microsoft…
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez authored Mar 13, 2023
1 parent 98626cf commit a31d849
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions System Application Modules/.AL-Go/CompileAppInBcContainer.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Param(
[Hashtable] $parameters
)

. "$env:GITHUB_WORKSPACE/Build/Scripts/CompileAppInBcContainer.ps1" -parameters $parameters -currentProjectFolder (Join-Path $env:GITHUB_WORKSPACE "System Application Modules")

0 comments on commit a31d849

Please sign in to comment.