mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 12:59:03 +08:00
90a5b03c9f
Changes this month: * Adopt [delegated-sas](https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas) tokens to allow us to shut off the storage account keys, thanks to @ryanerdmann for the help * Visual Studio 2022 17.8.9, hopefully resolves CVE-2024-26190, CVE-2024-21392 . (These don't matter to us but they cause the Microsoft-internal tool 'Service 360' to yell at us) * https://github.com/microsoft/vcpkg/pull/37902 * https://github.com/microsoft/vcpkg/pull/37903 --------- Co-authored-by: Kai Pastor <dg0yt@darc.de>
11 lines
197 B
YAML
11 lines
197 B
YAML
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
variables:
|
|
unstable-pool: 'vcpkg-testing-msvc'
|
|
|
|
jobs:
|
|
- template: job.yml
|
|
parameters:
|
|
jobName: x64_windows
|