Setups Razzle environment for Windows Apps development
Setup (via Powershell gallery)
Install-module PwrRazzle -Scope CurrentUser
- Clone the repo into your Modules folder:
- For PowerShell core:
git clone https://github.com/ocalvo/PwrRazzle.git "$env:HomeDrive$env:HomePath\Documents\PowerShell\Modules\PwrRazzle"
- For Windows Power Shell:
git clone https://github.com/ocalvo/PwrRazzle.git "$env:HomeDrive$env:HomePath\Documents\WindowsPowerShell\Modules\PwrRazzle"
- Edit your
$profile
file and add the following line:
Import-Module PwrRazzle
Execute-Razzle -arch x86 -flavor chk -vsVersion Enterprise -vsYear 2022 -noSymbolicLinks -Enlistment c:\xm1