Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Action Condition
 

Action Condition

Is it possible to have a condition in a action that is the result of a Action Output

ex:

<Actions CoordinatorServiceType="Microsoft.Practices.RecipeFramework.Extensions.Coordinators.ConditionalCoordinator, Microsoft.Practices.RecipeFramework.Extensions">
<Action Name="BuildProxy"
Type="Extensions.Actions.BuildProxyAction, Extensions">
........
</Action>
<Action Condition="$(BuildProxy.Proxy)"
Name="AddCustomAttributes"
Type="Extensions.Actions.AddICustomAttributesAction, Extensions">
..........
</Action>

BuildProxy.Proxy is a boolean.

Can I pass a condition that is the result of another action or only boolean arguments can be passed to conditions


Thanks
Pedro Rainho  Monday, December 17, 2007 12:03 PM
Hi Pedro

No, unfortunately you just can use recipe arguments but no action ouputs.

hth
jose.
Jose Escrich  Wednesday, December 19, 2007 3:07 PM
Hi Pedro

No, unfortunately you just can use recipe arguments but no action ouputs.

hth
jose.
Jose Escrich  Wednesday, December 19, 2007 3:07 PM

You can use google to search for other answers

Custom Search

More Threads

• Failed install for Feb Release of GAT
• Set version for Guidance Package
• Is there a simplified Guidance Package Development Package or...
• Creating a Recipe for updating a config file
• Failed to load value providers
• Enable recipie if assembly reference exist
• Trouble Installing Mobile Client Software Factory in Vista x64 Ultimate and Win2k3 Server Standard x64...
• Discovering "out" parameters in source code?
• Any way to get GAX/GAT working on Vista x64 (VS 2008 RTM)?
• Installation of Guidance Automation Extension