Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created April 26, 2011 12:31
Show Gist options
  • Save domgreen/942172 to your computer and use it in GitHub Desktop.
Save domgreen/942172 to your computer and use it in GitHub Desktop.
MSBuild script to show the outline of an automated build to development fabric
<Target Name="LocalDeploy" DependsOnTargets="CorePackageComputeService" Condition=" '$(DeployType)' == 'Local' ">
<Exec Command="$(StopLocalDevFabric)"/>
<Exec Command="$(RunLocalDevFabric)" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment