diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 67b1a5a0..a0273ecc 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -100,7 +100,7 @@ jobs: - job: Windows_Build_Test pool: - vmImage: 'windows-2022' + vmImage: 'windows-2025' steps: - task: UseDotNet@2 @@ -141,7 +141,7 @@ jobs: dependsOn: Windows_Build_Test pool: - vmImage: 'windows-2022' + vmImage: 'windows-2025' steps: - script: | diff --git a/azure-pipelines-nuget.yml b/azure-pipelines-nuget.yml index a6eccfb9..c066e991 100644 --- a/azure-pipelines-nuget.yml +++ b/azure-pipelines-nuget.yml @@ -1,5 +1,5 @@ pool: - vmImage: 'windows-2022' + vmImage: 'windows-2025' variables: Prerelease: ''