Skip to content

Commit

Permalink
Merge pull request #149 from takenet/feature/azure-devops-pipeline
Browse files Browse the repository at this point in the history
feat(build): add build configurations for Azure DevOps
  • Loading branch information
samwx authored Oct 6, 2021
2 parents ee8967b + 412259a commit 6527257
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
trigger:
- master

pool:
vmImage: ubuntu-latest

variables:
- group: npmjs-sample-variables

resources:
repositories:
- repository: templates
type: git
name: Operações/template-take-blip
ref: refs/tags/v1.3.4

extends:
template: template-pipeline.yml@templates
parameters:
packagename: blip-components
type: javascript
to: semantic-release
npmCmds:
- npm install
- npm run build

0 comments on commit 6527257

Please sign in to comment.