From a2133ee04e2ac45247e6b39c302b18a7ec5aa389 Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Mon, 23 Oct 2023 13:19:53 -0700 Subject: [PATCH] Add test for artifacts activation in Visual Studio --- docs/vcpkg_tool_release_process.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/vcpkg_tool_release_process.md b/docs/vcpkg_tool_release_process.md index ebec33327..686e56951 100644 --- a/docs/vcpkg_tool_release_process.md +++ b/docs/vcpkg_tool_release_process.md @@ -219,3 +219,9 @@ flowchart TD build_artifact\program.exe ``` and check that the cmake version acquired by artifacts is printed during the cmake configure, and that a reasonable zlib version is printed. +1. Close Visual Studio. +1. Back in the developer command prompt, run: + ``` + vcpkg add artifact cmake + ``` +1. Open Visual Studio and use "Open Folder" on the directory containing the vcxproj. Verify that vcpkg activation happens in the terminal.