rh_styleguide
Version:
Styleguide for Region Halland
18 lines (13 loc) • 418 B
YAML
# Node.js with webpack
# Build a Node.js project using the webpack CLI.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- tags
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Npm@1
inputs:
command: publish
publishEndpoint: '<copy and paste the name of the service connection here>'