2022-12-17 22:11:52 +03:00
|
|
|
# AL-Go for GitHub functions
|
|
|
|
. (Join-Path $PSScriptRoot "AL-Go\New-ALGoAuthContext.ps1")
|
|
|
|
. (Join-Path $PSScriptRoot "AL-Go\New-ALGoAppSourceContext.ps1")
|
|
|
|
. (Join-Path $PSScriptRoot "AL-Go\New-ALGoStorageContext.ps1")
|
|
|
|
. (Join-Path $PSScriptRoot "AL-Go\New-ALGoNugetContext.ps1")
|
2023-05-16 11:21:15 +03:00
|
|
|
. (Join-Path $PSScriptRoot "AL-Go\New-ALGoRepo.ps1")
|
2022-12-17 22:11:52 +03:00
|
|
|
#. (Join-Path $PSScriptRoot "AL-Go\New-ALGoRepoWizard.ps1")
|