Переглянути джерело

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

Add the --azure-pipelines switch to the compat checker
Anthony Lavado 5 роки тому
батько
коміт
da7abea9aa
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .ci/azure-pipelines.yml

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

@@ -190,7 +190,7 @@ jobs:
     - task: CmdLine@2
     - task: CmdLine@2
       displayName: Execute ABI compatibility check tool
       displayName: Execute ABI compatibility check tool
       inputs:
       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
         workingDirectory: $(System.ArtifactsDirectory) # Optional
         #failOnStderr: false # Optional
         #failOnStderr: false # Optional