From 8032f59d41b07af528386b3b92cd325b06e3ebcf Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 24 Feb 2022 16:02:38 -0800 Subject: [PATCH] Update ubuntu-latest for update typings pipeline (#18552) --- build/azure-pipelines/publish-types/publish-types.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/azure-pipelines/publish-types/publish-types.yml b/build/azure-pipelines/publish-types/publish-types.yml index 1a6fd8baaa..051ddee663 100644 --- a/build/azure-pipelines/publish-types/publish-types.yml +++ b/build/azure-pipelines/publish-types/publish-types.yml @@ -6,6 +6,9 @@ trigger: pr: none +pool: + vmImage: ubuntu-latest + steps: - task: NodeTool@0 inputs: