From 8ad456a6d0d431bf5a2e5cb6b5e72d985b08d671 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 4 Aug 2021 12:50:49 +0200 Subject: [PATCH] Test sqlCe integration tests on azure too --- 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 d95949d865..eba06cd50d 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -123,7 +123,7 @@ stages: displayName: dotnet test inputs: command: test - projects: '**\Umbraco.Tests.Integration.csproj' + projects: '**\Umbraco.Tests.Integration*' - stage: Acceptance_Tests displayName: Acceptance Tests dependsOn: []