From 9b6991ee1a3abfcaa93b5d7c8a86b2d3fce46f6a Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Tue, 3 Mar 2020 18:41:09 +0100 Subject: [PATCH] update azure agent --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 890198d..fe3ddf6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ trigger: - master pool: - vmImage: 'win1803' + vmImage: 'windows-latest' steps: - task: PowerShell@2