Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created August 14, 2019 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/d32e39bc270f38654cd7053fc036fb11 to your computer and use it in GitHub Desktop.
Save goyalmohit/d32e39bc270f38654cd7053fc036fb11 to your computer and use it in GitHub Desktop.
Defining build stage for azure pipelines
- stage: Build
jobs:
- job: Build
pool: 'Hosted Ubuntu 1604'
continueOnError: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment