]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml
OvmfPkg: CI: use Python version from defaults template
[mirror_edk2.git] / OvmfPkg / PlatformCI / .azurepipelines / Windows-VS2019.yml
index 7d6344d6383d5273e4b84a08c990b5a0c479c7a7..7e63f419b26b65b7d853c1d6b1481a4a61540102 100644 (file)
@@ -14,6 +14,10 @@ trigger:
 pr:\r
   - master\r
   - stable/*\r
+\r
+variables:\r
+  - template: ../../../.azurepipelines/templates/defaults.yml\r
+\r
 jobs:\r
   - job: Platform_CI\r
     variables:\r
@@ -133,6 +137,7 @@ jobs:
         build_file: $(Build.File)\r
         build_flags: $(Build.Flags)\r
         run_flags: $(Run.Flags)\r
+        usePythonVersion: ${{ variables.default_python_version }}\r
         extra_install_step:\r
         - powershell: choco install qemu --version=2021.5.5; Write-Host "##vso[task.prependpath]c:\Program Files\qemu"\r
           displayName: Install QEMU and Set QEMU on path # friendly name displayed in the UI\r