fix build pipeline
397629d4
Michael Schmitz
committed
succeeded
1 changed file
azure-pipelines.yml
/azure-pipelines.yml+6
/azure-pipelines.yml
Add comment 10 vmImage: 'windows-2022'
Add comment 11
Add comment 12 steps:
Add comment 13 Plus  - task: JavaToolInstaller@0
Add comment 14 Plus   displayName: Set Java SDK 11
Add comment 15 Plus   inputs:
Add comment 16 Plus   versionSpec: "11"
Add comment 17 Plus   jdkArchitectureOption: "x64"
Add comment 18 Plus   jdkSourceOption: "PreInstalled"
Add comment 13 19 - task: DotNetCoreCLI@2
Add comment 14 20 displayName: Build library
Add comment 15 21 inputs: