ソースを参照

Updated for v0.0.5 of the compat checker.

Erwin de Haan 5 年 前
コミット
2ca7200a05
1 ファイル変更2 行追加1 行削除
  1. 2 1
      .ci/azure-pipelines.yml

+ 2 - 1
.ci/azure-pipelines.yml

@@ -311,8 +311,9 @@ jobs:
         destinationFolder: $(System.ArtifactsDirectory)/tools
         cleanDestinationFolder: true
 
+    # The `--warnings-only` switch will swallow the return code and not emit any errors.
     - task: CmdLine@2
       displayName: 'Execute ABI Compatibility Check Tool'
       inputs:
-        script: 'dotnet tools/CompatibilityCheckerCoreCLI.dll current-release/$(AssemblyFileName) new-release/$(AssemblyFileName) --azure-pipelines'
+        script: 'dotnet tools/CompatibilityCheckerCLI.dll current-release/$(AssemblyFileName) new-release/$(AssemblyFileName) --azure-pipelines --warnings-only'
         workingDirectory: $(System.ArtifactsDirectory) # Optional