diff options
Diffstat (limited to '.azurepipelines/Windows-VS2019.yml')
-rw-r--r-- | .azurepipelines/Windows-VS2019.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.azurepipelines/Windows-VS2019.yml b/.azurepipelines/Windows-VS2019.yml index 58bb98d42b..6dd48eafb1 100644 --- a/.azurepipelines/Windows-VS2019.yml +++ b/.azurepipelines/Windows-VS2019.yml @@ -1,5 +1,5 @@ ## @file
-# Azure Pipeline build file for a build using Windows and VS2019
+# Azure Pipeline build file for a build using Windows and VS2022
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -18,8 +18,8 @@ variables: jobs:
- template: templates/pr-gate-build-job.yml
parameters:
- tool_chain_tag: 'VS2019'
- vm_image: 'windows-2019'
+ tool_chain_tag: 'VS2022'
+ vm_image: 'windows-2022'
arch_list: "IA32,X64"
usePythonVersion: ${{ variables.default_python_version }}
extra_install_step:
|