mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +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
|
||||
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
|
||||
- iOS_x64
|
||||
- Browser_wasm
|
||||
jobParameters:
|
||||
liveRuntimeBuildConfig: release
|
||||
|
||||
|
@ -512,7 +511,6 @@ jobs:
|
|||
- tvOS_arm64
|
||||
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
|
||||
- iOS_x64
|
||||
- Browser_wasm
|
||||
jobParameters:
|
||||
liveRuntimeBuildConfig: release
|
||||
liveLibrariesBuildConfig: Release
|
||||
|
@ -528,6 +526,7 @@ jobs:
|
|||
- iOS_arm64
|
||||
- OSX_x64
|
||||
- Linux_x64
|
||||
- Browser_wasm
|
||||
jobParameters:
|
||||
liveRuntimeBuildConfig: release
|
||||
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue