We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3387fdb commit beeb0caCopy full SHA for beeb0ca
.github/scripts/uninstall-dotnet-macos
@@ -12,7 +12,7 @@ uninstall_tool_path=$(find . -name dotnet-core-uninstall)
12
chmod +x "$uninstall_tool_path"
13
14
# 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
+sudo "$uninstall_tool_path" remove --yes --force --aspnet-runtime --verbosity detailed
+sudo "$uninstall_tool_path" remove --yes --force --hosting-bundle --verbosity detailed
17
sudo "$uninstall_tool_path" remove --yes --force --all --runtime --verbosity detailed
18
sudo "$uninstall_tool_path" remove --yes --force --all --sdk --verbosity detailed
0 commit comments