dot/resharper-clean.ps1
2023-06-06 16:59:43 +08:00

4 lines
235 B
PowerShell

$files=$(foreach ($line in $(git diff head origin/dev --stat-width 200) | findstr '\|'){$line.split('\|')[0].trim()}) -join ';'
echo $files
dotnet jb cleanupcode --no-build --include="$files" ./ShopCore.sln
dotnet script ./PushSign.csx