summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/windows-build.yml
blob: 5e12f2243f55f5fd10836448f93faf0ad9b04cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
parameters:
  BuildPlatform: ''

steps:
- task: VSBuild@1
  displayName: 'Build'
  inputs:
    solution: 'projects/openttd_vs141.sln'
    platform: ${{ parameters.BuildPlatform }}
    configuration: Release
    maximumCpuCount: true