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
In a consumer theme project, if you want to use Lombiq.Hosting.MediaTheme.Deployer during build to automatically build a deployment package, you need to add a .config/dotnet-tools.json file like this:
This also includes a reference to Lombiq.Hosting.MediaTheme.Deployer's version, something you have to manually keep up-to-date.
Instead, let's get rid of requiring every consumer project such a file somehow. Perhaps we can have only a single file in Lombiq.Hosting.MediaTheme.Targets? Note that this should work even if all the Media Theme projects are consumed from NuGet.
github-actionsbot
changed the title
Don't require a dotnet-tools.json in every consumer project
Don't require a dotnet-tools.json in every consumer project (OSOE-883)
Jul 13, 2024
In a consumer theme project, if you want to use
Lombiq.Hosting.MediaTheme.Deployer
during build to automatically build a deployment package, you need to add a .config/dotnet-tools.json file like this:This also includes a reference to
Lombiq.Hosting.MediaTheme.Deployer
's version, something you have to manually keep up-to-date.Instead, let's get rid of requiring every consumer project such a file somehow. Perhaps we can have only a single file in
Lombiq.Hosting.MediaTheme.Targets
? Note that this should work even if all the Media Theme projects are consumed from NuGet.Jira issue
The text was updated successfully, but these errors were encountered: