1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 03:45:08 +03:00

Update windows-steps.yml

This commit is contained in:
Yihong Wu 2022-04-30 00:23:34 +08:00 committed by GitHub
parent 817ecf2348
commit 838d6905ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ parameters:
steps: steps:
- task: Cache@2 - task: Cache@2
inputs: inputs:
key: '"vcpkg-installed-windows-${{parameters.architecture}}"' key: 'vcpkg-installed | "$(Agent.OS)" | "$(IMAGE_VERSION)" | "${{parameters.architecture}}"'
path: 'C:/vcpkg/installed' path: 'C:/vcpkg/installed'
displayName: 'Environment storage' displayName: 'Environment storage'
- script: | - script: |