build: 📦 整理构建相关的工程文件 (#64)

This commit is contained in:
2023-11-22 16:02:07 +08:00
committed by GitHub
parent b4b4f23968
commit 20195e7eaf
38 changed files with 95 additions and 134 deletions

7
scripts/code.clean.ps1 Normal file
View 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