1
0
Fork 0
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:
Santiago Fernandez Madero 2020-04-24 11:33:38 -07:00 committed by GitHub
parent ae9ddaf12b
commit 7f956090eb
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}