Skip to content

Commit 86c0f87

Browse files
authored
Update uninstall-dotnet-macos
1 parent 7c69b67 commit 86c0f87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/scripts/uninstall-dotnet-macos

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ uninstall_tool_path=$(find . -name dotnet-core-uninstall)
1212
chmod +x "$uninstall_tool_path"
1313

1414
# Perform uninstall
15-
sudo "$uninstall_tool_path" remove --yes --force --aspnet-runtime --verbosity detailed
16-
sudo "$uninstall_tool_path" remove --yes --force --hosting-bundle --verbosity detailed
1715
sudo "$uninstall_tool_path" remove --yes --force --all --runtime --verbosity detailed
1816
sudo "$uninstall_tool_path" remove --yes --force --all --sdk --verbosity detailed

0 commit comments

Comments
 (0)