Skip to content

Commit

Permalink
ci: azure: use binary caching with Azure Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Nov 9, 2020
1 parent 5476a27 commit 6f127fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- checkout: self
clean: true
submodules: true
- task: NuGetAuthenticate@0
- task: PowerShell@2
inputs:
targetType: 'inline'
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
trigger:
- release/*

variables:
- name: VCPKG_BINARY_SOURCES
value: 'clear;nuget,https://pkgs.dev.azure.com/jeangautier/dfir-orc/_packaging/vcpkg/nuget/v3/index.json,readwrite'

stages:
- stage: Build
jobs:
Expand Down

0 comments on commit 6f127fa

Please sign in to comment.