summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/windows-dependency-zip.yml
blob: e2ae06dbe70effd7cde15fe83c6f801439ca6bd6 (plain)
1
2
3
4
5
steps:
- bash: |
    set -ex
    choco install zip
  displayName: 'Install zip'