Browse Source

Switched to dotnet based execution again because of permissions.

Erwin de Haan 6 years ago
parent
commit
0849c4a447
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .azure/azure-pipelines.yml

+ 1 - 1
.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