Created
April 26, 2011 12:31
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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