Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Jun 9, 2021
1 parent 675a98e commit b74f872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b74f872

Please sign in to comment.