Replies: 5 comments
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
I'd also be really interested in this. For context we use It would be very convenient to have a one liner to install it onto the agent, as of right now we have a bit of a bodgy manual process to do this |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
I've done a bit of research into how this might be implemented, and sadly I don't think it is straightforwardly feasible as It does allow for the possiblity of multiple " You could write a .NET executable shim to act as a pass-through to |
|
Moving this to Discussions as a feature idea rather than a tracked issue. As you found in your own digging, dotnet tool only supports executable tool packages and doesn't have a clean way to host a PowerShell-module-based runner, so there's no straightforward path here today. If that ever changes upstream, the discussion is the right place to revisit it. Appreciate you doing the legwork on the feasibility side. |
Uh oh!
There was an error while loading. Please reload this page.
In order to catch on to the current dotnet core momentum psake should be installable as a dotnet core local tool.
Expected Behavior
Current Behavior
Possible Solution
A new nuget package adapted for dotnet tool should be created:psake.tool
Context
Since the dotnetcore-sdk has become so powerful in its own it would be an excellent fit with psakes simplicity. The only thing that is currently lacking is how hard it is to get psake installed on various build servers that one as developer doesnt have control over
Your Environment
All reactions