From c3c1678b064099ab5ed90c4d6e95a0b85cc6f535 Mon Sep 17 00:00:00 2001 From: riperiperi Date: Thu, 16 Jan 2025 23:15:01 +0000 Subject: [PATCH] Fix build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a4be752..6f8e141 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'windows-latest' + vmImage: 'windows-2019' variables: solution: './Client/Simitone/Simitone.sln'