mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 04:53:21 +08:00
4 lines
235 B
PowerShell
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 |