Skip to content

Commit

Permalink
Use midgard-yarn in all pipelines (7.0) (#15391)
Browse files Browse the repository at this point in the history
* Use midgard-yarn in all pipelines

* Use Node 12
  • Loading branch information
ecraig12345 authored Oct 7, 2020
1 parent add5176 commit dbe4a43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 61 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.bundlesize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
versionSpec: '12.x'
displayName: 'Install Node.js'

- script: yarn
- script: npx midgard-yarn install
displayName: yarn

- script: yarn build --to test-bundles --no-cache --grouped
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
displayName: 'Check targetNpmVersion is valid semver'
- script: |
yarn
npx midgard-yarn install
displayName: yarn
- script: |
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.perf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
- template: .devops/templates/tools.yml

- script: |
yarn
npx midgard-yarn install
displayName: yarn
# @fluentui/perf-test needs build and bundle steps
Expand Down
56 changes: 0 additions & 56 deletions azure-pipelines.release-fluentui.yml

This file was deleted.

2 changes: 1 addition & 1 deletion azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
displayName: Authenticate git for pushes
- script: |
yarn
npx midgard-yarn install
displayName: yarn
- script: |
Expand Down

0 comments on commit dbe4a43

Please sign in to comment.