From 6f4703161a78109cd9c9a1df5b4272eb6c21b0d3 Mon Sep 17 00:00:00 2001 From: Sergey Shandar Date: Wed, 13 Mar 2019 11:00:17 -0700 Subject: [PATCH] Azure DevOps Pipeline workaround for private repository --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 77397fbbbe07..23631dadd350 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,6 +56,7 @@ jobs: displayName: 'Model Validation' - job: "BreakingChange" + condition: "not(variables['PRIVATE'])" pool: vmImage: 'Ubuntu 16.04' steps: @@ -69,6 +70,7 @@ jobs: displayName: 'Breaking Changes' - job: "LintDiff" + condition: "not(variables['PRIVATE'])" variables: NODE_OPTIONS: '--max-old-space-size=8192' pool: