Skip to content

Commit

Permalink
Master pipeline update (#1722)
Browse files Browse the repository at this point in the history
* Move extension building to Linux
  • Loading branch information
RedMickey authored Jan 14, 2022
1 parent de7c081 commit a784518
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .ci/master-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ jobs:
clean: true
- template: common-validation.yml

- job: Windows
pool:
vmImage: windows-latest
timeoutInMinutes: 20
steps:
- checkout: self
clean: true
- template: common-validation.yml

- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
displayName: "Component Detection"
inputs:
Expand Down Expand Up @@ -55,6 +46,15 @@ jobs:
inputs:
ArtifactName: "drop-win"

- job: Windows
pool:
vmImage: windows-latest
timeoutInMinutes: 20
steps:
- checkout: self
clean: true
- template: common-validation.yml

- job: macOS
pool:
vmImage: macOS-latest
Expand Down

0 comments on commit a784518

Please sign in to comment.