From ce0e58776db4af5ded2f80397d29f1e2f26b93a3 Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Tue, 14 Dec 2021 12:45:51 -0800 Subject: [PATCH] Update VM pool and images name --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0f1488d..dcb6834f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,11 +10,12 @@ strategy: matrix: linux: - imageName: 'ubuntu-latest' + imageName: 'MMSUbuntu20.04TLS' windows: - imageName: 'vs2017-win2016' + imageName: 'MMS2019TLS' pool: + name: '1ES-Hosted-AzFunc' vmImage: $(imageName) variables: