Test sqlCe integration tests on azure too

This commit is contained in:
Bjarke Berg
2021-08-04 12:50:49 +02:00
parent e1dab63123
commit 8ad456a6d0

View File

@@ -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: []