File tree 2 files changed +6
-6
lines changed
build/projects/Add-Ons (W1)/.AL-Go
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ Write-Host -ForegroundColor Yellow @'
42
42
43
43
$tmpFolder = Join-Path ([System.IO.Path ]::GetTempPath()) " $ ( [Guid ]::NewGuid().ToString()) "
44
44
New-Item - Path $tmpFolder - ItemType Directory - Force | Out-Null
45
- $GitHubHelperPath = DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v6.2 /Github-Helper.psm1' - folder $tmpFolder
46
- $ALGoHelperPath = DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v6.2 /AL-Go-Helper.ps1' - folder $tmpFolder
47
- DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v6.2 /Packages.json' - folder $tmpFolder | Out-Null
45
+ $GitHubHelperPath = DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go/471b88b68863d06568efb833d74b02f0879b1c89/Actions /Github-Helper.psm1' - folder $tmpFolder
46
+ $ALGoHelperPath = DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go/471b88b68863d06568efb833d74b02f0879b1c89/Actions /AL-Go-Helper.ps1' - folder $tmpFolder
47
+ DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go/471b88b68863d06568efb833d74b02f0879b1c89/Actions /Packages.json' - folder $tmpFolder | Out-Null
48
48
49
49
Import-Module $GitHubHelperPath
50
50
. $ALGoHelperPath - local
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ Write-Host -ForegroundColor Yellow @'
46
46
47
47
$tmpFolder = Join-Path ([System.IO.Path ]::GetTempPath()) " $ ( [Guid ]::NewGuid().ToString()) "
48
48
New-Item - Path $tmpFolder - ItemType Directory - Force | Out-Null
49
- $GitHubHelperPath = DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v6.2 /Github-Helper.psm1' - folder $tmpFolder
50
- $ALGoHelperPath = DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v6.2 /AL-Go-Helper.ps1' - folder $tmpFolder
51
- DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v6.2 /Packages.json' - folder $tmpFolder | Out-Null
49
+ $GitHubHelperPath = DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go/471b88b68863d06568efb833d74b02f0879b1c89/Actions /Github-Helper.psm1' - folder $tmpFolder
50
+ $ALGoHelperPath = DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go/471b88b68863d06568efb833d74b02f0879b1c89/Actions /AL-Go-Helper.ps1' - folder $tmpFolder
51
+ DownloadHelperFile - url ' https://raw.githubusercontent.com/microsoft/AL-Go/471b88b68863d06568efb833d74b02f0879b1c89/Actions /Packages.json' - folder $tmpFolder | Out-Null
52
52
53
53
Import-Module $GitHubHelperPath
54
54
. $ALGoHelperPath - local
You can’t perform that action at this time.
0 commit comments