forked from heroku/dotnet-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I'm not sure if it is a must have feature in this build pack, but I want to raise it just to see if you think it should be here.
Non-typical application will have multiple executable, which will be translated into multiple dynos. Usually there will be single web application - API, and there will one or many workers. Probably they all will reside in the same solution with separate project for each executable (and some common logic in another project).
Now, we solved it with deploy file pointing to those special projects and build pack (here is the relevant row) publish every project it finds in the file into separate folder. Later on, separate dyno spinned for each folder/executable in the folder.
Do you think it is special or common case?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels