]> git.proxmox.com Git - mirror_edk2.git/blobdiff - .azurepipelines/Ubuntu-PatchCheck.yml
MdeModulePkg/VariableFlashInfoLib: Add initial library
[mirror_edk2.git] / .azurepipelines / Ubuntu-PatchCheck.yml
index dff8f579b67f789c255c278b998dc8f8e2079e4f..1bc28176b6e8007feba703cc42cbe1ecf8045855 100644 (file)
@@ -5,7 +5,7 @@
 # NOTE: This example monitors pull requests against the edk2-ci branch.  Most\r
 # environments would replace 'edk2-ci' with 'master'.\r
 #\r
-# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 # https://github.com/tianocore\r
@@ -16,6 +16,7 @@ trigger: none
 \r
 pr:\r
 - master\r
+- stable/*\r
 \r
 pool:\r
   vmImage: 'ubuntu-latest'\r
@@ -26,7 +27,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: '3.7.x'\r
+    versionSpec: '3.8.x'\r
     architecture: 'x64'\r
 \r
 - script: |\r