From 16ad2eab13df7d8c16ac8e8b83bd8dc87791b95b Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Fri, 7 Aug 2020 08:56:52 -0700 Subject: [PATCH] Disable formatting for outerloop. (#40517) --- eng/pipelines/coreclr/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/coreclr/ci.yml b/eng/pipelines/coreclr/ci.yml index 7e72c87..c58c480 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 -- 2.7.4