I want to try to build and run WinGet CLI as a stand-alone application, as I want to use it via Ansible and currently I'm having issues with AppExecLink.
I downloaded the repo and built for x64. I see an src\x64\Release\AppInstallerCLI.exe built, but I figure this isn't a stand-alone application I can rename and put in my path, right? Very inexperienced with desktop application development and specifically in C++.