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
path: root/eng
diff options
context:
space:
mode:
authorVitek Karas <vitek.karas@microsoft.com>2021-03-11 15:37:47 +0300
committerGitHub <noreply@github.com>2021-03-11 15:37:47 +0300
commitdb52b51e8fbdefb8ddfa076dbb40edc55af47c42 (patch)
tree664581847f199e3592b4eda0f8bad5ac98669532 /eng
parentbb923d296a0aa9afa499ffe29dcf71e66ee54352 (diff)
Fix lint to avoid generating binlog file (#1879)
Latest lint writes formatDiagnosticLog.binlong next to the solution file when running with --verbosity diagnostic. There's no way to redirect or disable this - https://github.com/dotnet/format/issues/1041. So this change disables --verbosity diagnostic for local runs of lint and adds it only to the CI (where the machine will clean the enlistment anyway).
Diffstat (limited to 'eng')
-rw-r--r--eng/azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index 655eeab95..6335ac0b2 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -141,7 +141,7 @@ stages:
steps:
- checkout: self
submodules: true
- - script: ./lint.sh --check
+ - script: ./lint.sh --check --verbosity diagnostic
# Post-Build Arcade logic
- ${{ if eq(variables.officialBuild, 'true') }}: