Skip to content

Commit 0a15339

Browse files
committed
Merge branch 'release/4.11.0'
2 parents 9276b7a + f9463a0 commit 0a15339

File tree

68 files changed

+101
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+101
-110
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ install:
1818
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
1919
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
2020
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
21-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
2221
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.425 -InstallDir $env:DOTNET_INSTALL_DIR'
2322
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.409 -InstallDir $env:DOTNET_INSTALL_DIR'
24-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.401 -InstallDir $env:DOTNET_INSTALL_DIR'
23+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.402 -InstallDir $env:DOTNET_INSTALL_DIR'
2524
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
2625
- ps: dotnet --info
2726

.azuredevops/pipelines/templates/stages/integration-tests-git-repository.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ stages:
1313
imageName: 'windows-2019'
1414
Windows_Server_2022:
1515
imageName: 'windows-2022'
16-
macOS_12:
17-
imageName: 'macOS-12'
16+
macOS_13:
17+
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
2020
Ubuntu_20_04:

.azuredevops/pipelines/templates/stages/integration-tests-markdownlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ stages:
1313
imageName: 'windows-2019'
1414
Windows_Server_2022:
1515
imageName: 'windows-2022'
16-
macOS_12:
17-
imageName: 'macOS-12'
16+
macOS_13:
17+
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
2020
Ubuntu_20_04:

.azuredevops/pipelines/templates/stages/integration-tests-msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ stages:
1313
imageName: 'windows-2019'
1414
Windows_Server_2022:
1515
imageName: 'windows-2022'
16-
macOS_12:
17-
imageName: 'macOS-12'
16+
macOS_13:
17+
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
2020
Ubuntu_20_04:

.azuredevops/pipelines/templates/stages/integration-tests-reporting-console.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ stages:
1313
imageName: 'windows-2019'
1414
Windows_Server_2022:
1515
imageName: 'windows-2022'
16-
macOS_12:
17-
imageName: 'macOS-12'
16+
macOS_13:
17+
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
2020
Ubuntu_20_04:
@@ -37,8 +37,8 @@ stages:
3737
imageName: 'windows-2019'
3838
Windows_Server_2022:
3939
imageName: 'windows-2022'
40-
macOS_12:
41-
imageName: 'macOS-12'
40+
macOS_13:
41+
imageName: 'macOS-13'
4242
macOS_14:
4343
imageName: 'macOS-14'
4444
Ubuntu_20_04:

.azuredevops/pipelines/templates/stages/integration-tests-reporting-generic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ stages:
1313
imageName: 'windows-2019'
1414
Windows_Server_2022:
1515
imageName: 'windows-2022'
16-
macOS_12:
17-
imageName: 'macOS-12'
16+
macOS_13:
17+
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
2020
Ubuntu_20_04:
@@ -40,8 +40,8 @@ stages:
4040
imageName: 'windows-2019'
4141
Windows_Server_2022:
4242
imageName: 'windows-2022'
43-
macOS_12:
44-
imageName: 'macOS-12'
43+
macOS_13:
44+
imageName: 'macOS-13'
4545
macOS_14:
4646
imageName: 'macOS-14'
4747
Ubuntu_20_04:

.azuredevops/pipelines/templates/stages/integration-tests-reporting-sarif.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ stages:
1313
imageName: 'windows-2019'
1414
Windows_Server_2022:
1515
imageName: 'windows-2022'
16-
macOS_12:
17-
imageName: 'macOS-12'
16+
macOS_13:
17+
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
2020
Ubuntu_20_04:
@@ -40,8 +40,8 @@ stages:
4040
imageName: 'windows-2019'
4141
Windows_Server_2022:
4242
imageName: 'windows-2022'
43-
macOS_12:
44-
imageName: 'macOS-12'
43+
macOS_13:
44+
imageName: 'macOS-13'
4545
macOS_14:
4646
imageName: 'macOS-14'
4747
Ubuntu_20_04:
@@ -67,8 +67,8 @@ stages:
6767
imageName: 'windows-2019'
6868
Windows_Server_2022:
6969
imageName: 'windows-2022'
70-
macOS_12:
71-
imageName: 'macOS-12'
70+
macOS_13:
71+
imageName: 'macOS-13'
7272
macOS_14:
7373
imageName: 'macOS-14'
7474
Ubuntu_20_04:
@@ -94,8 +94,8 @@ stages:
9494
imageName: 'windows-2019'
9595
Windows_Server_2022:
9696
imageName: 'windows-2022'
97-
macOS_12:
98-
imageName: 'macOS-12'
97+
macOS_13:
98+
imageName: 'macOS-13'
9999
macOS_14:
100100
imageName: 'macOS-14'
101101
Ubuntu_20_04:

.azuredevops/pipelines/templates/stages/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stages:
1414
Ubuntu:
1515
imageName: 'ubuntu-22.04'
1616
macOS:
17-
imageName: 'macOS-12'
17+
imageName: 'macOS-13'
1818
pool:
1919
vmImage: $(imageName)
2020
steps:

.azuredevops/pipelines/templates/steps/install-net5.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Installs required .NET SDKs for building the solution.
22

33
steps:
4-
# .NET 5 required for GitVersion
5-
- template: install-net5.yml
64
- template: install-net6.yml
75
- template: install-net7.yml
86
- template: install-net8.yml

0 commit comments

Comments
 (0)