summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/windows-build.yml
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2019-05-10 22:20:10 +0200
committerMichael Lutz <michi@icosahedron.de>2019-05-10 22:36:56 +0200
commit2e7a27d2eecca7405d5ab3a13868793c0362a4c9 (patch)
treef70886b887ad96693943412a1aaa9314b4e7e8d9 /azure-pipelines/templates/windows-build.yml
parent83c1678f9eb75e1a470e477dbeb02e95ad75eabc (diff)
downloadopenttd-2e7a27d2eecca7405d5ab3a13868793c0362a4c9.tar.xz
Codechange: [AzurePipelines] Speed up non-published CI-builds by doing Debug Windows builds.
Diffstat (limited to 'azure-pipelines/templates/windows-build.yml')
-rw-r--r--azure-pipelines/templates/windows-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/templates/windows-build.yml b/azure-pipelines/templates/windows-build.yml
index 5e12f2243..117dd062c 100644
--- a/azure-pipelines/templates/windows-build.yml
+++ b/azure-pipelines/templates/windows-build.yml
@@ -7,5 +7,5 @@ steps:
inputs:
solution: 'projects/openttd_vs141.sln'
platform: ${{ parameters.BuildPlatform }}
- configuration: Release
+ configuration: ${{ parameters.BuildConfiguration }}
maximumCpuCount: true