Browse Source

Merge pull request #1218 from EraYaN/disable-azure-ci-compatcheck

Disable dotnet_compat part of pipeline
Bond-009 6 năm trước cách đây
mục cha
commit
dcae3daf43
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .ci/azure-pipelines.yml

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

@@ -99,7 +99,7 @@ jobs:
     pool:
       vmImage: ubuntu-16.04
     dependsOn: main_build
-    condition: and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds)
+    condition: false #and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds)
     strategy:
       matrix:
         Naming: