diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-07-28 16:48:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-28 16:48:49 -0400 |
| commit | da7abea9aa33a1bd903b6e4ba8407e894b509b96 (patch) | |
| tree | d5fa1ee38740b744e461afd7baaef5b343e042e3 | |
| parent | a8014b3942a27912b99e1de7cbf3b4d7ec3d8678 (diff) | |
| parent | 9faf03541361d0d5e2adca14575dfd94807b29bf (diff) | |
Merge pull request #1574 from jellyfin/compat-checker-ci
Add the --azure-pipelines switch to the compat checker
| -rw-r--r-- | .ci/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index efd69680e..46db0d9fe 100644 --- a/.ci/azure-pipelines.yml +++ b/.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 |
