diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-07-28 21:01:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-28 21:01:18 +0200 |
| commit | 9faf03541361d0d5e2adca14575dfd94807b29bf (patch) | |
| tree | d5fa1ee38740b744e461afd7baaef5b343e042e3 | |
| parent | a8014b3942a27912b99e1de7cbf3b4d7ec3d8678 (diff) | |
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 |
