Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jackawatts/5b4e740f4e59025eb64e3e6714676715 to your computer and use it in GitHub Desktop.
Save jackawatts/5b4e740f4e59025eb64e3e6714676715 to your computer and use it in GitHub Desktop.
Check if a build is a PR build in Azure Devops pipelines
${{ if eq(variables['Build.Reason'], 'PullRequest') }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment