Skip to content

Commit

Permalink
🐛 skip code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed Apr 19, 2022
1 parent edb7663 commit 7b9173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7b9173c

Please sign in to comment.