Files @ r23783:906f2fc799bf
Branch filter:

Location: cpp/openttd-patchpack/source/azure-pipelines-release.yml

Niels Martin Hansen
Fix: Narrowing cast in one storybook command

CompanyID is 8 bit wide, so this incorrect cast would make it impossible to create story page elements for pages past 255.
1
2
3
4
5
6
7
trigger: none
pr: none

jobs:
- template: azure-pipelines/templates/release.yml
  parameters:
    IsStableRelease: false