-
Notifications
You must be signed in to change notification settings - Fork 180
Description
Whenever a new major BC version is released, we do not only increase the app version of our apps, but have to update the app.json files to reference the latest:
- Runtime
- Platform
- Application (+ update the version to the other MS or MS test app dependencies)
As we have 30+ repo's, this is currently managed by an Azure DevOps pipeline that applies these rules across all repo's.
Moving to github (multi-project repo) could simplify this task, as the number of repo's would be limited, so we could try to perform this in VS Code....
However, it might be interesting if MS could provide a (new?) github action that automatically prepares all app settings for the next major, by updating the app.json of all the projects in the current repo (maybe even without asking for any parameters, as these are known by MS). Application, platform, runtime could be changed via a Replace All in VS Code, although updating the dependencies for the MS apps might be more difficult to do so.
