Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eng/pipelines/runtime-official.yml')
-rw-r--r--eng/pipelines/runtime-official.yml23
1 files changed, 13 insertions, 10 deletions
diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml
index 3deef33444c..dc068e8b37c 100644
--- a/eng/pipelines/runtime-official.yml
+++ b/eng/pipelines/runtime-official.yml
@@ -90,22 +90,25 @@ stages:
buildConfig: release
runtimeFlavor: mono
platforms:
- - Android_x64
- - Android_x86
- - Android_arm
- - Android_arm64
- - tvOS_x64
- - tvOS_arm64
- - iOS_x64
- - iOS_x86
- - iOS_arm
- - iOS_arm64
- OSX_x64
- Linux_x64
- Linux_arm
- Linux_arm64
- Linux_musl_x64
- Browser_wasm
+
+ # https://github.com/dotnet/runtime/pull/50940
+ # - Android_x64
+ # - Android_x86
+ # - Android_arm
+ # - Android_arm64
+ # - tvOS_x64
+ # - tvOS_arm64
+ # - iOS_x64
+ # - iOS_x86
+ # - iOS_arm
+ # - iOS_arm64
+
# - Linux_musl_arm
# - Linux_musl_arm64
# - Windows_NT_x64 enable once coreclr.dll has a version header: https://github.com/dotnet/runtime/issues/37503