summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/windows-build.yml
diff options
context:
space:
mode:
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