From 7b9173ca23d1fcbdba784af64e4d20e94f334e38 Mon Sep 17 00:00:00 2001 From: Betim Beja <11160171+BetimBeja@users.noreply.github.com> Date: Tue, 19 Apr 2022 07:18:37 +0200 Subject: [PATCH] :bug: skip code coverage --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 949c59b..bafacdf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ steps: JOB_ID: $(Build.BuildId) REPO_COMMIT_MESSAGE: $(Build.SourceVersionMessage) workingDirectory: $(Build.Repository.LocalPath) - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) + condition: and(eq('skip','true'), succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) - task: CopyFiles@2 displayName: 'Preparing NuGet packages'