scottvossen
scottvossen

Reputation: 47

Visual Studio 2012 AsConfigured build option

I'm looking for a way to change the Build Output Location setting for my project which uses Visual Studio Team Services. I found this article which seems to specify an option available in Visual Studio 2013, but I don't see the same option in 2012 and don't want to install 2013 yet.

Can someone help me find how to change this setting to "AsConfigured"?

-Edit- I installed Visual Studio 2013 and still can't find the setting.

In Visual Studio 2013: 1) Team Explorer -> Builds -> Locate build definition in All Build Definitions -> Right click to edit the definition. 2) Build Definition -> Process tab -> No "Build Output Location" setting can be found.

Am I missing something obvious here?

Upvotes: 0

Views: 192

Answers (1)

Andrew Clear
Andrew Clear

Reputation: 8020

I believe the option you're looking for is "Solution specific build outputs". It is on the Git build process template that the option is called "Build Output Location".

Upvotes: 0

Related Questions