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 b61ec0a
Show file tree
Hide file tree
Showing 4 changed files with 4,860 additions and 6,196 deletions.
24 changes: 6 additions & 18 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,11 @@ jobs:
inputs:
versionSpec: 10.x

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

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

- task: Npm@1
displayName: "Run unit tests"
inputs:
command: custom
verbose: false
customCommand: "run utest"
- script: yarn run utest
displayName: "Run unit tests"
Loading

0 comments on commit b61ec0a

Please sign in to comment.