terminal/tools/runxamlformat.cmd

6 lines
137 B
Batchfile

@echo off
rem run xstyler on xaml files
powershell -noprofile "import-module %OPENCON_TOOLS%\openconsole.psm1; Invoke-XamlFormat"