Update package.yml for Azure Pipelines
This commit is contained in:
parent
472d37dd0c
commit
a731852e29
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@ pool:
|
|||
vmImage: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
displayName: 'Use Node 12.x'
|
||||
inputs:
|
||||
versionSpec: 12.x
|
||||
- task: Npm@1
|
||||
displayName: 'npm ci'
|
||||
inputs:
|
||||
command: ci
|
||||
- script: npm run package
|
||||
displayName: package
|
||||
- script: vsce package
|
||||
|
|
Loading…
Reference in a new issue