aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-02-19 03:12:53 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-02-19 03:12:53 +0100
commit0849c4a4478581752197ae180643e6eaa3daaa1f (patch)
treef9e67cd7c949625454bfb91a228888a9411ce990
parent5238ba5d8f4987d0ccf79bf3f0fa065a31fead08 (diff)
Switched to dotnet based execution again because of permissions.
-rw-r--r--.azure/azure-pipelines.yml2
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