Skip to content

Commit 675a98e

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ steps:
1818
azureCommonVirtualFile: 'OpenJDK16U-jdk_x86-32_windows_hotspot_16.0.1_9.zip'
1919
jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk16'
2020
cleanDestinationDirectory: true
21+
- task: PowerShell@2
22+
inputs:
23+
targetType: 'inline'
24+
script: 'choco install maven'
2125
- task: Maven@3
2226
inputs:
2327
mavenPomFile: 'pom.xml'

0 commit comments

Comments
 (0)