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:
authorSergey Andreenko <seandree@microsoft.com>2020-08-07 18:56:52 +0300
committerGitHub <noreply@github.com>2020-08-07 18:56:52 +0300
commit16ad2eab13df7d8c16ac8e8b83bd8dc87791b95b (patch)
tree5faf9b0bf1567336a29041af247458e728900a02 /eng/pipelines
parentaa02ca29fa41a56dcd2676187d056e2ed771e61d (diff)
Disable formatting for outerloop. (#40517)
Diffstat (limited to 'eng/pipelines')
-rw-r--r--eng/pipelines/coreclr/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/pipelines/coreclr/ci.yml b/eng/pipelines/coreclr/ci.yml
index 7e72c87e16b..c58c4804174 100644
--- a/eng/pipelines/coreclr/ci.yml
+++ b/eng/pipelines/coreclr/ci.yml
@@ -164,4 +164,5 @@ jobs:
jobTemplate: /eng/pipelines/coreclr/templates/format-job.yml
platforms:
- Linux_x64
- - Windows_NT_x64
+ # Isssue: https://github.com/dotnet/runtime/issues/40034
+ #- Windows_NT_x64