Skip to content

Commit beeb0ca

Browse files
authored
Update uninstall-dotnet-macos
1 parent 3387fdb commit beeb0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/uninstall-dotnet-macos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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 --all --aspnet-runtime --verbosity detailed
16-
sudo "$uninstall_tool_path" remove --yes --force --all --hosting-bundle --verbosity detailed
15+
sudo "$uninstall_tool_path" remove --yes --force --aspnet-runtime --verbosity detailed
16+
sudo "$uninstall_tool_path" remove --yes --force --hosting-bundle --verbosity detailed
1717
sudo "$uninstall_tool_path" remove --yes --force --all --runtime --verbosity detailed
1818
sudo "$uninstall_tool_path" remove --yes --force --all --sdk --verbosity detailed

0 commit comments

Comments
 (0)