Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
2 views
by (45.3k points)

I'm currently using Build in Visual Studio Team Services (was Visual Studio Online), and would like to be able to set a Build Variable in a Build Step so that the new value can be used in a subsequent Build Step.

Obviously you can set it before the Build starts but I'm looking to late bind the variable during a subsequent Build Step.

Is this possible?enter image description here

1 Answer

0 votes
by (16.8k points)

Please set system.bug to true, looks like there is a bug which mutes your stdout, due to which all your #vso are non-functional.

Please check this reference: https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md

Browse Categories

...