From 87e77c351bb0e7a5953a5d9e61de0994378582f6 Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Sat, 28 Nov 2020 18:46:23 +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 6202147..aeba455 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\EntityFrameworkCore.Jet.Data.Tests -c $(buildConfiguration) --no-build --logger trx --verbosity detailed + dotnet test .\test\EFCore.Jet.Data.Tests -c $(buildConfiguration) --no-build --logger trx --verbosity detailed exit 0 - displayName: 'Run Tests: EntityFrameworkCore.Jet.Data.Tests' + displayName: 'Run Tests: EFCore.Jet.Data.Tests' continueOnError: true - pwsh: | $env:EFCoreJet_DefaultConnection = '$(defaultConnection)'