This commit is contained in:
@@ -241,8 +241,8 @@ Slow builds and C# Dev Kit Errors
|
||||
ps -u $USER -o pid,cmd | grep -E 'csdevkit|visualstudio-projectsystem-buildhost|vstest.console' | grep dotnet | awk '#{print $1}' | xargs -r kill -9 || true
|
||||
|
||||
Kill MSBuild that don't close when exiting vscode
|
||||
pkill -f MSBuild.dll
|
||||
ps aux | grep MSBuild.dll | grep -v grep | awk '{print $2}' | xargs sudo kill -9
|
||||
|
||||
|
||||
This shows where dotnet performance is
|
||||
dotnet build /clp:PerformanceSummary
|
||||
|
||||
Reference in New Issue
Block a user