Skip to content

Commit 9147ea7

Browse files
committed
Update Azure Pipelines image
1 parent 37fcb18 commit 9147ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azuredevops/pipelines/templates/stages/build-for-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88
- job: CreateNuGetPackagesJob
99
displayName: Create NuGet Packages
1010
pool:
11-
vmImage: 'ubuntu-22.04'
11+
vmImage: 'ubuntu-24.04'
1212
steps:
1313
- template: ../steps/install-required-dotnet-versions-for-building.yml
1414
- bash: ./build.sh --target=Create-NuGet-Packages

0 commit comments

Comments
 (0)