doc/devdocs/development/test-winget-install-locally.md
Get artifacts from release CI pipeline Pipelines - Runs for PowerToys Signed YAML Release Build, or you can build one yourself by execute the 'tools\build\build-installer.ps1' script
Get the artifact hash, this is required to define winget manifest
cd /path/to/your/directory/contains/installer
Get-FileHash -Path ".\<Installer-name>.exe" -Algorithm SHA256
python -m http.server 8000
note: Do not put any files other than these three in this folder
Modify the yml files based on your version and the self hosted artifact link, and modify the sha256 hash for the installer you'd like to use
Start winget install:
#execute as admin
winget settings --enable LocalManifestFiles
winget install --manifest "<folder_path_of_manifest_files>" --architecture x64 --scope user