Skip to content

Commit

Permalink
Switching to yarn because microsoft/vscode-vsce#246
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeypearce committed Feb 6, 2019
1 parent ecf2170 commit 5f6243f
Show file tree
Hide file tree
Showing 4 changed files with 4,860 additions and 6,198 deletions.
26 changes: 6 additions & 20 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:

pool:
name: Hosted Ubuntu 1604
demands: npm

container: linux_container

Expand All @@ -18,22 +17,9 @@ jobs:
inputs:
versionSpec: 10.x

- task: Npm@1
displayName: "Install dependencies"
inputs:
command: install
verbose: false

- task: Npm@1
displayName: "Compile sources"
inputs:
command: custom
verbose: false
customCommand: "run compile"

- task: Npm@1
displayName: "Run unit tests"
inputs:
command: custom
verbose: false
customCommand: "run utest"
- script: |
npm install -g yarnpkg@0.15.1
yarn install
yarn run compile
yarn run utest
displayName: "yarn install and compile and utest"
Loading

0 comments on commit 5f6243f

Please sign in to comment.