Skip to content

Instantly share code, notes, and snippets.

@corradin
Last active August 23, 2019 13:38
Show Gist options
  • Save corradin/0ab200a79e4f9d36501b7605ceee5140 to your computer and use it in GitHub Desktop.
Save corradin/0ab200a79e4f9d36501b7605ceee5140 to your computer and use it in GitHub Desktop.
trigger:
- master
pool:
name: Hosted Ubuntu 1604
steps:
- bash: npm install
displayName: NPM Install Dependencies
- bash: npm run build
displayName: Build Angular application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment