Skip to content

Commit

Permalink
Merge pull request open62541#3007 from Pro/hotfix/azure_master
Browse files Browse the repository at this point in the history
ci: Fix azure pipeline
  • Loading branch information
Pro authored Aug 16, 2019
2 parents a901165 + 5e73752 commit 8df225e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


variables:
choco_cache: C:/ProgramData/chocolatey
vcpkg_cache: C:/vcpkg/installed

jobs:
Expand All @@ -20,11 +19,6 @@ jobs:
- checkout: self
submodules: recursive

- task: CacheBeta@0
inputs:
key: $(Build.SourcesDirectory)/tools/azure-devops/install.ps1
path: $(choco_cache)
displayName: Cache Choco
- task: CacheBeta@0
inputs:
key: $(Build.SourcesDirectory)/tools/azure-devops/install.ps1
Expand Down Expand Up @@ -58,11 +52,6 @@ jobs:
steps:
- checkout: self
submodules: recursive
- task: CacheBeta@0
inputs:
key: $(Build.SourcesDirectory)/tools/azure-devops/install.ps1
path: $(choco_cache)
displayName: Cache Choco

- powershell: ./tools/azure-devops/install.ps1
displayName: Install Requirements
Expand Down Expand Up @@ -93,11 +82,6 @@ jobs:
steps:
- checkout: self
submodules: recursive
- task: CacheBeta@0
inputs:
key: $(Build.SourcesDirectory)/tools/azure-devops/install.ps1
path: $(choco_cache)
displayName: Cache Choco

- powershell: ./tools/azure-devops/install.ps1
displayName: Install Requirements
Expand Down

0 comments on commit 8df225e

Please sign in to comment.