Add test for artifacts activation in Visual Studio

This commit is contained in:
Billy O'Neal 2023-10-23 13:19:53 -07:00 коммит произвёл GitHub
Родитель e658895c8b
Коммит a2133ee04e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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.