You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .ci/build.steps.v1.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ parameters:
28
28
windowsImage: 'windows-latest'# the name of the Windows VM image
29
29
windowsImageOverride: ''# used to access 1ES hardened images: name of ImageOverride demand to use such as AzurePipelinesWindows2022compliant when windowsAgentPoolName set to the AzurePipelines-EO pool
30
30
mono: 'Latest'# the version of mono to use
31
-
xcode: '13.3.1'# the version of Xcode to use
31
+
xcode: '13.2.1'# the version of Xcode to use
32
32
dotnet: '6.0.300'# the version of .NET Core to use
33
33
dotnetStable: '6.0.300'# the stable version of .NET Core to use
Copy file name to clipboardExpand all lines: .ci/build.v1.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ parameters:
32
32
windowsImage: 'windows-latest'# the name of the Windows VM image
33
33
windowsImageOverride: ''# used to access 1ES hardened images: name of ImageOverride demand to use such as AzurePipelinesWindows2022compliant when windowsAgentPoolName set to the AzurePipelines-EO pool
34
34
mono: 'Latest'# the version of mono to use
35
-
xcode: '13.3.1'# the version of Xcode to use
35
+
xcode: '13.2.1'# the version of Xcode to use
36
36
dotnet: '6.0.300'# the version of .NET Core to use
37
37
dotnetStable: '6.0.300'# the stable version of .NET Core to use
0 commit comments