From 4edad5f563f44210ef76824b36a5ac50791d835a Mon Sep 17 00:00:00 2001 From: ta264 Date: Fri, 30 Aug 2019 06:52:47 +0100 Subject: [PATCH] Fixed: Actually fix skipping analyze on fork --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bca5e5b55..56334c8f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -425,7 +425,7 @@ stages: - stage: Analyze dependsOn: [] displayName: Analyze - condition: not(variables['System.PullRequest.IsFork']) + condition: eq(variables['system.pullrequest.isfork'], false) jobs: - job: Analyze_Frontend