You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to install tool package 'testsdkbuild': Access to the path 'C:\Users\daplaist\.dotnet\tools\.store\.stage\jpnlmpns.qqt' is denied.
Tool 'testsdkbuild' failed to install. This failure may have been caused by:
* You are attempting to install a preview release and did not use the --version option to specify the version.
* A package by this name was found, but it was not a .NET Core tool.
* The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
* You mistyped the name of the tool.
Because we deleted .stage folder when it is empty? But directory.create will create the subfolder regardless if there is a missing parent folder
wli3
changed the title
Run uninstall, install the same tool several times will cause access deny error in stage folder
global tools install transient failure
May 18, 2018
I think this bug is back in the dotnet 6 tooling. I'm getting that exact same error, and I found that the stage folder it is referring to, has the tool's expanded nuget package in it. And the installer is deleting it before displaying the error stating that access is denied.
This is a flaky error need to investigate.
The text was updated successfully, but these errors were encountered: