From 69c798ef40aff68ebdb80c2cc62dd296c6c17361 Mon Sep 17 00:00:00 2001 From: Paul DeCarlo Date: Tue, 22 Jun 2021 13:01:10 -0500 Subject: [PATCH] Fix missing iotedgedev See: microsoft/azure-pipelines-tasks#14167 --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 20c4d46..b586e1e 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -3,7 +3,7 @@ # https://aka.ms/yaml pool: - name: Hosted Ubuntu 1604 + vmImage: ubuntu-18.04 steps: - task: CopyFiles@2