Browse Source

Switched to dotnet based execution again because of permissions.

Erwin de Haan 6 năm trước cách đây
mục cha
commit
0849c4a447
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .azure/azure-pipelines.yml

+ 1 - 1
.azure/azure-pipelines.yml

@@ -174,7 +174,7 @@ jobs:
     - task: CmdLine@2
     - task: CmdLine@2
       displayName: Execute ABI compatibility check tool
       displayName: Execute ABI compatibility check tool
       inputs:
       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
         workingDirectory: $(System.ArtifactsDirectory) # Optional
         #failOnStderr: false # Optional
         #failOnStderr: false # Optional