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 a004500 commit 675a98e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ steps:
azureCommonVirtualFile: 'OpenJDK16U-jdk_x86-32_windows_hotspot_16.0.1_9.zip'
jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk16'
cleanDestinationDirectory: true
- task: PowerShell@2
inputs:
targetType: 'inline'
script: 'choco install maven'
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
Expand Down

0 comments on commit 675a98e

Please sign in to comment.