Created
July 6, 2012 17:50
-
-
Save logicbomb/3061600 to your computer and use it in GitHub Desktop.
Example TC build configuration steps
This file contains hidden or 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
| Build azure project | |
| MSBuild | |
| Build file: build/build.msbuild | |
| Targets: Build | |
| Package for deployment | |
| MSBuild | |
| Build file: build/build.msbuild | |
| Targets: CreateDeploymentPackage | |
| Reset Storage Account | |
| MSBuild | |
| Build file: build/build.msbuild | |
| Targets: ResetStorageAccount | |
| Reset Diagnostics Storage | |
| MSBuild | |
| Build file: build/build.msbuild | |
| Targets: ResetStorageAccount | |
| Migrate database | |
| MSBuild | |
| Build file: build/build.msbuild | |
| Targets: RunMigration | |
| Deploy to azure | |
| MSBuild | |
| Build file: build/build.msbuild | |
| Targets: DeployToHostedService |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment