From 558d1f978e5932806e2c48ad97b913984f5a9b32 Mon Sep 17 00:00:00 2001 From: Gustave Monce Date: Sat, 5 Feb 2022 18:38:59 +0100 Subject: [PATCH] ci: Further updates --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eaff50c1..baf81b67 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,4 @@ -# Lumia950XLPkg CI build on VSTS +# SurfaceDuoPkg CI build on VSTS trigger: branches: @@ -12,9 +12,6 @@ trigger: pool: vmImage: 'Ubuntu-latest' -variables: - - group: GIT_PAT - steps: - script: sudo apt update displayName: 'Update APT sources'