Skip to content

[Suggestion] Prepare apps for NextMajor #772

@fvet

Description

@fvet

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)

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions