Move the XamlStyler config to src/ (#36202)
my never ending goal to minimize files in the root dir
This commit is contained in:
Родитель
9591950875
Коммит
474b0cfbdf
|
@ -97,7 +97,7 @@ if (-not $Passive)
|
|||
|
||||
if ($files.count -gt 0)
|
||||
{
|
||||
dotnet tool run xstyler -c "$PSScriptRoot\..\Settings.XamlStyler" -f $files
|
||||
dotnet tool run xstyler -c "$PSScriptRoot\..\src\Settings.XamlStyler" -f $files
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -111,7 +111,7 @@ else
|
|||
|
||||
if ($files.count -gt 0)
|
||||
{
|
||||
dotnet tool run xstyler -p -c "$PSScriptRoot\..\Settings.XamlStyler" -f $files
|
||||
dotnet tool run xstyler -p -c "$PSScriptRoot\..\src\Settings.XamlStyler" -f $files
|
||||
|
||||
if ($lastExitCode -eq 1)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче