Relevant area(s)
WinGet CLI
Relevant command(s)
N/A (Visual Studio Build > Clean Solution)
Brief description of your issue
When running Clean Solution in Visual Studio for src\AppInstallerCLI.sln, vcpkg artifacts are left behind. Specifically, src\vcpkg_installed\ and src\VcpkgPortOverlay\.created are not removed.
Steps to reproduce
- Open
src\AppInstallerCLI.sln in Visual Studio.
- Build the solution once so vcpkg artifacts exist.
- Run Build > Clean Solution.
- Inspect
src\vcpkg_installed\ and src\VcpkgPortOverlay\.created.
Expected behavior
Clean Solution should remove repository-local vcpkg artifacts so dependency state is reset.
Actual behavior
src\vcpkg_installed\ remains and overlay stamp file persists, so vcpkg state carries across cleans.
Environment
Visual Studio 2022
Windows 11
Relevant area(s)
WinGet CLI
Relevant command(s)
N/A (Visual Studio Build > Clean Solution)
Brief description of your issue
When running Clean Solution in Visual Studio for
src\AppInstallerCLI.sln, vcpkg artifacts are left behind. Specifically,src\vcpkg_installed\andsrc\VcpkgPortOverlay\.createdare not removed.Steps to reproduce
src\AppInstallerCLI.slnin Visual Studio.src\vcpkg_installed\andsrc\VcpkgPortOverlay\.created.Expected behavior
Clean Solution should remove repository-local vcpkg artifacts so dependency state is reset.
Actual behavior
src\vcpkg_installed\remains and overlay stamp file persists, so vcpkg state carries across cleans.Environment
Visual Studio 2022
Windows 11