From 42f62d30dfa888cbae41196b05f1b6b4456dae49 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:52:41 +0100 Subject: [PATCH] build: use the backoffice template in both build jobs --- build/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index a1b519d000..9ce144ddbb 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -81,6 +81,7 @@ stages: submodules: false lfs: false, fetchDepth: 500 + - template: templates/backoffice-install.yml - task: UseDotNet@2 displayName: Use .NET SDK from global.json inputs: