This commit is contained in:
Joao Moreno 2018-11-07 09:03:59 +00:00
parent 32acaac60b
commit 4bbc0dc55d

View file

@ -3,6 +3,10 @@ steps:
inputs:
versionSpec: "8.12.0"
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
inputs:
versionSpec: "1.10.1"
- task: DownloadPipelineArtifact@0
displayName: 'Download Pipeline Artifact'
inputs:
@ -11,6 +15,9 @@ steps:
- script: |
set -e
(cd build && yarn)
REPO="$(pwd)"
ARCH="$(VSCODE_ARCH)"
SNAP_ROOT="$REPO/.build/linux/snap/$ARCH"