From 956cf5aa49175a294a83309aec76559ab96939b9 Mon Sep 17 00:00:00 2001 From: Roy Ashbrook Date: Tue, 16 Nov 2021 16:23:54 -0500 Subject: [PATCH] fix --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eaecba2..506edde 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,6 +67,8 @@ jobs: pool: vmImage: 'windows-latest' + steps: + # BEGIN - ACE support for Invoke-ExcelQuery testing - task: Cache@2 inputs: @@ -85,7 +87,6 @@ jobs: displayName: 'Install ACE for Invoke-ExcelQuery testing' # END - ACE support for Invoke-ExcelQuery testing - steps: - pwsh: 'Install-Module -Name Pester -Force' displayName: 'Update Pester' - pwsh: './CI/CI.ps1 -Test'