From b74f872e1c48cc290c53c60f869a72cfc962657c Mon Sep 17 00:00:00 2001 From: LadyCailin Date: Wed, 9 Jun 2021 19:58:29 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d424a81e..72407c6c1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ steps: - task: PowerShell@2 inputs: targetType: 'inline' - script: 'choco install maven' + script: 'choco install maven -y -f' - task: Maven@3 inputs: mavenPomFile: 'pom.xml'