]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml
EmulatorPkg: CI: use Python version from defaults template
[mirror_edk2.git] / EmulatorPkg / PlatformCI / .azurepipelines / Windows-VS2019.yml
index e7ead06ae26699f7f03fc8b5e391258ca9a9afbc..09960e7c7a6e7f5b56bd24e175f0d6143a279a51 100644 (file)
@@ -16,6 +16,9 @@ pr:
   - master\r
   - stable/*\r
 \r
+variables:\r
+  - template: ../../../.azurepipelines/templates/defaults.yml\r
+\r
 jobs:\r
   - job: Platform_CI\r
     variables:\r
@@ -128,3 +131,4 @@ jobs:
         build_file: $(Build.File)\r
         build_flags: $(Build.Flags)\r
         run_flags: $(Run.Flags)\r
+        usePythonVersion: ${{ variables.default_python_version }}\r