.netazure-devopsazure-pipelinesbuild-definition

How to build a solution with multiple build configuration (debug, release) in Azure DevOps build definiton


Is something like this possible, to build the solution with two configurations at the same time?

?

enter image description here


Solution

  • The Multiplier varaibale has to be supplied without the $ and parenthesis ()

    "Under the agent job of the assigned task, on the Parallelism tab, select Multi-configuration and specify the Multipliers separated by commas. For example: BuildConfiguration, BuildPlatform"

    https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/build/visual-studio-build?view=azure-devops#how-do-i-build-multiple-configurations-for-multiple-platforms