From 4b0c070f3a8395622fd31813d516702ab32c2a43 Mon Sep 17 00:00:00 2001 From: Maria Zhelezova <43066499+mazhelez@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:20:38 +0100 Subject: [PATCH] Use full artifact URL as value for the artifact property in AL-Go-Settings.json (#418) #### Summary Use full artifact URL as value for the artifact property in AL-Go-Settings.json #### Work Item(s) Fixes #492033 --- .github/AL-Go-Settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 11f861048f..cacffd89f3 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -5,7 +5,7 @@ "runs-on": "windows-latest", "cacheImageName": "", "UsePsSession": false, - "artifact": "bcinsider//24.0.14476.0/base", + "artifact": "https://bcinsider.azureedge.net/sandbox/24.0.14476.0/base", "country": "base", "useProjectDependencies": true, "repoVersion": "24.0",