From e66069c5c53cc400bdde10a191fbe154625e7cde Mon Sep 17 00:00:00 2001 From: Paul DeCarlo Date: Tue, 22 Jun 2021 11:51:49 -0500 Subject: [PATCH] Fix missing "iotedgedev" See: https://github.com/microsoft/azure-pipelines-tasks/issues/14167 --- .azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 20c4d46..134c535 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 @@ -32,4 +32,4 @@ steps: templateFilePath: EdgeSolution/deployment.template.json - task: PublishBuildArtifacts@1 - displayName: 'Publish Artifact: drop' \ No newline at end of file + displayName: 'Publish Artifact: drop'