From 7ff1f4b29974d5abb0707740637a6bfb63db970d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Tue, 19 Nov 2024 16:06:12 +0100 Subject: [PATCH] Install access database also on internal pipeline --- azure-pipelines-official.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 05bc2e077b..832eb75c92 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -116,6 +116,13 @@ extends: failOnStderr: true showWarnings: true + - task: PowerShell@2 + displayName: 'Install Access Database Engine' + inputs: + targetType: filePath + filePath: ./eng/install-access-database-engine.ps1 + failOnStderr: true + showWarnings: true - script: eng\common\CIBuild.cmd -configuration $(_BuildConfig)