From ef0e085c7403569d67d4a3d28c50975067288669 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 2 Jun 2023 11:46:47 +0200 Subject: [PATCH] add login build to azure --- build/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index afc500e283..2d1c0f71f3 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -78,6 +78,9 @@ stages: - script: npm run build:for:cms displayName: Run New Backoffice Build workingDirectory: src/Umbraco.Web.UI.New.Client + - script: npm run build + displayName: Run Login Build + workingDirectory: src/Umbraco.Web.UI.New.Client/apps/auth - task: UseDotNet@2 displayName: Use .NET $(dotnetVersion) inputs: