mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-12 02:30:29 +09:00
Fix rolling builds (#35416)
This commit is contained in:
parent
ae9ddaf12b
commit
7f956090eb
1 changed files with 1 additions and 2 deletions
|
@ -399,7 +399,6 @@ jobs:
|
||||||
- tvOS_arm64
|
- tvOS_arm64
|
||||||
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
|
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
|
||||||
- iOS_x64
|
- iOS_x64
|
||||||
- Browser_wasm
|
|
||||||
jobParameters:
|
jobParameters:
|
||||||
liveRuntimeBuildConfig: release
|
liveRuntimeBuildConfig: release
|
||||||
|
|
||||||
|
@ -512,7 +511,6 @@ jobs:
|
||||||
- tvOS_arm64
|
- tvOS_arm64
|
||||||
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
|
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
|
||||||
- iOS_x64
|
- iOS_x64
|
||||||
- Browser_wasm
|
|
||||||
jobParameters:
|
jobParameters:
|
||||||
liveRuntimeBuildConfig: release
|
liveRuntimeBuildConfig: release
|
||||||
liveLibrariesBuildConfig: Release
|
liveLibrariesBuildConfig: Release
|
||||||
|
@ -528,6 +526,7 @@ jobs:
|
||||||
- iOS_arm64
|
- iOS_arm64
|
||||||
- OSX_x64
|
- OSX_x64
|
||||||
- Linux_x64
|
- Linux_x64
|
||||||
|
- Browser_wasm
|
||||||
jobParameters:
|
jobParameters:
|
||||||
liveRuntimeBuildConfig: release
|
liveRuntimeBuildConfig: release
|
||||||
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
|
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue