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:31:20 +08:00 committed by GitHub
parent 838d6905ad
commit 3d49490832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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