Skip to content

Commit

Permalink
remove unneeded install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 19, 2020
1 parent 7a4b34e commit 84fb60c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
CI_JOB: release
PLATFORM: macos
steps:
- template: '.ci/install.yml'
- template: '.ci/test.yml'
- template: '.ci/release.yml'
- job: windows
Expand All @@ -70,6 +69,5 @@ jobs:
CI_JOB: release
PLATFORM: win-x64
steps:
- template: '.ci/install.yml'
- template: '.ci/test.yml'
- template: '.ci/windows-release.yml'

0 comments on commit 84fb60c

Please sign in to comment.