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
I'm looking to use dotnet script as a configuration orchestrator where various NuGet packages contain their own config files included as content, but to do this I need to access the content files within the nuget packages. Is there an easy way of doing this?
The text was updated successfully, but these errors were encountered:
There is nothing in dotnet-script that will help you out here. My advice is to look to the NuGet libraries, There you can find utilities for reading and creating packages from code. https://github.com/NuGet/NuGet.Client
Uh oh!
There was an error while loading. Please reload this page.
I'm looking to use dotnet script as a configuration orchestrator where various NuGet packages contain their own config files included as content, but to do this I need to access the content files within the nuget packages. Is there an easy way of doing this?
The text was updated successfully, but these errors were encountered: