Publish a tools NuGet package
See original GitHub issueI.e. with all the bits in tools/
in the NuGet package. This would allow me to bootstrap dotnet-script
locally and use it run build scripts, instead of using csi.exe
inside Microsoft.Net.Compilers
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
Create and publish a NuGet package using Visual Studio ...
With Microsoft Visual Studio, you can create a NuGet package from a .NET class library, and then publish it to nuget.org using a...
Read more >Publish NuGet Packages | JetBrains Space Documentation
The fastest way to publish a NuGet package is to directly upload it to a NuGet feed. Open the Packages page and select...
Read more >Using NuGet to publish .NET packages
Using NuGet to publish .NET packages · Open Visual Studio, go to File > New > Project, expand the Visual C# > .NET...
Read more >How to pack command line tools with NuGet?
Direct Answer. 1.Can you confirm that the convention is that MyApp binaries should go into the tools folder in the NuGet package?
Read more >Create and publish a NuGet package with Visual Studio
To publish this package from your local machine, go to Visual studio target project -> Tools -> Options -> Add. Browse to the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Absolutely. Thanks for asking the right questions and making me think it through. 😃
FYI I pushed a new package to wrap command invocation and switched to it in my dotnet-script spike for LiteGuard and it works perfectly!