blob: 10fd4fc9fc250e3995d61ce625de23ff3d6fd963 [file] [log] [blame]
steps:
# TODO: check build/test status
#
# Install dependencies
- name: node
entrypoint: npm
args: ['ci']
# Build .vsix
- name: node
entrypoint: npm
args: ['run', 'package']
artifacts:
objects:
location: 'gs://$PROJECT_ID/nightly/$BUILD_ID'
paths: ['*.vsix']