Fix ApplyXamlStyling.ps1 not changing files locally
Accidently included `-p` from splitting local vs. CI logic.
This commit is contained in:
Родитель
92aa2e2630
Коммит
82120e94ce
|
@ -60,7 +60,7 @@ if (-not $Passive)
|
|||
|
||||
if ($files.count -gt 0)
|
||||
{
|
||||
dotnet tool run xstyler -p -c .\settings.xamlstyler -f $files
|
||||
dotnet tool run xstyler -c .\settings.xamlstyler -f $files
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче