build: 📦 nuget 构建相关 (#4)

This commit is contained in:
2023-12-14 16:46:09 +08:00
committed by GitHub
parent cf2988b389
commit cc703816ca
8 changed files with 29 additions and 21 deletions

View File

@ -1,4 +1,4 @@
dotnet jb cleanupcode --no-build --include = $( $( git status --porcelain | Where-Object { $_ -match "^\s*[MA]" } | ForEach-Object { $_.TrimStart(" M").TrimStart(" A") } ) -join ";" ) ../NSExt.sln
jb cleanupcode --no-build --include = $( $( git status --porcelain | Where-Object { $_ -match "^\s*[MA]" } | ForEach-Object { $_.TrimStart(" M").TrimStart(" A") } ) -join ";" ) ../NSExt.sln
dot rbom -w -e refs -e .git -e node_modules ../
dot trim -w -e refs -e .git -e node_modules ../
dot tolf -w -e refs -e .git -e node_modules ../

View File

@ -1 +1 @@
dotnet jb cleanupcode --no-build ../NSExt.sln
jb cleanupcode --no-build ../NSExt.sln