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 e5e8370 commit cf60435Copy full SHA for cf60435
azure-pipelines.yml
@@ -5,7 +5,7 @@ variables:
5
PathToUITestsCsproj: "GitTrends.UITests/GitTrends.UITests.csproj"
6
PathToUnitTestsCsproj: "GitTrends.UnitTests/GitTrends.UnitTests.csproj"
7
PathToAzureFunctionsCsproj: "GitTrends.Functions/GitTrends.Functions.csproj"
8
- XcodeVersion: "16.3"
+ XcodeVersion: "26.0.1"
9
10
trigger:
11
branches:
@@ -107,7 +107,7 @@ jobs:
107
- task: JavaToolInstaller@0
108
displayName: "Install Java"
109
inputs:
110
- versionSpec: "17"
+ versionSpec: "21"
111
jdkArchitectureOption: "x64"
112
jdkSourceOption: "PreInstalled"
113
0 commit comments