From b1431fc38661618e4db8a2d409e2d52b125c226b Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Mon, 23 Nov 2020 06:00:02 +0100 Subject: [PATCH] Use the English ACE for CI instead of the German one. (#65) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 848abf4..65bd9ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ jobs: vmImage: 'windows-latest' steps: - pwsh: | - Invoke-WebRequest "https://download.microsoft.com/download/0/6/A/06AD225D-42E3-4A58-A35C-71CCF694C9C6/AccessDatabaseEngine_X64.exe" -OutFile "AccessDatabaseEngine_2010_X64.exe" + Invoke-WebRequest "https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine_X64.exe" -OutFile "AccessDatabaseEngine_2010_X64.exe" .\AccessDatabaseEngine_2010_X64.exe /passive displayName: Install Access Database Engine - pwsh: |