Pārlūkot izejas kodu

Merge pull request #1574 from jellyfin/compat-checker-ci

Add the --azure-pipelines switch to the compat checker
Anthony Lavado 5 gadi atpakaļ
vecāks
revīzija
da7abea9aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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