Skip to content
Discussion options

You must be logged in to vote

If you wish to test your apps against next minor/major, you can set up buildModes with conditional settings. E.g. if you add a build mode "nextMajor", you can specify the following settings:

    "ConditionalSettings": [
        {
            "buildModes": [
                "nextMajor"
            ],
            "settings": {
                "artifact": "////nextmajor",
                "cacheImageName": "",
                "versioningStrategy": 15
            }
        }
    ]

This setup will make sure whenever the apps are built in CICD/PR Build, that an extra build job, targeting next major, is run.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@navdotnetreqs
Comment options

Answer selected by navdotnetreqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants