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
running into a situation where tools can't be resolved when installing them via package reference
seems i can only resolve tools that have been globally installed on the machine
ie if want to run context.GitVersion() I would normally install the GitVersion.CommandLine package and it would be found automatically and used by the build task
if i do this in Frosting it trhows a tool not found exit code 1 exception
is there a way to successfully map this or do i need to use chocolatey to install these beforehand
The text was updated successfully, but these errors were encountered:
i think i found i work around for this , using the frosting build as an example by creating a custom tool installer that writes to the tools directory but i think this would be better served if we could actually resolve these from installed packages to keep all dependencies together
pascalberger
changed the title
Can't find tools installed via package when targeting .net core
(Frosting) Can't find tools installed via package when targeting .net core
Oct 15, 2020
running into a situation where tools can't be resolved when installing them via package reference
seems i can only resolve tools that have been globally installed on the machine
ie if want to run context.GitVersion() I would normally install the GitVersion.CommandLine package and it would be found automatically and used by the build task
if i do this in Frosting it trhows a tool not found exit code 1 exception
is there a way to successfully map this or do i need to use chocolatey to install these beforehand
The text was updated successfully, but these errors were encountered: