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

Add the --azure-pipelines switch to the compat checker
This commit is contained in:
Anthony Lavado 2019-07-28 16:48:49 -04:00 committed by GitHub
commit da7abea9aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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