Skip to content

Commit

Permalink
Merge branch 'release/4.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Oct 6, 2024
2 parents 9276b7a + f9463a0 commit 0a15339
Show file tree
Hide file tree
Showing 68 changed files with 101 additions and 110 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ install:
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.425 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.409 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.401 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.402 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
- ps: dotnet --info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -37,8 +37,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -40,8 +40,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -40,8 +40,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -67,8 +67,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -94,8 +94,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/templates/stages/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stages:
Ubuntu:
imageName: 'ubuntu-22.04'
macOS:
imageName: 'macOS-12'
imageName: 'macOS-13'
pool:
vmImage: $(imageName)
steps:
Expand Down
7 changes: 0 additions & 7 deletions .azuredevops/pipelines/templates/steps/install-net5.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Installs required .NET SDKs for building the solution.

steps:
# .NET 5 required for GitVersion
- template: install-net5.yml
- template: install-net6.yml
- template: install-net7.yml
- template: install-net8.yml
6 changes: 3 additions & 3 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ./build.sh --target=Create-NuGet-Packages
shell: bash
- name: Publish NuGet package as build artifact
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
with:
name: NuGet Package
path: ./BuildArtifacts/Packages/NuGet/
Expand All @@ -46,7 +46,7 @@ jobs:
os: [
windows-2019, windows-2022,
ubuntu-20.04, ubuntu-22.04,
macos-12, macos-14]
macos-13, macos-14]
dotnet: [6.x, 7.x, 8.x]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -70,7 +70,7 @@ jobs:
os: [
windows-2019, windows-2022,
ubuntu-20.04, ubuntu-22.04,
macos-12, macos-14]
macos-13, macos-14]
dotnet: [6.x, 7.x, 8.x]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
windows-2019, windows-2022,
ubuntu-20.04, ubuntu-22.04,
# Cake.Recipe currently does not support macOS 14 (M1)
macos-12, macos-13]
macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Get the sources
Expand Down
Loading

0 comments on commit 0a15339

Please sign in to comment.