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 Mar 27, 2024
1 parent 00b9f6c commit 188bad0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ steps:
azureResourceManagerEndpoint: Azure Resource Manager
azureStorageAccountName: methodscriptjdkbuilds
azureContainerName: jdks
azureCommonVirtualFile: 'OpenJDK-jdk_x64_linux_hotspot_2021-05-06-23-30.tar.gz'
azureCommonVirtualFile: 'OpenJDK17U-jdk_x64_windows_hotspot_17.0.10_7.zip'
jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk17'
cleanDestinationDirectory: true
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
javaHomeOption: 'Path'
jdkDirectory: 'C:\hostedtoolcache\windows\jdk17\JAVA_HOME_17_X64_OpenJDK-jdk_x64_linux_hotspot_2021-05-06-23-30_tar.gz\jdk-17+20'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.17'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
Expand Down

0 comments on commit 188bad0

Please sign in to comment.