skip to main |
skip to sidebar
[OperationContract]
www.codecollege.NET
Interfaces annotated with System.ServiceModel attributes
www.codecollege.NET
System.ServiceModel.Binding
www.codecollege.NET
System.ServiceModel.ServiceEndpoint
www.codecollege.NET
You can do that by providing the following config entry in the MS Build or TFS Build config file,
<GetBuildProperties TeamFoundationServerUrl="$(TeamFoundationServerUrl)"
BuildUri="$(BuildUri)"
Condition=" '$(IsDesktopBuild)' != 'true' ">
<Output TaskParameter="CompilationSuccess" PropertyName="LocalCompilationSuccess" />
</GetBuildProperties>
<Exec Condition="'$(LocalCompilationSuccess)'=='true'" Command="do_the_voodoo"/>
www.codecollege.NET