We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a004500 commit 675a98eCopy full SHA for 675a98e
azure-pipelines.yml
@@ -18,6 +18,10 @@ steps:
18
azureCommonVirtualFile: 'OpenJDK16U-jdk_x86-32_windows_hotspot_16.0.1_9.zip'
19
jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk16'
20
cleanDestinationDirectory: true
21
+- task: PowerShell@2
22
+ inputs:
23
+ targetType: 'inline'
24
+ script: 'choco install maven'
25
- task: Maven@3
26
inputs:
27
mavenPomFile: 'pom.xml'
0 commit comments