From 551678b84adf4b286a5a642bfc3bfbaff10f1dd0 Mon Sep 17 00:00:00 2001 From: Alberto Vargas Date: Wed, 15 Feb 2023 09:24:45 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines Revert back to Azure managed ubuntu image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c48a0a38..6e67ef55 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ pool: - name: 'dev-pool' + vmImage: 'ubuntu-20.04' variables: buildConfiguration: 'Release'