mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-26 07:55:49 +08:00
wip: 🧠 初步的框架
This commit is contained in:
7
tools/CodeCleanup.ps1
Normal file
7
tools/CodeCleanup.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$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" ../NetAdmin.sln
|
||||
dotnet script ../PushSign.csx
|
||||
Reference in New Issue
Block a user