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
Hi. Wondering if Nuke can help me out making the final release package that consist of the combined artifacts built from multiple repositories.
The code is hosted at Azure Devops where I have two repositories, BackendApi and Frontend. Each follow it's own versioning.
I am able to configure the build and test pipelines for each of the repository.
For the release I need to get the output produced by compiling those two repositories and merge it. Using Azure Devops I guess I could have a pipeline that gets those two artifacts and produces a new one which is the complete, deployable web application.
Is there a way to prepare the release package using Nuke? I guess I would need to have two build targets for two separate repositories, but I'm not sure that's possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. Wondering if Nuke can help me out making the final release package that consist of the combined artifacts built from multiple repositories.
The code is hosted at Azure Devops where I have two repositories, BackendApi and Frontend. Each follow it's own versioning.
I am able to configure the build and test pipelines for each of the repository.
For the release I need to get the output produced by compiling those two repositories and merge it. Using Azure Devops I guess I could have a pipeline that gets those two artifacts and produces a new one which is the complete, deployable web application.
Is there a way to prepare the release package using Nuke? I guess I would need to have two build targets for two separate repositories, but I'm not sure that's possible?
Beta Was this translation helpful? Give feedback.
All reactions