From 99ce994a3c8049cbdbb0a223cd852c3f58413f80 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 27 Feb 2024 13:01:03 +0100 Subject: [PATCH] disable step for now, as it do not make sense before the client code is in the same repo --- build/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index dd7d1947fd..b41be1d571 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -114,6 +114,7 @@ stages: - script: npm run generate:api-local displayName: Generate API models (Bellissima) workingDirectory: src/Umbraco.Web.UI.New.Client + enabled: false - script: npm run build:for:cms displayName: Run build (Bellissima) workingDirectory: src/Umbraco.Web.UI.New.Client