-
|
I would like to experiment with the idea of packaging our deployable modules from a monorepo as My question then is: can I customize my projects in a way that when running I know I could manually produce a What would the best approach be to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
This is more a question for the NuGet/Home repository, but I can at least get you pointed in the rigth direction. Check out the docs at https://learn.microsoft.com/nuget/reference/msbuild-targets#advanced-extension-points-to-create-customized-package - there are many extensibility points in the NuGet Pack Targets that you can use to |
Beta Was this translation helpful? Give feedback.
This is more a question for the NuGet/Home repository, but I can at least get you pointed in the rigth direction.
Check out the docs at https://learn.microsoft.com/nuget/reference/msbuild-targets#advanced-extension-points-to-create-customized-package - there are many extensibility points in the NuGet Pack Targets that you can use to
a) trigger whatever projects you need to Publish (or whatever your goal is)
b) discover and add whatever files you need to the automatic Pack implementation