Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
In this articleIn this page

SPBlaze - Automating SharePoint Deployment

Page Tree
root@parent
startDepth0
excerpttrue

 

Table of Content Zone

Table of Contents

Configuration Files

The PowerShell scripts read an xml configuration file to identify all steps, actions and settings to be used for the deployment.  Commonly you will need to have 1 configuration file per environment.

...

The configuration files reside on the file system, in a sub folder called Config.  The scripts will try to locate config files in this folder.

 

Folder structure required 
Image Modified
Info

The XML configuration files must exist in the Config Folder

Configuration Overview

The XML files contain the following element hierarchy:

...

Sample Configuration File

Code Block
languagec#
function void Test(){
}

 

In the Config folder a sample configuration file called Sample.MyProject.Config.Xml has been created to assist new projects. 

...