Created
July 6, 2012 17:40
-
-
Save logicbomb/3061556 to your computer and use it in GitHub Desktop.
The build settings file contains the information required for the custom tasks .
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
| <BuildSettings xmlns="http://andromeda.com/build-settings"> | |
| <OutputDir /> | |
| <SolutionDir /> | |
| <Pacakage name="" pathToNuspecTemplate="" version="" pathToProject=""/> | |
| <Project group="" pathToProjectFile="" /> | |
| <Test group="" pathToProjectFile="" /> | |
| <Database name="" connectionString="" /> | |
| <StorageAccount name="" accountKey="" subscriptionId="" /> | |
| <HostedService name="" subscriptionId="" pathToManagementCertificate="" pathToDeploymentPackage="" /> | |
| <ServiceConfiguration name="" path="" /> | |
| <PackageManagerAccount name="" /> | |
| </BuildSettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment