Advertisement
Guest User

Xamarin remote build target

a guest
Feb 7th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.40 KB | None | 0 0
  1. <Target Name="RemoteBuild" DependsOnTargets="Build">
  2.     <Message Text="Building with OSX server at $(MAC_SERVER_ADDRESS):$(MAC_SERVER_PORT) with BSAT '$(MAC_SERVER_BSAT)'." />
  3.     <MSBuild
  4.        Projects="project.csproj"
  5.        Targets="_RemoteBuild"
  6.        Properties="Configuration=$(Configuration);ServerAddress=$(MAC_SERVER_ADDRESS);HttpPort=$(MAC_SERVER_PORT);BSAT=$(MAC_SERVER_BSAT)" />
  7.   </Target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement