瀏覽代碼

Add the --azure-pipelines switch to the compat checker

Erwin de Haan 5 年之前
父節點
當前提交
9faf035413
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .ci/azure-pipelines.yml

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

@@ -190,7 +190,7 @@ jobs:
     - task: CmdLine@2
       displayName: Execute ABI compatibility check tool
       inputs:
-        script: 'dotnet tools/CompatibilityCheckerCoreCLI.dll current-release/$(AssemblyFileName) new-release/$(AssemblyFileName)'
+        script: 'dotnet tools/CompatibilityCheckerCoreCLI.dll current-release/$(AssemblyFileName) new-release/$(AssemblyFileName) --azure-pipelines'
         workingDirectory: $(System.ArtifactsDirectory) # Optional
         #failOnStderr: false # Optional