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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eng/azure-pipelines.yml')
-rw-r--r--eng/azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index 6c555ca49..35c0deff9 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -145,7 +145,9 @@ stages:
steps:
- checkout: self
submodules: true
- - script: ./lint.sh --verify-no-changes --verbosity diagnostic
+ # Disabled to prevent dotnet-format bugs (see https://github.com/dotnet/linker/pull/2884).
+ # This should be turned back on when we are on a preview7 SDK.
+ # - script: ./lint.sh --verify-no-changes --verbosity diagnostic
# Post-Build Arcade logic
- ${{ if eq(variables.officialBuild, 'true') }}: