From 15a98b9f6ea5ff353e2cfca9629aea95534de34a Mon Sep 17 00:00:00 2001 From: dP Date: Thu, 4 Jun 2020 22:53:49 +0300 Subject: [PATCH] azure: Revert back to older win image and 141 project --- azure-pipelines.yml | 2 +- azure-pipelines/templates/windows-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 96af896beb..dd3033b69f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,7 +91,7 @@ jobs: - job: windows displayName: 'Windows' pool: - vmImage: 'windows-latest' + vmImage: 'VS2017-Win2016' dependsOn: source strategy: diff --git a/azure-pipelines/templates/windows-build.yml b/azure-pipelines/templates/windows-build.yml index ae8f4ae3d2..117dd062c1 100644 --- a/azure-pipelines/templates/windows-build.yml +++ b/azure-pipelines/templates/windows-build.yml @@ -5,7 +5,7 @@ steps: - task: VSBuild@1 displayName: 'Build' inputs: - solution: 'projects/openttd_vs142.sln' + solution: 'projects/openttd_vs141.sln' platform: ${{ parameters.BuildPlatform }} configuration: ${{ parameters.BuildConfiguration }} maximumCpuCount: true