From 89b004c0181210b91d8bc638acc0d09ad6a698cb Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Fri, 7 Apr 2023 10:50:09 -0400 Subject: [PATCH] Change agent type to Windows --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f277ea3..1b0a3ce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ trigger: - main pool: - vmImage: 'ubuntu-latest' + vmImage: 'windows-latest' variables: buildConfiguration: 'Release'