From c356f8d19bffe3cd36967606da8dd2121abce713 Mon Sep 17 00:00:00 2001 From: Eugene Tolmachev Date: Wed, 29 Nov 2023 11:23:43 -0500 Subject: [PATCH] bump ubuntu --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5236cb4..90e9128 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' variables: BUILD_NUMBER: $[counter('buildCounter',1)] NUGET_REPO_URL: https://api.nuget.org/v3/index.json