From 2a36e14b19fa3ba3804b215c26a81517967a3571 Mon Sep 17 00:00:00 2001 From: Guts Date: Tue, 2 Jul 2019 17:58:22 +0200 Subject: [PATCH] fix circular dependency --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8464e9dc..8a19885b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,6 @@ jobs: # LINT AND FORMATTING CODE - job: 'Lint' - dependsOn: 'Test' pool: vmImage: "vs2017-win2016"