Skip to content

Commit

Permalink
Update windows job to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenskys committed Sep 9, 2019
1 parent f245ecb commit 300987d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- script: npm install -g gulp
displayName: 'Install Gulp'

- script: npm install
displayName: 'Run npm install'
- script: yarn install
displayName: 'Run yarn install'

- script: gulp release --win32 --win64
displayName: 'Run gulp release'
Expand Down

0 comments on commit 300987d

Please sign in to comment.