diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-19 03:12:53 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-19 03:12:53 +0100 |
| commit | 0849c4a4478581752197ae180643e6eaa3daaa1f (patch) | |
| tree | f9e67cd7c949625454bfb91a228888a9411ce990 | |
| parent | 5238ba5d8f4987d0ccf79bf3f0fa065a31fead08 (diff) | |
Switched to dotnet based execution again because of permissions.
| -rw-r--r-- | .azure/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index dcf69e231..7437874bb 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -174,7 +174,7 @@ jobs: - task: CmdLine@2 displayName: Execute ABI compatibility check tool inputs: - script: 'tools/CompatibilityCheckerCoreCLI current-release/$(AssemblyFileName) new-release/$(AssemblyFileName)' + script: 'dotnet tools/CompatibilityCheckerCoreCLI.dll current-release/$(AssemblyFileName) new-release/$(AssemblyFileName)' workingDirectory: $(System.ArtifactsDirectory) # Optional #failOnStderr: false # Optional |
