From d9a5016cbe22d7358fa335f819ce440a6fc3bb8e Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Sat, 28 Nov 2020 18:21:34 +0100 Subject: [PATCH] Update CI to run renamed test project. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 048b7e2..6202147 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,9 +97,9 @@ jobs: displayName: Build Solution - pwsh: | $env:EFCoreJet_DefaultConnection = '$(defaultConnection)' - dotnet test .\test\System.Data.Jet.Test -c $(buildConfiguration) --no-build --logger trx --verbosity detailed + dotnet test .\test\EntityFrameworkCore.Jet.Data.Tests -c $(buildConfiguration) --no-build --logger trx --verbosity detailed exit 0 - displayName: 'Run Tests: System.Data.Jet.Test' + displayName: 'Run Tests: EntityFrameworkCore.Jet.Data.Tests' continueOnError: true - pwsh: | $env:EFCoreJet_DefaultConnection = '$(defaultConnection)'