From 23ac4eb8fb2e3fc0696fd57f875ffdbc733aef49 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 2 Dec 2020 08:56:24 +0100 Subject: [PATCH] https://github.com/umbraco/Umbraco-CMS/pull/9459 seperate unit tests and build artifacts into two jobs Signed-off-by: Bjarke Berg --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 296fd2069e..2c5a403362 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -78,7 +78,7 @@ stages: projects: '**\Umbraco.Tests.Integration.csproj' arguments: '--no-build' - - job: Build_artifacts + - job: Build_artifacts displayName: 'Build Artifacts' pool: vmImage: 'windows-latest'