Skip to content

Commit b74f872

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 675a98e commit b74f872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
- task: PowerShell@2
2222
inputs:
2323
targetType: 'inline'
24-
script: 'choco install maven'
24+
script: 'choco install maven -y -f'
2525
- task: Maven@3
2626
inputs:
2727
mavenPomFile: 'pom.xml'

0 commit comments

Comments
 (0)