mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

VersionNumber target is only stamping one of the Assemblies #28

Closed curtiszarger closed 6 years ago

curtiszarger commented 9 years ago

I am using the VersionNumber target to stamp my dlls. I have a solution with multiple projects. My issue is that only the web site dll is getting stamped.

I changed the ItemGroup specification of to: . It correctly finds all of the Assembly.cs files, but still only stamps the Web site dll.

I thought maybe the batching on the task might be the problem, but I made this change, and it didn't help. <MSBuild.ExtensionPack.Framework.AssemblyInfo AssemblyInfoFiles="%(AssemblyInfoFiles.Identity).

Any help is appreciated. Curt Zarger

mikefourie-zz commented 9 years ago

could you email me a repro or a diagnostic build log?

curtiszarger commented 9 years ago

Mike,

Thanks for the reply and the help. I’ve attached 3 files to provide more information. Start with Assy Stamping.docx. It refers to the other 2.

thx Curt Zarger

From: Mike Fourie [mailto:notifications@github.com] Sent: Monday, April 20, 2015 4:43 PM To: mikefourie/MSBuildExtensionPack Cc: Curtis Zarger Subject: Re: [MSBuildExtensionPack] VersionNumber target is only stamping one of the Assemblies (#28)

could you email me a repro or a diagnostic build log?

— Reply to this email directly or view it on GitHubhttps://github.com/mikefourie/MSBuildExtensionPack/issues/28#issuecomment-94563346.

The information contained in this message may be privileged and/or confidential and protected from disclosure. If the reader of this message is not the intended recipient or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and deleting the material from any computer.

mikefourie-zz commented 8 years ago

sorry i dont see the attachments. can you email me?

curtiszarger commented 8 years ago

Mike,

Thanks for the reply. Attached is the description, code, and log information.

Thanks for your help.

Curt

From: Mike Fourie [mailto:notifications@github.com] Sent: Monday, August 17, 2015 4:23 PM To: mikefourie/MSBuildExtensionPack MSBuildExtensionPack@noreply.github.com Cc: Curtis Zarger Curtis.Zarger@asmr.com Subject: Re: [MSBuildExtensionPack] VersionNumber target is only stamping one of the Assemblies (#28)

sorry i dont see the attachments. can you email me?

— Reply to this email directly or view it on GitHubhttps://github.com/mikefourie/MSBuildExtensionPack/issues/28#issuecomment-131949118.

The information contained in this message may be privileged and/or confidential and protected from disclosure. If the reader of this message is not the intended recipient or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and deleting the material from any computer.

curtiszarger commented 8 years ago

Mike, I resubmitted, this time emailing thru Outlook. as I'm viewing my response on github, I still don't see the attachment. So I pasted the full text here, unfortunately it loses some formatting.

Curt

Contents Description 1 MSBuild.ExtensionPack Files Used/Modified 1 Output log – segment for UpdateAssemblyInfoFiles 1 Output Log – full text 3 MSBuild.ExtensionPack.VersionNumber.targets 47 MSBuild.ExtensionPack.tasks file 51

Mike, Thanks for the reply. Here is the backup info for the Assembly Stamping issue I reported. Description There are 3 AssemblyInfoFiles in the source for this build. Two projects (WebApplication1 and ClassLibrary1) are included in the build configuration. An additional project (WcfService1) is downloaded, but not included in the build configuration. Issue: WcfService1 is correctly ignored. WebApplication1 is correctly built and stamped. ClassLibrary1 is correctly built, but NOT STAMPED. MSBuild.ExtensionPack Files Used/Modified The MSBuild.ExtensionPack.tasks file I am using is dated 5/26/14 1:27PM. It is included below. I have not modified it. The MSBuild.ExtensionPack.VersionNumber.targets has been modified (also included below) • Lns 27-35 – changed format of property values • Lns 65-66 – changed the ItemGroup used to look for the AssemblyInfo files. • Ln 76 – added a semi-colon to the end of a line • Lns 95-105 – added a conditional

Output Log – full text Build started 8/12/2015 8:07:41 AM. 1>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebTemplate1.sln" on node 1 (default targets). 1>ValidateSolutionConfiguration: Building solution configuration "TeamBuild|Any CPU". ValidateProjects: The project "Database1" is not selected for building in solution configuration "TeamBuild|Any CPU". The project "WcfService1" is not selected for building in solution configuration "TeamBuild|Any CPU". The target "MvcBuildViews" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets (842,131)" does not exist in the project, and will be ignored. 1>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebTemplate1.sln" (1) is building "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj.metaproj" (2) on node 1 (default targets). 2>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj.metaproj" (2) is building "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3) on node 1 (default targets). 3>echoPreProcessDependsOn: * Executing target echoPreProcessDependsOn * * BEGIN executing target preProcess * execution sub-targets:
echoPreProcessDependsOn; validateInputs; preProcessInputs; deriveGlobalProperties; setReleaseFileProperties; setReleaseVersionProperties; setGlobalDependentProperties;

   validateInputs:
     *** Executing target validateInputs ***
     PublishProfile = B
     BuildDefinitionName = WebTemplate1.WebApplication1-B-M
   preProcessInputs:
     *** Executing target preProcessInputs ***
     ReleaseFileFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     AboutPageFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
   setReleaseFileProperties:
     *** Executing target setReleaseFileProperties ***
     ReleaseFileFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "1"
     AssemblyFileMajorVersion = 1
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "4"
     AssemblyFileMinorVersion = 4
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "123"
     AssemblyFileBuildNumber = 123
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "457"
     AssemblyFileRevision = 457
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "WebApplication1"
     AssemblyProduct = WebApplication1
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "Created by © ASM Research 2015"
     AboutPageCopyright = Created by © ASM Research 2015
   setReleaseVersionProperties:
     *** Executing target setReleaseVersionProperties ***
     ReleaseVersion = 1.4.123.457
   setGlobalDependentProperties:
     *** Executing target setGlobalDependentProperties ***
   preProcess:
     *** END executing target preProcess ***
   BeforeBuild:
     *** Executing override-target BeforeBuild ***
   The target "MvcBuildViews" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets (842,131)" does not exist in the project, and will be ignored.
 3>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3) is building "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3:2) on node 1 (echoPropertiesWrapperTask target(s)).
 3>echoPreProcessDependsOn:
     *** Executing target echoPreProcessDependsOn ***
     *** BEGIN executing target preProcess ***
           execution sub-targets:  
             echoPreProcessDependsOn;
             validateInputs;
             preProcessInputs;
             deriveGlobalProperties;
             setReleaseFileProperties;
             setReleaseVersionProperties;
             setGlobalDependentProperties;

   validateInputs:
     *** Executing target validateInputs ***
     PublishProfile = B
     BuildDefinitionName = WebTemplate1.WebApplication1-B-M
   preProcessInputs:
     *** Executing target preProcessInputs ***
     ReleaseFileFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     AboutPageFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
   setReleaseFileProperties:
     *** Executing target setReleaseFileProperties ***
     ReleaseFileFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "1"
     AssemblyFileMajorVersion = 1
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "4"
     AssemblyFileMinorVersion = 4
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "123"
     AssemblyFileBuildNumber = 123
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "457"
     AssemblyFileRevision = 457
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "WebApplication1"
     AssemblyProduct = WebApplication1
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "Created by © ASM Research 2015"
     AboutPageCopyright = Created by © ASM Research 2015
   setReleaseVersionProperties:
     *** Executing target setReleaseVersionProperties ***
     ReleaseVersion = 1.4.123.457
   setGlobalDependentProperties:
     *** Executing target setGlobalDependentProperties ***
   preProcess:
     *** END executing target preProcess ***

3:2>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3:2) is building "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3:3) on node 1 (echoProperties target(s)). 3>echoProperties: * Executing target echoProperties * ===== Support Tools ===== PowerShellPath = C:\Windows\System32\WindowsPowerShell\v1.0 PowerShellExe = C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe MSDeployPath = C:\Program Files (x86)\IIS\Microsoft Web Deploy V3 MSDeployExe = msdeploy.exe NAntPath = E:\DevOpsTools\nant-0.85\bin NAntExe = nant.exe NAntMasterBuildFile = "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt\master.build" FortifyInstallationRootPath = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10 FortifyInstallationLibPath = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\Core\lib\ FortifyInstallationBinPath = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\bin FortifyClientBat = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\bin\fortifyclient.bat

     ===== DevOps Support =====
     DevOpsSystemName                     = DART
     DevOpsBuildTools                     = C:\Program Files (x86)\MSBuild\DevOpsBuildTools
     BuildServiceAccount                  = rctfs.service

     ===== TFS TeamBuild =====
     Server URL                           = http://s150rctfs-01-t:8080/tfs/defaultcollection
     _WebPublishTargetsPath = 
     MSBuildExtensionsPath                = C:\Program Files (x86)\MSBuild <-- 3rd party tools library
     MSBuildToolsVersion                  = 12.0
     TF_BUILD                             = True <-- boolean indicating a TeamBuild
     BuildAgentName                       = s150rctfs-02-T <-- (derived)
     BuildAgentID                         = 1 <-- (derived)
     MSBuildToolsPath                     = C:\Program Files (x86)\MSBuild\12.0\bin\amd64 <-- used for custom tasks
     TF_BUILD_BUILDDEFINITIONID           = 
     TF_BUILD_BUILDDEFINITIONNAME         = WebTemplate1.WebApplication1-B-M
     TF_BUILD_BUILDNUMBER                 = 20150812.1
     TF_BUILD_BUILDDIRECTORY              = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M
     TF_BUILD_BUILDREASON                 = Manual
     TF_BUILD_BUILDURI                    = vstfs:///Build/Build/2442
     TF_BUILD_COLLECTIONURI               = http://s150rctfs-01-t:8080/tfs/defaultcollection
     TF_BUILD_DROPLOCATION                = \\s150rctfs-02-T\RCTFSBuildOutput\WebTemplate1.WebApplication1-B-M\20150812.1
     TF_BUILD_SOURCEGETVERSION            = C665
     TF_BUILD_SOURCESDIRECTORY            = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src
     TF_BUILD_TESTRESULTSDIRECTORY        = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\tst

     ===== MSBuild =====
     MSBuildProjectFile                   = WebApplication1.csproj
     MSBuildProjectName                   = WebApplication1

     ===== DevOps =====
     DevOpsSrcPath                        = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART
     DevOpsProjectLevelScript             = C:\Program Files (x86)\MSBuild\DevOpsBuildTools\DevOpsConfigurationData\scripts\DART.ps1
     DevOpsProjectLevelDataName           = DART_WebTemplate1.xml
     DevOpsProjectLevelDataPath           = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\DART_WebTemplate1.xml
     RemoteDevOpsProjectLevelDataPath     = \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml

     ===== PublishProfile =====
     PublishProfile                       = B
       ImportTargets                      = C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Customization.targets
       UsePreProcessStubTarget            = false

     ===== Build Configuration =====
     Debug                                = false
     ProjectName                          = DevWeb1 <-- TFS project
     ApplicationName                      = WebTemplate1 <-- solution level
     SolutionName                         = WebTemplate1
     MSBuildProjectName                   = WebApplication1
     BuildLabelName                       =  <-- Source Control label built (optional)
     BuildURI                             = vstfs:///Build/Build/2442
     Version                              = 1.0.0.0
     MSBuildProjectDirectory              = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1
     MSBuildProjectFile                   = WebApplication1.csproj
     BuildTriggerCode                     = M
     BuildTrigger                         = Manual
     PublishMethod                        = FileSystem
     DeployOnBuild                        = true
     Configuration                        = TeamBuild
     Platform                             = AnyCPU
     Environment                          = TeamBuild
     EnvironmentCode                      = B
     NestedApplications                   = DoNotDeleteMe;DoNotDeleteMeEither
     DeleteRootFilesOnFullBuild           = true
     publishServer                        = s150rcweb-01-B
     publishShare                         = medchart
     publishFolder                        = WebApplication1
     DeployToWebFarm                      = true
     publishServer2                       = s150rcweb-01-B.asmhq.local
     publishServer3                       = 172.30.150.119

     ===== Tests: Code analysis, unit, ... =====
     RunFortify                           = true

     ===== MSDeploy Information =====
     MSDeployWhatIf                       = -whatif

     ===== Release Information =====
     UseReleaseFile                       = true
     ApplyAssemblyStamping                = true
     ReleaseFileName                      = Release.xml
     ReleaseFileFullPath                  = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     ReleaseVersion                       = 1.4.123.457
       AssemblyFileMajorVersion             = 1
       AssemblyFileMinorVersion             = 4
       AssemblyFileBuildNumber              = 123
       AssemblyFileRevision                 = 457
     AssemblyProduct                      = WebApplication1

     ===== Packing Information =====
     CreateReleasePackage                 = true
       ApplyPackageFileRetention          = true
       ReleasePackageFileName             = 
       ReleasePackagesFolderName          = ReleasePackages
       PackageFilesRetentionFolderPath    = \\s150rctfs-02-T\ReleasePackages
       PackageFilePathToReleaseVersion    = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457
       PackageFilePathToApplicationName   = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1
       PackageFilePathToDatabase          = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\database
       PackageFilePathToDocuments         = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\documents
       PackageFilePathToCompiledCode      = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled
       PackageFilePathToUnCompiledCode    = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\uncompiled
       PackageFilePathToInstaller         = 
       Retention Target #1:
         PackageFilePathToApplicationName          = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled
           SearchPatternOnBuildServer              = *.zip
           NumberOfPackagesToRetainOnBuildServer   = 4
       Retention Target #2:
         RemoteStorageFolderPath                   = \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1
           SearchPatternOnTargetServer             = *.zip
           NumberOfPackagesToRetainOnTargetServer  = 2

     ===== Reporting =====
     WriteProjectStatus                   = true
     ProjectStatusFileFullPath            = 
     PointOfContact                       = Rob Tenwolde
     Comments                             = WebApplication1 TeamBuild commentsX

     ===== System and Application Configuration Information =====
     ApplySystemConfigurations            = false
     ApplyApplicationConfigurations       = true

     ===== About Information =====
     UseAboutPage                         = true
     AboutPageName                        = About.html
     AboutPageFullPath                    = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     AboutPageCopyright                   = Created by © ASM Research 2015
     AboutPageInfoLogo                    = Info.png

     ===== PowerShell =====
     Verbosity-PS                         = 1
     EnvironmentCode-PS                   = 1

   echoFileSystemProperties:
     *** Executing target echoFileSystemProperties ***
     ===== Publish Configuration =====
     PublishProfile                       = B
     WebPublishMethod                     = FileSystem
     LastUsedBuildConfiguration           = Release
     LastUsedPlatform                     = Any CPU
     SiteUrlToLaunchAfterPublish          = 
     LaunchSiteAfterPublish               = True
     ExcludeApp_Data                      = False
     publishUrl                           = \\s150rcweb-01-B\medchart\WebApplication1
     DeleteExistingFiles                  = False
     PrecompileBeforePublish              = True
     EnableUpdateable                     = True
     DebugSymbols                         = False
     WDPMergeOption                       = DonotMerge

 3>Done Building Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (echoProperties target(s)).
 3>Done Building Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (echoPropertiesWrapperTask target(s)).
 3>PrepareForBuild:
     Creating directory "obj\TeamBuild\".
 3>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3) is building "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\ClassLibrary1\ClassLibrary1.csproj" (4) on node 1 (default targets).
 4>PrepareForBuild:
     Creating directory "obj\TeamBuild\".
   GenerateTargetFrameworkMonikerAttribute:
   Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
   CoreCompile:
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.Linq.dll" /debug+ /debug:full /filealign:512 /out:obj\TeamBuild\ClassLibrary1.dll /subsystemversion:6.00 /target:library /utf8output Class1.cs Properties\AssemblyInfo.cs "C:\Users\rctfs.service\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.cs"
   CopyFilesToOutputDirectory:
     Copying file from "obj\TeamBuild\ClassLibrary1.dll" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\ClassLibrary1.dll".
     ClassLibrary1 -> E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\ClassLibrary1.dll
     Copying file from "obj\TeamBuild\ClassLibrary1.pdb" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\ClassLibrary1.pdb".
 4>Done Building Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\ClassLibrary1\ClassLibrary1.csproj" (default targets).
 3>GenerateTargetFrameworkMonikerAttribute:
   Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
   UpdateAssemblyInfoFiles:
     *** Executing target UpdateAssemblyInfoFiles ***
     UseReleaseFile = true
     ApplyAssemblyStamping = true
     AssemblyInfo files to stamp = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\ClassLibrary1\Properties\AssemblyInfo.cs
     AssemblyInfo files to stamp = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WcfService1\Properties\AssemblyInfo.cs
     AssemblyInfo files to stamp = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\Properties\AssemblyInfo.cs

     AssemblyMajorVersion = 1
     AssemblyMinorVersion = 0
     AssemblyBuildNumber = 
     AssemblyRevision = 
     AssemblyBuildNumberType = DateString
     AssemblyBuildNumberFormat = MMdd
     AssemblyRevisionType = AutoIncrement
     AssemblyRevisionReset = True
     AssemblyRevisionFormat = 00

     AssemblyFileMajorVersion = 1
     AssemblyFileMinorVersion = 4
     AssemblyFileBuildNumber = 123
     AssemblyFileBuildNumberType = 
     AssemblyFileBuildNumberFormat = 
     AssemblyFileRevisionType = 
     AssemblyFileRevisionReset = 
     AssemblyFileRevisionFormat = 

     AssemblyComVisible = 
     AssemblyGuid = 
     AssemblyFileRevision = 457

     AssemblyCompany = 
     AssemblyConfiguration = 
     AssemblyCopyright = 
     AssemblyCulture = 
     AssemblyDescription = 
     AssemblyProduct = WebApplication1
     AssemblyTitle = 

     AssemblyIncludeSigningInformation = false
     AssemblyDelaySign = false
     AssemblyKeyFile = 
     AssemblyKeyName = 

     *** Completed target UpdateAssemblyInfoFiles ***
   CoreCompile:
     C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /define:DEBUG;TRACE /highentropyva+ /reference:E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\ClassLibrary1.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.ComponentModel.DataAnnotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Configuration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.EnterpriseServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.ServiceModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Web.ApplicationServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Web.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Web.DynamicData.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Web.Entity.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Web.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Web.Services.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.Linq.dll" /debug- /debug:full /out:obj\TeamBuild\WebApplication1.dll /subsystemversion:6.00 /target:library /utf8output Properties\AssemblyInfo.cs Default.aspx.cs Default.aspx.designer.cs "Service References\ServiceReference2\Reference.cs" "C:\Users\rctfs.service\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.cs"
   CreateTfsBuildInfoFile:
     The build information will not contain the TFS project collection URI or the symbol path. The resulting experience to go back to code from binaries won't be complete. To enable a complete experience, set /p:IncludeServerNameInBuildInfo=true in the MSBuild arguments. To understand more, see http://go.microsoft.com/fwlink/?LinkID=316979&clcid=0x409.
     Creating directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.BuildInfo.config" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\BuildInfo.config".
   _CopyAppConfigFile:
     Copying file from "Web.config" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.dll.config".
   CopyFilesToOutputDirectory:
     Copying file from "obj\TeamBuild\WebApplication1.dll" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.dll".
     WebApplication1 -> E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.dll
     Copying file from "obj\TeamBuild\WebApplication1.pdb" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.pdb".
   _CopyWebApplicationLegacy:
     Copying Web Application Project Files for WebApplication1
     Creating directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\bin".
     Copying file from "obj\TeamBuild\WebApplication1.dll" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\bin\WebApplication1.dll".
     Copying file from "obj\TeamBuild\WebApplication1.pdb" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\bin\WebApplication1.pdb".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\ClassLibrary1.dll" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\bin\ClassLibrary1.dll".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\ClassLibrary1.pdb" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\bin\ClassLibrary1.pdb".
     Creating directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\css".
     Copying file from "css\StyleSheet1.css" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\css\StyleSheet1.css".
     Creating directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\img".
     Copying file from "img\ASMlogo.jpg" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\img\ASMlogo.jpg".
     Copying file from "img\ASMacLogo.png" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\img\ASMacLogo.png".
     Copying file from "img\cropped-ASMLOGO1.png" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\img\cropped-ASMLOGO1.png".
     Copying file from "img\jackhammer.gif" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\img\jackhammer.gif".
     Copying file from "img\jackhammer2.gif" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\img\jackhammer2.gif".
     Copying file from "img\working.gif" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\img\working.gif".
     Copying file from "Web.config" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\Web.config".
     Copying file from "Default.aspx" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\Default.aspx".
     Creating directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\Service References\ServiceReference2".
     Copying file from "Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource" to "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource".
   ValidatePublishProfileSettings:
     Validating PublishProfile(B) settings.
   ValidateGlobalPackageSetting:
     $(PackageAsSingleFile) is True
     $(PackageFileName) is E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\_PublishedWebsites\WebApplication1_Package\WebApplication1.zip. Validating...
   CollectFilesFromIntermediateAssembly:
     Gather all files from Project items @(IntermediateAssembly). Adding:
     E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.dll to bin\WebApplication1.dll
     E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.pdb to bin\WebApplication1.pdb
   CollectFilesFromContent:
     Gather all files from Project items @(Content). Adding:
     css\StyleSheet1.css;img\ASMlogo.jpg;img\ASMacLogo.png;img\cropped-ASMLOGO1.png;img\jackhammer.gif;img\jackhammer2.gif;img\working.gif;Web.config;Default.aspx;Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource
   CollectFilesFromIntermediateSatelliteAssembliesWithTargetPath:
     Gather all files from Project output (IntermediateSatelliteAssembliesWithTargetPath). Adding:
   CollectFilesFromReference:
     Gather all files from Project items @(ReferenceCopyLocalPaths,ReferenceComWrappersToCopyLocal,ResolvedIsolatedComModules,_DeploymentLooseManifestFile,NativeReferenceFile).
   CollectFilesFromAllExtraReferenceFiles:
     Gather all files from Project items @(AllExtraReferenceFiles). Adding:
   CollectFilesFrom_binDeployableAssemblies:
     Gather all files from Project items @(_binDeployableAssemblies). Adding:
   PipelineCollectFilesPhase:
     Publish Pipeline Collect Files Phase
   PreTransformWebConfig:
     Found The following for Config tranformation:
     Web.config
     Creating directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\TransformWebConfig\transformed\".
     Copying Web.config to obj\TeamBuild\TransformWebConfig\original\Web.config.
     Copying E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\Web.TeamBuild.config to obj\TeamBuild\TransformWebConfig\assist\Web.config.
   TransformWebConfigCore:
     Transforming Source File: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\Web.config
       Applying Transform File: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\Web.TeamBuild.config
       Output File: obj\TeamBuild\TransformWebConfig\transformed\Web.config
     Transformation succeeded
   PostTransformWebConfig:
     Transformed Web.config using E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\Web.TeamBuild.config into obj\TeamBuild\TransformWebConfig\transformed\Web.config.
   PreProfileTransformWebConfig:
     Found The following for Config tranformation:
     Web.config
     Creating directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\ProfileTransformWebConfig\transformed\".
     Copying obj\TeamBuild\TransformWebConfig\transformed\Web.config to obj\TeamBuild\ProfileTransformWebConfig\original\Web.config.
     Copying E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\\Web.B.config to obj\TeamBuild\ProfileTransformWebConfig\assist\Web.config.
   ProfileTransformWebConfigCore:
     Transforming Source File: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\TransformWebConfig\transformed\Web.config
       Applying Transform File: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\\Web.B.config
       Output File: obj\TeamBuild\ProfileTransformWebConfig\transformed\Web.config
     Transformation succeeded
   PostProfileTransformWebConfig:
     Transformed obj\TeamBuild\TransformWebConfig\transformed\Web.config using E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\\Web.B.config into obj\TeamBuild\ProfileTransformWebConfig\transformed\Web.config.
   PipelineTransformPhase:
     Publish Pipeline Transform Phase
   CopyAllFilesToSingleFolderForAspNetCompileMerge:
     Creating directory "obj\TeamBuild\AspnetCompileMerge\Source".
     Copying all files to temporary location below for package/publish:
     obj\TeamBuild\AspnetCompileMerge\Source.
     Copying E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.BuildInfo.config to obj\TeamBuild\AspnetCompileMerge\Source\BuildInfo.config.
     Copying E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.dll to obj\TeamBuild\AspnetCompileMerge\Source\bin\WebApplication1.dll.
     Copying E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\WebApplication1.pdb to obj\TeamBuild\AspnetCompileMerge\Source\bin\WebApplication1.pdb.
     Copying css\StyleSheet1.css to obj\TeamBuild\AspnetCompileMerge\Source\css\StyleSheet1.css.
     Copying img\ASMlogo.jpg to obj\TeamBuild\AspnetCompileMerge\Source\img\ASMlogo.jpg.
     Copying img\ASMacLogo.png to obj\TeamBuild\AspnetCompileMerge\Source\img\ASMacLogo.png.
     Copying img\cropped-ASMLOGO1.png to obj\TeamBuild\AspnetCompileMerge\Source\img\cropped-ASMLOGO1.png.
     Copying img\jackhammer.gif to obj\TeamBuild\AspnetCompileMerge\Source\img\jackhammer.gif.
     Copying img\jackhammer2.gif to obj\TeamBuild\AspnetCompileMerge\Source\img\jackhammer2.gif.
     Copying img\working.gif to obj\TeamBuild\AspnetCompileMerge\Source\img\working.gif.
     Copying Default.aspx to obj\TeamBuild\AspnetCompileMerge\Source\Default.aspx.
     Copying Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource to obj\TeamBuild\AspnetCompileMerge\Source\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource.
     Copying E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\ClassLibrary1.dll to obj\TeamBuild\AspnetCompileMerge\Source\bin\ClassLibrary1.dll.
     Copying E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\ClassLibrary1.pdb to obj\TeamBuild\AspnetCompileMerge\Source\bin\ClassLibrary1.pdb.
     Copying obj\TeamBuild\ProfileTransformWebConfig\transformed\Web.config to obj\TeamBuild\AspnetCompileMerge\Source\Web.config.
   AspNetPreCompile:
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_compiler.exe -v / -p E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\AspnetCompileMerge\Source -u -c E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\AspnetCompileMerge\TempBuildDir 
   PipelineAspNetCompileMergePhase:
     Publish Pipeline AspnetCompileMerge Phase
   CopyAllFilesToSingleFolderForPackage:
     Creating directory "obj\TeamBuild\Package\PackageTmp".
     Copying all files to temporary location below for package/publish:
     obj\TeamBuild\Package\PackageTmp.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\PrecompiledApp.config to obj\TeamBuild\Package\PackageTmp\PrecompiledApp.config.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\BuildInfo.config to obj\TeamBuild\Package\PackageTmp\BuildInfo.config.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\bin\WebApplication1.dll to obj\TeamBuild\Package\PackageTmp\bin\WebApplication1.dll.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\bin\WebApplication1.pdb to obj\TeamBuild\Package\PackageTmp\bin\WebApplication1.pdb.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\css\StyleSheet1.css to obj\TeamBuild\Package\PackageTmp\css\StyleSheet1.css.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\img\ASMlogo.jpg to obj\TeamBuild\Package\PackageTmp\img\ASMlogo.jpg.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\img\ASMacLogo.png to obj\TeamBuild\Package\PackageTmp\img\ASMacLogo.png.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\img\cropped-ASMLOGO1.png to obj\TeamBuild\Package\PackageTmp\img\cropped-ASMLOGO1.png.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\img\jackhammer.gif to obj\TeamBuild\Package\PackageTmp\img\jackhammer.gif.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\img\jackhammer2.gif to obj\TeamBuild\Package\PackageTmp\img\jackhammer2.gif.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\img\working.gif to obj\TeamBuild\Package\PackageTmp\img\working.gif.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\Default.aspx to obj\TeamBuild\Package\PackageTmp\Default.aspx.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource to obj\TeamBuild\Package\PackageTmp\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\bin\ClassLibrary1.dll to obj\TeamBuild\Package\PackageTmp\bin\ClassLibrary1.dll.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\bin\ClassLibrary1.pdb to obj\TeamBuild\Package\PackageTmp\bin\ClassLibrary1.pdb.
     Copying obj\TeamBuild\AspnetCompileMerge\TempBuildDir\Web.config to obj\TeamBuild\Package\PackageTmp\Web.config.
   PipelinePreDeployCopyAllFilesToOneFolder:
     Publish Pipeline Deploy phase Stage PipelinePreDeployCopyAllFilesToOneFolder
   WebFileSystemPublish:
     Copying obj\TeamBuild\Package\PackageTmp\BuildInfo.config to \\s150rcweb-01-B\medchart\WebApplication1\BuildInfo.config.
     Copying obj\TeamBuild\Package\PackageTmp\Default.aspx to \\s150rcweb-01-B\medchart\WebApplication1\Default.aspx.
     Copying obj\TeamBuild\Package\PackageTmp\PrecompiledApp.config to \\s150rcweb-01-B\medchart\WebApplication1\PrecompiledApp.config.
     Copying obj\TeamBuild\Package\PackageTmp\Web.config to \\s150rcweb-01-B\medchart\WebApplication1\Web.config.
     Copying obj\TeamBuild\Package\PackageTmp\bin\ClassLibrary1.dll to \\s150rcweb-01-B\medchart\WebApplication1\bin\ClassLibrary1.dll.
     Copying obj\TeamBuild\Package\PackageTmp\bin\ClassLibrary1.pdb to \\s150rcweb-01-B\medchart\WebApplication1\bin\ClassLibrary1.pdb.
     Copying obj\TeamBuild\Package\PackageTmp\bin\WebApplication1.dll to \\s150rcweb-01-B\medchart\WebApplication1\bin\WebApplication1.dll.
     Copying obj\TeamBuild\Package\PackageTmp\bin\WebApplication1.pdb to \\s150rcweb-01-B\medchart\WebApplication1\bin\WebApplication1.pdb.
     Copying obj\TeamBuild\Package\PackageTmp\css\StyleSheet1.css to \\s150rcweb-01-B\medchart\WebApplication1\css\StyleSheet1.css.
     Copying obj\TeamBuild\Package\PackageTmp\img\ASMacLogo.png to \\s150rcweb-01-B\medchart\WebApplication1\img\ASMacLogo.png.
     Copying obj\TeamBuild\Package\PackageTmp\img\ASMlogo.jpg to \\s150rcweb-01-B\medchart\WebApplication1\img\ASMlogo.jpg.
     Copying obj\TeamBuild\Package\PackageTmp\img\cropped-ASMLOGO1.png to \\s150rcweb-01-B\medchart\WebApplication1\img\cropped-ASMLOGO1.png.
     Copying obj\TeamBuild\Package\PackageTmp\img\jackhammer.gif to \\s150rcweb-01-B\medchart\WebApplication1\img\jackhammer.gif.
     Copying obj\TeamBuild\Package\PackageTmp\img\jackhammer2.gif to \\s150rcweb-01-B\medchart\WebApplication1\img\jackhammer2.gif.
     Copying obj\TeamBuild\Package\PackageTmp\img\working.gif to \\s150rcweb-01-B\medchart\WebApplication1\img\working.gif.
     Copying obj\TeamBuild\Package\PackageTmp\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource to \\s150rcweb-01-B\medchart\WebApplication1\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource.
   PreAutoParameterizationWebConfigConnectionStrings:
     Creating directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\CSAutoParameterize\transformed\".
     Copying obj\TeamBuild\Package\PackageTmp\Web.config to obj\TeamBuild\CSAutoParameterize\original\Web.config.
   AutoParameterizationWebConfigConnectionStringsCore:
     Transforming Source File: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\Web.config
       Applying Transform File: <?xml version="1.0"?>
             <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
               <connectionStrings>
                 <add
                   connectionString="{% token='$(ReplacableToken_#(parameter)_#(tokennumber))' xpathlocator='name' parameter='$(name)-Web.config Connection String' description='$(name) Connection String used in web.config by the application to access the database.' defaultValue='$(connectionString)' tags='SqlConnectionString' %}"
                   xdt:Transform="SetTokenizedAttributes(connectionString)" xdt:SupressWarnings="True" />
               </connectionStrings>
             </configuration>
       Output File: obj\TeamBuild\CSAutoParameterize\transformed\Web.config
     Transformation succeeded
   PostAutoParameterizationWebConfigConnectionStrings:
     Auto ConnectionString Transformed obj\TeamBuild\Package\PackageTmp\Web.config into obj\TeamBuild\CSAutoParameterize\transformed\Web.config.
   PipelineMsdeploySpecificTransformPhase:
     Publish Pipeline Deploy phase Stage PipelineMsdeploySpecificTransformPhase
   PipelineDeployPhase:
     Publish Pipeline Deploy Phase
   AfterBuild:
     *** Executing override-target AfterBuild ***
           executing sub-targets: 
             deleteWebHostFolder 
             deployWebToWebHost 
             ProcessReleaseFile 
             ProcessAboutPage 
             syncWebToWebFarm 
             CreateReleasePackage 
             applyPackageFileRetention 
             ApplySystemConfigurations 
             ApplyApplicationConfigurations 
             CreateLocalInstaller 
             ProcessProjectStatus 
             RunFortify 
             echoPropertiesWrapperTask 
   deleteWebHostFolder:
     *** Executing target deleteWebHostFolder ***
     publishURL = \\s150rcweb-01-B\medchart\WebApplication1
     nant.exe -f:"C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt\master.build" -v -D:RootFolderPath="\\s150rcweb-01-B\medchart\WebApplication1" -D:FolderNamesToExclude="DoNotDeleteMe;DoNotDeleteMeEither" -D:DeleteRootFilesOnFullBuild=true folderDeleteWithExclusions
     NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006)
     Copyright (C) 2001-2006 Gerry Shaw
     http://nant.sourceforge.net

     Framework 'net-1.0' is invalid and has not been loaded : The 'System.dll' assembly does not exist in framework assembly directory 'C:\Windows\Microsoft.NET\Framework\v1.0.3705'..

     Framework 'net-1.1' is invalid and has not been loaded : The 'System.dll' assembly does not exist in framework assembly directory 'C:\Windows\Microsoft.NET\Framework\v1.1.4322'..

     Framework 'netcf-1.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Microsoft\.NETCompactFramework\';hive='Microsoft.Win32.RegistryHive[]';.

     Framework 'netcf-2.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Microsoft\.NETCompactFramework\v2.0.0.0\InstallRoot\';hive='Microsoft.Win32.RegistryHive[]';.

     Framework 'mono-1.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

     Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

     Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

     Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

     Framework 'sscli-1.0' is invalid and has not been loaded : Framework directory 'C:\sscli\build\v1.x86fstchk.rotor' does not exist..

     Buildfile: file:///C:/Program Files (x86)/MSBuild/DevOpsBuildTools/NAnt/master.build
     Target framework: Microsoft .NET Framework 2.0
     Base Directory: C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt.
     Target(s) specified: folderDeleteWithExclusions 

       [include] Including file C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt\inc\GlobalProperties.build.
       [include] Including file C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt\inc\GeneralUtilities.build.
       [include] Including file C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt\inc\XMLUtilities.build.
       [include] Including file C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt\inc\FileMaintenance.build.
       [include] Including file C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt\inc\TestTasks.build.

     folderDeleteWithExclusions:

          [echo] Begin deleting files and folders below \\s150rcweb-01-B\medchart\WebApplication1 (excluding Exclusion application folders).
          [echo] Deleting files (*.* non-recursive) at root level below \\s150rcweb-01-B\medchart\WebApplication1

     deleteRootFiles:

        [delete] Deleting 7 files.
        [delete] Deleting file \\s150rcweb-01-B\medchart\WebApplication1\About.html.
        [delete] Deleting file \\s150rcweb-01-B\medchart\WebApplication1\BuildInfo.config.
        [delete] Deleting file \\s150rcweb-01-B\medchart\WebApplication1\Default.aspx.
        [delete] Deleting file \\s150rcweb-01-B\medchart\WebApplication1\Info.png.
        [delete] Deleting file \\s150rcweb-01-B\medchart\WebApplication1\PrecompiledApp.config.
        [delete] Deleting file \\s150rcweb-01-B\medchart\WebApplication1\Release.xml.
        [delete] Deleting file \\s150rcweb-01-B\medchart\WebApplication1\Web.config.
          [echo] Deleted root level files.
          [echo] Begin recursive folder delete.  Skip Exclusion folders
          [echo] \\s150rcweb-01-b\medchart\WebApplication1\bin
          [echo] DoNotDeleteMe ?
          [echo] DoNotDeleteMeEither ?
          [echo] \\s150rcweb-01-b\medchart\WebApplication1\bin Exclusion? = false
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\bin\ClassLibrary1.dll'.
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\bin\ClassLibrary1.pdb'.
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\bin\WebApplication1.dll'.
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\bin\WebApplication1.pdb'.
        [delete] Deleting directory '\\s150rcweb-01-b\medchart\WebApplication1\bin'.
          [echo] Exclusion folder not detected.  Deleting folder.
          [echo] 
          [echo] \\s150rcweb-01-b\medchart\WebApplication1\css
          [echo] DoNotDeleteMe ?
          [echo] DoNotDeleteMeEither ?
          [echo] \\s150rcweb-01-b\medchart\WebApplication1\css Exclusion? = false
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\css\StyleSheet1.css'.
        [delete] Deleting directory '\\s150rcweb-01-b\medchart\WebApplication1\css'.
          [echo] Exclusion folder not detected.  Deleting folder.
          [echo] 
          [echo] \\s150rcweb-01-b\medchart\WebApplication1\img
          [echo] DoNotDeleteMe ?
          [echo] DoNotDeleteMeEither ?
          [echo] \\s150rcweb-01-b\medchart\WebApplication1\img Exclusion? = false
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\img\ASMacLogo.png'.
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\img\ASMlogo.jpg'.
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\img\cropped-ASMLOGO1.png'.
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\img\jackhammer.gif'.
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\img\jackhammer2.gif'.
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\img\working.gif'.
        [delete] Deleting directory '\\s150rcweb-01-b\medchart\WebApplication1\img'.
          [echo] Exclusion folder not detected.  Deleting folder.
          [echo] 
          [echo] \\s150rcweb-01-b\medchart\WebApplication1\Service References
          [echo] DoNotDeleteMe ?
          [echo] DoNotDeleteMeEither ?
          [echo] \\s150rcweb-01-b\medchart\WebApplication1\Service References Exclusion? = false
        [delete] Deleting file '\\s150rcweb-01-b\medchart\WebApplication1\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource'.
        [delete] Deleting directory '\\s150rcweb-01-b\medchart\WebApplication1\Service References\ServiceReference2'.
        [delete] Deleting directory '\\s150rcweb-01-b\medchart\WebApplication1\Service References'.
          [echo] Exclusion folder not detected.  Deleting folder.
          [echo] 

     BUILD SUCCEEDED

     Total time: 0.9 seconds.

   deployWebToWebHost:
     *** Executing target deployWebToWebHost ***
     TF_BUILD_SOURCESDIRECTORY = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src
     MSBuildProjectName        = WebApplication1
     Configuration             = TeamBuild
     publishUrl                = \\s150rcweb-01-B\medchart\WebApplication1
     FolderToBeDeployed = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp
     file list to be deployed: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\bin\ClassLibrary1.dll;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\bin\ClassLibrary1.pdb;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\bin\WebApplication1.dll;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\bin\WebApplication1.pdb;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\BuildInfo.config;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\css\StyleSheet1.css;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\Default.aspx;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\ASMacLogo.png;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\ASMlogo.jpg;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\cropped-ASMLOGO1.png;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\jackhammer.gif;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\jackhammer2.gif;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\working.gif;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\PrecompiledApp.config;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\Web.config
     Creating directory "\\s150rcweb-01-B\medchart\WebApplication1\bin".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\bin\ClassLibrary1.dll" to "\\s150rcweb-01-B\medchart\WebApplication1\bin\ClassLibrary1.dll".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\bin\ClassLibrary1.pdb" to "\\s150rcweb-01-B\medchart\WebApplication1\bin\ClassLibrary1.pdb".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\bin\WebApplication1.dll" to "\\s150rcweb-01-B\medchart\WebApplication1\bin\WebApplication1.dll".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\bin\WebApplication1.pdb" to "\\s150rcweb-01-B\medchart\WebApplication1\bin\WebApplication1.pdb".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\BuildInfo.config" to "\\s150rcweb-01-B\medchart\WebApplication1\BuildInfo.config".
     Creating directory "\\s150rcweb-01-B\medchart\WebApplication1\css".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\css\StyleSheet1.css" to "\\s150rcweb-01-B\medchart\WebApplication1\css\StyleSheet1.css".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\Default.aspx" to "\\s150rcweb-01-B\medchart\WebApplication1\Default.aspx".
     Creating directory "\\s150rcweb-01-B\medchart\WebApplication1\img".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\ASMacLogo.png" to "\\s150rcweb-01-B\medchart\WebApplication1\img\ASMacLogo.png".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\ASMlogo.jpg" to "\\s150rcweb-01-B\medchart\WebApplication1\img\ASMlogo.jpg".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\cropped-ASMLOGO1.png" to "\\s150rcweb-01-B\medchart\WebApplication1\img\cropped-ASMLOGO1.png".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\jackhammer.gif" to "\\s150rcweb-01-B\medchart\WebApplication1\img\jackhammer.gif".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\jackhammer2.gif" to "\\s150rcweb-01-B\medchart\WebApplication1\img\jackhammer2.gif".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\img\working.gif" to "\\s150rcweb-01-B\medchart\WebApplication1\img\working.gif".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\PrecompiledApp.config" to "\\s150rcweb-01-B\medchart\WebApplication1\PrecompiledApp.config".
     Creating directory "\\s150rcweb-01-B\medchart\WebApplication1\Service References\ServiceReference2".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource" to "\\s150rcweb-01-B\medchart\WebApplication1\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\obj\TeamBuild\Package\PackageTmp\Web.config" to "\\s150rcweb-01-B\medchart\WebApplication1\Web.config".
   echoProcessReleaseFileDependsOn:
     *** Executing target echoProcessReleaseFileDependsOn ***
     *** BEGIN executing target ProcessReleaseFile ***
           execution sub-targets:  
                 echoProcessReleaseFileDependsOn;
                 writeToReleaseFile;
                 deployReleaseFileToWebHost;

   writeToReleaseFile:
     *** Executing target writeToReleaseFile ***
     ReleaseFileFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     display attributes on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     attrib E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     A    R       E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml

     setting WRITE attribute on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     attrib -R E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     display attributes on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     attrib E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     A            E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml

     writing content to E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     writing Build Number (20150812.1) to location /Release/AboutPageInfo/BuildNumber
     Made 1 replacement(s).

     setting READONLY attribute on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     attrib +R E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     display attributes on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     attrib E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     A    R       E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml

   deployReleaseFileToWebHost:
     *** Executing target deployReleaseFileToWebHost ***
     ReleaseFileFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml" to "\\s150rcweb-01-B\medchart\WebApplication1\Release.xml".
   ProcessReleaseFile:
     *** END executing target ProcessReleaseFile ***
   echoProcessAboutPageDependsOn:
     *** Executing target echoProcessAboutPageDependsOn ***
     *** BEGIN executing target ProcessAboutPage ***
           execution sub-targets:  
                 echoProcessAboutPageDependsOn;
                 writeContentToAboutFile;
                 deployAboutPageFilesToWebHost;

   writeContentToAboutFile:
     *** Executing target writeContentToAboutFile ***
     display attributes on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     attrib E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     A    R       E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html

     setting WRITE attribute on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     attrib -R E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     display attributes on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     attrib E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     A            E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html

     writing content to E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html

     setting READONLY attribute on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     attrib +R E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     display attributes on E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     attrib E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     A    R       E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html

   deployAboutPageFilesToWebHost:
     *** Executing target deployAboutPageFilesToWebHost ***
     AboutPageFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html" to "\\s150rcweb-01-B\medchart\WebApplication1\About.html".
     AboutPageInfoLogoPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Info.png
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Info.png" to "\\s150rcweb-01-B\medchart\WebApplication1\Info.png".
   ProcessAboutPage:
     *** END executing target ProcessAboutPage ***
   echoCreateReleasePackageDependsOn:
     *** Executing target echoCreateReleasePackageDependsOn ***
     *** BEGIN executing target CreateReleasePackage ***
           execution sub-targets:  
             echoCreateReleasePackageDependsOn;
             CreateReleasePackage-SetProperties-TEMPORARY_FOR_TESTING;
             setReleasePackageName;
             CreateReleasePackage-CreateCompiledFileZipInRetentionFolder;
             CreateReleasePackage-CopyFilesToTargetServer;
             CreateReleasePackage-CreateUnCompiledFileZipInRetentionFolder;
             CreateReleasePackage-CopyDocumentationFoldersToRetentionFolder;
             CreateReleasePackage-CopyInstallationWeb;

   CreateReleasePackage-SetProperties-TEMPORARY_FOR_TESTING:
     *** Executing target CreateReleasePackage-SetProperties - THIS TARGET IS TEMPORARY ***
   setReleasePackageName:
     *** Executing target setReleasePackageName ***
     ReleasePackageFileName = WebApplication1_20150812.1_v1.4.123.457.zip
   CreateReleasePackage-CreateCompiledFileZipInRetentionFolder:
     *** Executing target CreateReleasePackage-CreateCompiledFileZipInRetentionFolder ***
     PackageFilesToZipPath: \\s150rcweb-01-B\medchart\WebApplication1
     Creating ZipFile: \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled\WebApplication1_20150812.1_v1.4.123.457.zip
   CreateReleasePackage-CopyFilesToTargetServer:
     *** Executing target CreateReleasePackage-CopyFilesToTargetServer ***
     Creating remote storage folder: \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1, if it doesn't exist.
     Copying file from "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled\WebApplication1_20150812.1_v1.4.123.457.zip" to "\\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\WebApplication1_20150812.1_v1.4.123.457.zip".
   CreateReleasePackage-CreateUnCompiledFileZipInRetentionFolder:
     *** Executing target CreateReleasePackage-CreateUnCompiledFileZipInRetentionFolder ***
     UnCompiledFilesToZipPath: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src
     Creating ZipFile: \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\uncompiled\WebApplication1_1.4.123.457.zip
   CreateReleasePackage-CopyDocumentationFoldersToRetentionFolder:
     *** Executing target CreateReleasePackage-CopyDocumentationFoldersToRetentionFolder ***
     Removing directory "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\documents".
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\1 - CreateDatabase.sql
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\2 - CreateStructure.sql
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\3 - CreateStaticData.sql
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\4 - ImportLodData.sql
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\5 - Insert RC_SharedRCCBT.sql
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\6 - Change SRX views.sql
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\7 - Sync redundant INOW tables.sql
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\D22_MEDCHART_XXX (1.4.123.457)SVD.docx
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\D22_MEDCHART_XXX (1.4.123.457)SVD.pdf
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\D24_MEDCHART_XXX (1.4.123.457)Release Notes.pdf
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\fred.pdf
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\mary.pdf
     Creating directory "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\documents".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\1 - CreateDatabase.sql" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Database\1 - CreateDatabase.sql".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\2 - CreateStructure.sql" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Database\2 - CreateStructure.sql".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\3 - CreateStaticData.sql" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Database\3 - CreateStaticData.sql".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\4 - ImportLodData.sql" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Database\4 - ImportLodData.sql".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\5 - Insert RC_SharedRCCBT.sql" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Database\5 - Insert RC_SharedRCCBT.sql".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\6 - Change SRX views.sql" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Database\6 - Change SRX views.sql".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Database\7 - Sync redundant INOW tables.sql" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Database\7 - Sync redundant INOW tables.sql".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\D22_MEDCHART_XXX (1.4.123.457)SVD.docx" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Documents\D22_MEDCHART_XXX (1.4.123.457)SVD.docx".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\D22_MEDCHART_XXX (1.4.123.457)SVD.pdf" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Documents\D22_MEDCHART_XXX (1.4.123.457)SVD.pdf".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\D24_MEDCHART_XXX (1.4.123.457)Release Notes.pdf" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Documents\D24_MEDCHART_XXX (1.4.123.457)Release Notes.pdf".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\fred.pdf" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Documents\fred.pdf".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Documents\mary.pdf" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\Documents\mary.pdf".
   CreateReleasePackage-CopyInstallationWeb:
     *** Executing target CreateReleasePackage-CopyInstallationWeb ***
     Removing directory "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML".
     file list to be copied: E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\Default.css;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\eCase.jpg;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\install.png;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\MainMnuBg.jpg;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\MEDCHART_Header.jpg;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\MEDCHART_Header2.jpg;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\smallarrow.gif;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\Masters.css;E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\Menu.css
     Creating directory "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\Default.css" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\Default.css".
     Creating directory "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\images".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\eCase.jpg" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\images\eCase.jpg".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\install.png" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\images\install.png".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\MainMnuBg.jpg" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\images\MainMnuBg.jpg".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\MEDCHART_Header.jpg" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\images\MEDCHART_Header.jpg".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\MEDCHART_Header2.jpg" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\images\MEDCHART_Header2.jpg".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\images\smallarrow.gif" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\images\smallarrow.gif".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\Masters.css" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\Masters.css".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\HTML\Menu.css" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\HTML\Menu.css".
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\Documents\1.4.123.457\Install.html" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\Install.html".
   CreateReleasePackage:
     *** END executing target CreateReleasePackage ***
   applyPackageFileRetention:
     *** Executing target applyPackageFileRetention ***
       File Retention input data:
         TargetFolder               = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled
           SearchPattern            = *.zip
           NumberOfPackagesToRetain = 4
         TargetFolder2              = \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1
           SearchPattern2           = *.zip
           NumberOfPackagesToRetain2= 2
     Removing old files from folders:
         \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled using search pattern "*.zip". Retaining 4 files.
         \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1 using search pattern "*.zip". Retaining 2 files.
     File Removal Results:
     Deleting file "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled\WebApplication1_20150730.18_v1.4.123.457.zip".
     Deleting file "\\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\WebApplication1_20150731.2_v1.4.123.457.zip".
     *** END executing target applyPackageFileRetention ***
   echoApplyApplicationConfigurationsDependsOn:
     *** Executing target echoApplyApplicationConfigurationsDependsOn ***
     *** BEGIN executing target ApplyApplicationConfigurations ***
           execution sub-targets:  
                 echoApplyApplicationConfigurationsDependsOn;
                 ApplyApplicationConfigurations-SetProperties;
                 ApplyApplicationConfigurations-SetProperties-TEMPORARY_FOR_TESTING;
                 ApplyApplicationConfigurations-CopyFilesToTargetServer;
                 ApplyApplicationConfigurations-WriteContentToDevOpsProjectLevelDataFile;
                 ApplyApplicationConfigurations-SetPowerShellProperties;
                 ApplyApplicationConfigurations-ConfigureApplication;

   ApplyApplicationConfigurations-SetProperties:
     *** Executing target ApplyApplicationConfigurations-SetProperties ***
     DevOpsProjectLevelScript             = C:\Program Files (x86)\MSBuild\DevOpsBuildTools\DevOpsConfigurationData\scripts\DART.ps1
     DevOpsProjectLevelDataName           = DART_WebTemplate1.xml
     DevOpsProjectLevelDataPath           = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\DART_WebTemplate1.xml
   ApplyApplicationConfigurations-SetProperties-TEMPORARY_FOR_TESTING:
     *** Executing target ApplyApplicationConfigurations-SetProperties - TEMPORARY_FOR_TESTING ***
   ApplyApplicationConfigurations-CopyFilesToTargetServer:
     *** Executing target ApplyApplicationConfigurations-CopyFilesToTargetServer ***
     Creating remote storage folder: \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1, if it doesn't exist.
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\DART_WebTemplate1.xml" to "\\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml".
     Copying file from "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled\WebApplication1_20150812.1_v1.4.123.457.zip" to "\\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\WebApplication1_20150812.1_v1.4.123.457.zip".
   ApplyApplicationConfigurations-WriteContentToDevOpsProjectLevelDataFile:
     *** Executing target ApplyApplicationConfigurations-WriteContentToDevOpsProjectLevelDataFile ***
     EnvironmentUppercase = TEAMBUILD
     RemoteDevOpsProjectLevelDataPath = \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     PublishFolderPath = \\s150rcweb-01-B\medchart\WebApplication1
     IISRootPath = \\s150rcweb-01-B\medchart
     NestedApplicationsCSV = DoNotDeleteMe,DoNotDeleteMeEither
     XPathToTFSProjectName = /Environment/TEAMBUILD/TFSProjectName
     XPathToVSApplicationName = /Environment/TEAMBUILD/VSApplicationName
     XPathToVSProjectName = /Environment/TEAMBUILD/VSProjectName
     XPathToReleaseVersion = /Environment/TEAMBUILD/ReleaseVersion
     XPathToBuildNumber = /Environment/TEAMBUILD/BuildNumber
     XPathToNestedApplications = /Environment/TEAMBUILD/NestedApplications
     XPathToSourceZip = /Environment/TEAMBUILD/extractzip/sourcezip
     XPathToRemoveDir = /Environment/TEAMBUILD/extractzip/removedir
     XPathToBaseDir = /Environment/TEAMBUILD/extractzip/basedir
     display attributes on \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     attrib \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
                  \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml

     setting WRITE attribute on \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     attrib -R \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     display attributes on \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     attrib \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
                  \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml

     - - - writing content to \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml - - -
     writing TFS Project Name (DevWeb1) to location /Environment/TEAMBUILD/TFSProjectName
     Made 1 replacement(s).

     writing VS Application Name (WebTemplate1) to location /Environment/TEAMBUILD/VSApplicationName
     Made 1 replacement(s).

     writing VS Project Name (WebApplication1) to location /Environment/TEAMBUILD/VSProjectName
     Made 1 replacement(s).

     writing Release Version (1.4.123.457) to location /Environment/TEAMBUILD/ReleaseVersion
     Made 1 replacement(s).

     writing Build Number (20150812.1) to location /Environment/TEAMBUILD/BuildNumber
     Made 1 replacement(s).

     writing NestedApplications (CSV form) (DoNotDeleteMe,DoNotDeleteMeEither) to location /Environment/TEAMBUILD/NestedApplications
     Made 1 replacement(s).

     writing Package file location (\\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\WebApplication1_20150812.1_v1.4.123.457.zip) to location /Environment/TEAMBUILD/extractzip/sourcezip
     Made 1 replacement(s).

     writing Publish folder path (\\s150rcweb-01-B\medchart\WebApplication1) to location /Environment/TEAMBUILD/extractzip/removedir
     Made 1 replacement(s).

     writing Base (IIS root) folder location (\\s150rcweb-01-B\medchart) to location /Environment/TEAMBUILD/extractzip/basedir
     Made 1 replacement(s).

     setting READONLY attribute on \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     attrib +R \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     display attributes on \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     attrib \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml
     A    R       \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml

   ApplyApplicationConfigurations-SetPowerShellProperties:
     *** Executing target ApplyApplicationConfigurations-SetPowerShellProperties ***
   ApplyApplicationConfigurations-ConfigureApplication:
     *** Executing target ApplyApplicationConfigurations-ConfigureApplication ***
     CommandToExecute = C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NonInteractive -ExecutionPolicy UnRestricted -command "& { Invoke-Command -ComputerName s150rcweb-01-B -FilePath 'C:\Program Files (x86)\MSBuild\DevOpsBuildTools\DevOpsConfigurationData\scripts\DART.ps1' -ArgumentList 'TeamBuild', '\\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml', 1 } "
     C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NonInteractive -ExecutionPolicy UnRestricted -command "& { Invoke-Command -ComputerName s150rcweb-01-B -FilePath 'C:\Program Files (x86)\MSBuild\DevOpsBuildTools\DevOpsConfigurationData\scripts\DART.ps1' -ArgumentList 'TeamBuild', '\\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml', 1 } "
     VERBOSE: Perform operation 'Enumerate CimInstances' with following parameters, 
     ''namespaceName' = root\cimv2,'className' = Win32_OperatingSystem'.
     VERBOSE: Operation 'Enumerate CimInstances' complete.
     VERBOSE: Validate-Parameters: OS Major Version - 6
     VERBOSE: Validate-Parameters: OS Minor Version - 1
     VERBOSE: Validate-Parameters: OS Build Version - 7601
     VERBOSE: Validate-Parameters: Powershell Version - 4
     VERBOSE: Validate-Parameters: Target Environment - TEAMBUILD
     VERBOSE: Validate-Parameters: Configuration XML - 
     \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123
     .457\WebTemplate1\DART_WebTemplate1.xml
     VERBOSE: Loading module from path 
     'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ServerManager\ServerManager
     .psd1'.
     VERBOSE: Loading 'FormatsToProcess' from path 
     'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ServerManager\Feature.forma
     t.ps1xml'.
     VERBOSE: Importing cmdlet 'Get-WindowsFeature'.
     VERBOSE: Importing cmdlet 'Add-WindowsFeature'.
     VERBOSE: Importing cmdlet 'Remove-WindowsFeature'.
     VERBOSE: Exporting cmdlet 'Get-WindowsFeature'.
     VERBOSE: Exporting cmdlet 'Add-WindowsFeature'.
     VERBOSE: Exporting cmdlet 'Remove-WindowsFeature'.
     VERBOSE: Importing cmdlet 'Add-WindowsFeature'.
     VERBOSE: Importing cmdlet 'Get-WindowsFeature'.
     VERBOSE: Importing cmdlet 'Remove-WindowsFeature'.
     VERBOSE: Loading module from path 
     'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\WebAdministration\WebAdmini
     stration.psd1'.
     VERBOSE: Loading 'Assembly' from path 
     'C:\Windows\assembly\GAC_MSIL\Microsoft.IIS.PowerShell.Framework\7.5.0.0__31bf3
     856ad364e35\Microsoft.IIS.PowerShell.Framework.dll'.
     VERBOSE: Loading 'TypesToProcess' from path 
     'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\WebAdministration\iisprovid
     er.types.ps1xml'.
     VERBOSE: Loading 'FormatsToProcess' from path 
     'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\WebAdministration\iisprovid
     er.format.ps1xml'.
     VERBOSE: Loading module from path 
     'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\WebAdministration\Microsoft
     .IIS.PowerShell.Provider.dll'.
     VERBOSE: Importing cmdlet 'Start-WebCommitDelay'.
     VERBOSE: Importing cmdlet 'Stop-WebCommitDelay'.
     VERBOSE: Importing cmdlet 'Get-WebConfigurationLock'.
     VERBOSE: Importing cmdlet 'Remove-WebConfigurationLock'.
     VERBOSE: Importing cmdlet 'Add-WebConfigurationLock'.
     VERBOSE: Importing cmdlet 'Get-WebConfigurationLocation'.
     VERBOSE: Importing cmdlet 'Remove-WebConfigurationLocation'.
     VERBOSE: Importing cmdlet 'Rename-WebConfigurationLocation'.
     VERBOSE: Importing cmdlet 'Get-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Select-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Set-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Clear-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Get-WebConfigurationProperty'.
     VERBOSE: Importing cmdlet 'Add-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Add-WebConfigurationProperty'.
     VERBOSE: Importing cmdlet 'Set-WebConfigurationProperty'.
     VERBOSE: Importing cmdlet 'Remove-WebConfigurationProperty'.
     VERBOSE: Importing cmdlet 'Get-WebConfigFile'.
     VERBOSE: Importing cmdlet 'Get-WebFilePath'.
     VERBOSE: Importing cmdlet 'New-Website'.
     VERBOSE: Importing cmdlet 'New-WebApplication'.
     VERBOSE: Importing cmdlet 'New-WebVirtualDirectory'.
     VERBOSE: Importing cmdlet 'New-WebAppPool'.
     VERBOSE: Importing cmdlet 'Remove-WebAppPool'.
     VERBOSE: Importing cmdlet 'New-WebFtpSite'.
     VERBOSE: Importing cmdlet 'New-WebBinding'.
     VERBOSE: Importing cmdlet 'Set-WebBinding'.
     VERBOSE: Importing cmdlet 'Remove-WebBinding'.
     VERBOSE: Importing cmdlet 'Get-Website'.
     VERBOSE: Importing cmdlet 'Remove-Website'.
     VERBOSE: Importing cmdlet 'Remove-WebApplication'.
     VERBOSE: Importing cmdlet 'Get-WebApplication'.
     VERBOSE: Importing cmdlet 'Get-WebVirtualDirectory'.
     VERBOSE: Importing cmdlet 'Remove-WebVirtualDirectory'.
     VERBOSE: Importing cmdlet 'Get-WebRequest'.
     VERBOSE: Importing cmdlet 'Get-WebAppDomain'.
     VERBOSE: Importing cmdlet 'Get-WebsiteState'.
     VERBOSE: Importing cmdlet 'Get-WebAppPoolState'.
     VERBOSE: Importing cmdlet 'Start-Website'.
     VERBOSE: Importing cmdlet 'Start-WebAppPool'.
     VERBOSE: Importing cmdlet 'Restart-WebAppPool'.
     VERBOSE: Importing cmdlet 'Stop-Website'.
     VERBOSE: Importing cmdlet 'Stop-WebAppPool'.
     VERBOSE: Importing cmdlet 'New-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'New-WebManagedModule'.
     VERBOSE: Importing cmdlet 'Enable-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'New-WebHandler'.
     VERBOSE: Importing cmdlet 'Set-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Set-WebManagedModule'.
     VERBOSE: Importing cmdlet 'Set-WebHandler'.
     VERBOSE: Importing cmdlet 'Disable-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Remove-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Remove-WebManagedModule'.
     VERBOSE: Importing cmdlet 'Remove-WebHandler'.
     VERBOSE: Importing cmdlet 'Get-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Get-WebManagedModule'.
     VERBOSE: Importing cmdlet 'Get-WebHandler'.
     VERBOSE: Importing cmdlet 'Get-WebBinding'.
     VERBOSE: Importing cmdlet 'Get-WebConfigurationBackup'.
     VERBOSE: Importing cmdlet 'Remove-WebConfigurationBackup'.
     VERBOSE: Importing cmdlet 'Backup-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Restore-WebConfiguration'.
     VERBOSE: Importing cmdlet 'ConvertTo-WebApplication'.
     VERBOSE: Importing cmdlet 'Enable-WebRequestTracing'.
     VERBOSE: Importing cmdlet 'Disable-WebRequestTracing'.
     VERBOSE: Importing cmdlet 'Clear-WebRequestTracingSettings'.
     VERBOSE: Importing cmdlet 'Get-WebURL'.
     VERBOSE: Importing cmdlet 'Start-WebItem'.
     VERBOSE: Importing cmdlet 'Stop-WebItem'.
     VERBOSE: Importing cmdlet 'Restart-WebItem'.
     VERBOSE: Importing cmdlet 'Get-WebItemState'.
     VERBOSE: Loading module from path 
     'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\WebAdministration\WebAdmini
     strationAliases.ps1'.
     VERBOSE: Dot-sourcing the script file 
     'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\WebAdministration\WebAdmini
     strationAliases.ps1'.
     VERBOSE: Exporting function 'IIS:'.
     VERBOSE: Exporting cmdlet 'Start-WebCommitDelay'.
     VERBOSE: Exporting cmdlet 'Stop-WebCommitDelay'.
     VERBOSE: Exporting cmdlet 'Get-WebConfigurationLock'.
     VERBOSE: Exporting cmdlet 'Remove-WebConfigurationLock'.
     VERBOSE: Exporting cmdlet 'Add-WebConfigurationLock'.
     VERBOSE: Exporting cmdlet 'Get-WebConfigurationLocation'.
     VERBOSE: Exporting cmdlet 'Remove-WebConfigurationLocation'.
     VERBOSE: Exporting cmdlet 'Rename-WebConfigurationLocation'.
     VERBOSE: Exporting cmdlet 'Get-WebConfiguration'.
     VERBOSE: Exporting cmdlet 'Select-WebConfiguration'.
     VERBOSE: Exporting cmdlet 'Set-WebConfiguration'.
     VERBOSE: Exporting cmdlet 'Clear-WebConfiguration'.
     VERBOSE: Exporting cmdlet 'Get-WebConfigurationProperty'.
     VERBOSE: Exporting cmdlet 'Add-WebConfiguration'.
     VERBOSE: Exporting cmdlet 'Add-WebConfigurationProperty'.
     VERBOSE: Exporting cmdlet 'Set-WebConfigurationProperty'.
     VERBOSE: Exporting cmdlet 'Remove-WebConfigurationProperty'.
     VERBOSE: Exporting cmdlet 'Get-WebConfigFile'.
     VERBOSE: Exporting cmdlet 'Get-WebFilePath'.
     VERBOSE: Exporting cmdlet 'New-Website'.
     VERBOSE: Exporting cmdlet 'New-WebApplication'.
     VERBOSE: Exporting cmdlet 'New-WebVirtualDirectory'.
     VERBOSE: Exporting cmdlet 'New-WebAppPool'.
     VERBOSE: Exporting cmdlet 'Remove-WebAppPool'.
     VERBOSE: Exporting cmdlet 'New-WebFtpSite'.
     VERBOSE: Exporting cmdlet 'New-WebBinding'.
     VERBOSE: Exporting cmdlet 'Set-WebBinding'.
     VERBOSE: Exporting cmdlet 'Remove-WebBinding'.
     VERBOSE: Exporting cmdlet 'Get-Website'.
     VERBOSE: Exporting cmdlet 'Remove-Website'.
     VERBOSE: Exporting cmdlet 'Remove-WebApplication'.
     VERBOSE: Exporting cmdlet 'Get-WebApplication'.
     VERBOSE: Exporting cmdlet 'Get-WebVirtualDirectory'.
     VERBOSE: Exporting cmdlet 'Remove-WebVirtualDirectory'.
     VERBOSE: Exporting cmdlet 'Get-WebRequest'.
     VERBOSE: Exporting cmdlet 'Get-WebAppDomain'.
     VERBOSE: Exporting cmdlet 'Get-WebsiteState'.
     VERBOSE: Exporting cmdlet 'Get-WebAppPoolState'.
     VERBOSE: Exporting cmdlet 'Start-Website'.
     VERBOSE: Exporting cmdlet 'Start-WebAppPool'.
     VERBOSE: Exporting cmdlet 'Restart-WebAppPool'.
     VERBOSE: Exporting cmdlet 'Stop-Website'.
     VERBOSE: Exporting cmdlet 'Stop-WebAppPool'.
     VERBOSE: Exporting cmdlet 'New-WebGlobalModule'.
     VERBOSE: Exporting cmdlet 'New-WebManagedModule'.
     VERBOSE: Exporting cmdlet 'Enable-WebGlobalModule'.
     VERBOSE: Exporting cmdlet 'New-WebHandler'.
     VERBOSE: Exporting cmdlet 'Set-WebGlobalModule'.
     VERBOSE: Exporting cmdlet 'Set-WebManagedModule'.
     VERBOSE: Exporting cmdlet 'Set-WebHandler'.
     VERBOSE: Exporting cmdlet 'Disable-WebGlobalModule'.
     VERBOSE: Exporting cmdlet 'Remove-WebGlobalModule'.
     VERBOSE: Exporting cmdlet 'Remove-WebManagedModule'.
     VERBOSE: Exporting cmdlet 'Remove-WebHandler'.
     VERBOSE: Exporting cmdlet 'Get-WebGlobalModule'.
     VERBOSE: Exporting cmdlet 'Get-WebManagedModule'.
     VERBOSE: Exporting cmdlet 'Get-WebHandler'.
     VERBOSE: Exporting cmdlet 'Get-WebBinding'.
     VERBOSE: Exporting cmdlet 'Get-WebConfigurationBackup'.
     VERBOSE: Exporting cmdlet 'Remove-WebConfigurationBackup'.
     VERBOSE: Exporting cmdlet 'Backup-WebConfiguration'.
     VERBOSE: Exporting cmdlet 'Restore-WebConfiguration'.
     VERBOSE: Exporting cmdlet 'ConvertTo-WebApplication'.
     VERBOSE: Exporting cmdlet 'Enable-WebRequestTracing'.
     VERBOSE: Exporting cmdlet 'Disable-WebRequestTracing'.
     VERBOSE: Exporting cmdlet 'Clear-WebRequestTracingSettings'.
     VERBOSE: Exporting cmdlet 'Get-WebURL'.
     VERBOSE: Exporting cmdlet 'Start-WebItem'.
     VERBOSE: Exporting cmdlet 'Stop-WebItem'.
     VERBOSE: Exporting cmdlet 'Restart-WebItem'.
     VERBOSE: Exporting cmdlet 'Get-WebItemState'.
     VERBOSE: Exporting alias 'Begin-WebCommitDelay'.
     VERBOSE: Exporting alias 'End-WebCommitDelay'.
     VERBOSE: Importing cmdlet 'Add-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Add-WebConfigurationLock'.
     VERBOSE: Importing cmdlet 'Add-WebConfigurationProperty'.
     VERBOSE: Importing cmdlet 'Backup-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Clear-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Clear-WebRequestTracingSettings'.
     VERBOSE: Importing cmdlet 'ConvertTo-WebApplication'.
     VERBOSE: Importing cmdlet 'Disable-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Disable-WebRequestTracing'.
     VERBOSE: Importing cmdlet 'Enable-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Enable-WebRequestTracing'.
     VERBOSE: Importing cmdlet 'Get-WebAppDomain'.
     VERBOSE: Importing cmdlet 'Get-WebApplication'.
     VERBOSE: Importing cmdlet 'Get-WebAppPoolState'.
     VERBOSE: Importing cmdlet 'Get-WebBinding'.
     VERBOSE: Importing cmdlet 'Get-WebConfigFile'.
     VERBOSE: Importing cmdlet 'Get-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Get-WebConfigurationBackup'.
     VERBOSE: Importing cmdlet 'Get-WebConfigurationLocation'.
     VERBOSE: Importing cmdlet 'Get-WebConfigurationLock'.
     VERBOSE: Importing cmdlet 'Get-WebConfigurationProperty'.
     VERBOSE: Importing cmdlet 'Get-WebFilePath'.
     VERBOSE: Importing cmdlet 'Get-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Get-WebHandler'.
     VERBOSE: Importing cmdlet 'Get-WebItemState'.
     VERBOSE: Importing cmdlet 'Get-WebManagedModule'.
     VERBOSE: Importing cmdlet 'Get-WebRequest'.
     VERBOSE: Importing cmdlet 'Get-Website'.
     VERBOSE: Importing cmdlet 'Get-WebsiteState'.
     VERBOSE: Importing cmdlet 'Get-WebURL'.
     VERBOSE: Importing cmdlet 'Get-WebVirtualDirectory'.
     VERBOSE: Importing cmdlet 'New-WebApplication'.
     VERBOSE: Importing cmdlet 'New-WebAppPool'.
     VERBOSE: Importing cmdlet 'New-WebBinding'.
     VERBOSE: Importing cmdlet 'New-WebFtpSite'.
     VERBOSE: Importing cmdlet 'New-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'New-WebHandler'.
     VERBOSE: Importing cmdlet 'New-WebManagedModule'.
     VERBOSE: Importing cmdlet 'New-Website'.
     VERBOSE: Importing cmdlet 'New-WebVirtualDirectory'.
     VERBOSE: Importing cmdlet 'Remove-WebApplication'.
     VERBOSE: Importing cmdlet 'Remove-WebAppPool'.
     VERBOSE: Importing cmdlet 'Remove-WebBinding'.
     VERBOSE: Importing cmdlet 'Remove-WebConfigurationBackup'.
     VERBOSE: Importing cmdlet 'Remove-WebConfigurationLocation'.
     VERBOSE: Importing cmdlet 'Remove-WebConfigurationLock'.
     VERBOSE: Importing cmdlet 'Remove-WebConfigurationProperty'.
     VERBOSE: Importing cmdlet 'Remove-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Remove-WebHandler'.
     VERBOSE: Importing cmdlet 'Remove-WebManagedModule'.
     VERBOSE: Importing cmdlet 'Remove-Website'.
     VERBOSE: Importing cmdlet 'Remove-WebVirtualDirectory'.
     VERBOSE: Importing cmdlet 'Rename-WebConfigurationLocation'.
     VERBOSE: Importing cmdlet 'Restart-WebAppPool'.
     VERBOSE: Importing cmdlet 'Restart-WebItem'.
     VERBOSE: Importing cmdlet 'Restore-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Select-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Set-WebBinding'.
     VERBOSE: Importing cmdlet 'Set-WebConfiguration'.
     VERBOSE: Importing cmdlet 'Set-WebConfigurationProperty'.
     VERBOSE: Importing cmdlet 'Set-WebGlobalModule'.
     VERBOSE: Importing cmdlet 'Set-WebHandler'.
     VERBOSE: Importing cmdlet 'Set-WebManagedModule'.
     VERBOSE: Importing cmdlet 'Start-WebAppPool'.
     VERBOSE: Importing cmdlet 'Start-WebCommitDelay'.
     VERBOSE: Importing cmdlet 'Start-WebItem'.
     VERBOSE: Importing cmdlet 'Start-Website'.
     VERBOSE: Importing cmdlet 'Stop-WebAppPool'.
     VERBOSE: Importing cmdlet 'Stop-WebCommitDelay'.
     VERBOSE: Importing cmdlet 'Stop-WebItem'.
     VERBOSE: Importing cmdlet 'Stop-Website'.
     VERBOSE: Importing function 'IIS:'.
     VERBOSE: Importing alias 'Begin-WebCommitDelay'.
     VERBOSE: Importing alias 'End-WebCommitDelay'.
     VERBOSE: Removing Contents of \\s150rcweb-01-B\medchart\WebApplication1
     VERBOSE: Extracting 
     \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123
     .457\WebTemplate1\WebApplication1_20150812.1_v1.4.123.457.zip
     VERBOSE: Extract-Zip: nestedapplications - DoNotDeleteMe,DoNotDeleteMeEither
     VERBOSE: ExtractZip: in loop for nestedapplications.length -ne 0
     VERBOSE: ExtractZip: (nested) Purging directory - 
     \\s150rcweb-01-B\medchart\WebApplication1
     VERBOSE: Extract-Zip: Extracting - 
     \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123
     .457\WebTemplate1\WebApplication1_20150812.1_v1.4.123.457.zip
     VERBOSE: Create-AppPool: Creating IIS Application Pool - WebApplication1
     VERBOSE: Create-AppPool: Application pool already exists
     VERBOSE: Create-AppPool: Creating IIS Application Pool - sampleB.prod
     VERBOSE: Create-AppPool: Application pool already exists
     VERBOSE: Set-AppPool: Configuring IIS Application Pool - WebApplication1
     VERBOSE: Set-AppPool: Configuring IIS Application Pool - sampleB.prod
     VERBOSE: Set-DirPermission: Modifying ACLs on Directory - 
     D:\inetpub\medchart\WebApplication1
     processed file: D:\inetpub\medchart\WebApplication1
     Successfully processed 1 files; Failed processing 0 files
     VERBOSE: Set-DirPermission: Modifying ACLs on Directory - 
     C:\inetpub\wwwroot\sampleB_prod\
     C:\inetpub\wwwroot\sampleB_prod\: The system cannot find the file specified.
         + CategoryInfo          : NotSpecified: (C:\inetpub\wwwr...file specified. 
        :String) [], RemoteException
         + FullyQualifiedErrorId : NativeCommandError
     Successfully processed 0 files; Failed processing 1 files
         + PSComputerName        : s150rcweb-01-B

   ApplyApplicationConfigurations:
     *** END executing target ApplyApplicationConfigurations ***
   echoSyncWebToWebFarmDependsOn:
     *** Executing target echoSyncWebToWebFarmDependsOn ***
     *** BEGIN executing target SyncWebToWebFarm ***
           execution sub-targets:  
               echoSyncWebToWebFarmDependsOn;
               SyncWebToWebFarm-FileSystem;
               SyncWebToWebFarm-IISAppPools;

   SyncWebToWebFarm-FileSystem:
     *** Executing target SyncWebToWebFarm-FileSystem ***
     Master and Slave(s) to be sync'd:
        MasterFolder = \\s150rcweb-01-B\medchart\WebApplication1
        SlaveFolder = \\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1
        SlaveFolder = \\172.30.150.119\medchart\WebApplication1-Slave2
 3>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3) is building "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Overridden.targets" (5) on node 1 (syncTwoFolders target(s)).
 5>syncTwoFolders:
     *** Executing target syncTwoFolders ***
     msdeploy.exe -whatif -verb:sync -source:dirPath=\\s150rcweb-01-B\medchart\WebApplication1 -dest:dirPath=\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\About.html).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\bin\ClassLibrary1.dll).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\bin\ClassLibrary1.pdb).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\bin\WebApplication1.dll).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\bin\WebApplication1.pdb).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\BuildInfo.config).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\css\StyleSheet1.css).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\Default.aspx).
     Info: Deleting directory (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\DoNotDeleteMe).
     Info: Deleting directory (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\DoNotDeleteMeEither).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\img\ASMacLogo.png).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\img\ASMlogo.jpg).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\img\cropped-ASMLOGO1.png).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\img\jackhammer.gif).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\img\jackhammer2.gif).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\img\working.gif).
     Info: Adding file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\Info.png).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\PrecompiledApp.config).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\Release.xml).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource).
     Info: Updating file (\\s150rcweb-01-B.asmhq.local\medchart\WebApplication1-Slave1\Web.config).
     Total changes: 21 (1 added, 2 deleted, 18 updated, 0 parameters changed, 194146 bytes copied)
 5>Done Building Project "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Overridden.targets" (syncTwoFolders target(s)).
 3>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3) is building "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Overridden.targets" (5:2) on node 1 (syncTwoFolders target(s)).
 5>syncTwoFolders:
     *** Executing target syncTwoFolders ***
     msdeploy.exe -whatif -verb:sync -source:dirPath=\\s150rcweb-01-B\medchart\WebApplication1 -dest:dirPath=\\172.30.150.119\medchart\WebApplication1-Slave2
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\About.html).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\bin\ClassLibrary1.dll).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\bin\ClassLibrary1.pdb).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\bin\WebApplication1.dll).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\bin\WebApplication1.pdb).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\BuildInfo.config).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\css\StyleSheet1.css).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\Default.aspx).
     Info: Deleting directory (\\172.30.150.119\medchart\WebApplication1-Slave2\DoNotDeleteMe).
     Info: Deleting directory (\\172.30.150.119\medchart\WebApplication1-Slave2\DoNotDeleteMeEither).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\img\ASMacLogo.png).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\img\ASMlogo.jpg).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\img\cropped-ASMLOGO1.png).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\img\jackhammer.gif).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\img\jackhammer2.gif).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\img\working.gif).
     Info: Adding file (\\172.30.150.119\medchart\WebApplication1-Slave2\Info.png).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\PrecompiledApp.config).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\Release.xml).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\Service References\ServiceReference2\WebApplication1.ServiceReference2.CompositeType.datasource).
     Info: Updating file (\\172.30.150.119\medchart\WebApplication1-Slave2\Web.config).
     Total changes: 21 (1 added, 2 deleted, 18 updated, 0 parameters changed, 194146 bytes copied)
 5>Done Building Project "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Overridden.targets" (syncTwoFolders target(s)).
 3>SyncWebToWebFarm-IISAppPools:
     *** Executing target SyncWebToWebFarm-IISAppPools ***
     Master and Slave(s) to be sync'd:
        MasterServer = s150rcweb-01-B
        SlaveServer = s150rcweb-01-B.asmhq.local
        SlaveServer = 172.30.150.119
 3>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3) is building "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Overridden.targets" (5:3) on node 1 (syncTwoIISAppPools target(s)).
 5>syncTwoIISAppPools:
     *** Executing target syncTwoIISAppPools ***
     msdeploy.exe -whatif -verb:sync -source:appPoolConfig,computerName=s150rcweb-01-B -dest:appPoolConfig,computerName=s150rcweb-01-B.asmhq.local
     Info: Using ID '9819f422-d25b-4144-8cba-6d8486ee13bb' for connections to the remote server.
     Info: Using ID '66c9c26b-6acd-42ad-8364-7754eee2fd78' for connections to the remote server.
     Total changes: 0 (0 added, 0 deleted, 0 updated, 0 parameters changed, 0 bytes copied)
 5>Done Building Project "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Overridden.targets" (syncTwoIISAppPools target(s)).
 3>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3) is building "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Overridden.targets" (5:4) on node 1 (syncTwoIISAppPools target(s)).
 5>syncTwoIISAppPools:
     *** Executing target syncTwoIISAppPools ***
     msdeploy.exe -whatif -verb:sync -source:appPoolConfig,computerName=s150rcweb-01-B -dest:appPoolConfig,computerName=172.30.150.119
     Info: Using ID '82fbbecf-81ff-4e2b-a480-319eac41169e' for connections to the remote server.
     Info: Using ID '096d66aa-b5e5-488c-b4f1-21f9762e9d53' for connections to the remote server.
     Total changes: 0 (0 added, 0 deleted, 0 updated, 0 parameters changed, 0 bytes copied)
 5>Done Building Project "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Overridden.targets" (syncTwoIISAppPools target(s)).
 3>SyncWebToWebFarm:
     *** END executing target SyncWebToWebFarm ***
   echoCreateLocalInstallerDependsOn:
     *** Executing target echoCreateLocalInstallerDependsOn ***
     *** BEGIN executing target CreateLocalInstaller ***
           execution sub-targets:  
                 echoCreateLocalInstallerDependsOn;
                 CreateLocalInstaller-SetProperties-TEMPORARY_FOR_TESTING;
                 CreateLocalInstaller-SetProperties;
                 CreateLocalInstaller-CreateInstallerFolder;
                 CreateLocalInstaller-CopyDevOpsPSFile;
                 CreateLocalInstaller-CopyAndCustomizeDevOpsConfigFile;
                 CreateLocalInstaller-CreateInstallerBatchFile;

   CreateLocalInstaller-SetProperties-TEMPORARY_FOR_TESTING:
     *** Executing target CreateLocalInstaller-SetProperties-TEMPORARY_FOR_TESTING ***
   CreateLocalInstaller-SetProperties:
     *** Executing target CreateLocalInstaller-SetProperties ***
     Local Installer properties
       PackageFilePathToInstaller           = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\Installer
       PackageFilePathToInstallerDevOpsFile = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\Installer\DART_WebTemplate1.xml
       PackageFilePathToInstallerZipFile    = D:\Temp\1.4.123.457\WebTemplate1\code\compiled\WebApplication1_20150812.1_v1.4.123.457.zip
         LocalInstallerRootPath               = D:\Temp
         ReleasePackageFileName               = WebApplication1_20150812.1_v1.4.123.457.zip
       PackageFileInstallerBatchFile        = Install-WebTemplate1.bat
   CreateLocalInstaller-CreateInstallerFolder:
     *** Executing target CreateLocalInstaller-CreateInstallerFolder ***
   CreateLocalInstaller-CopyDevOpsPSFile:
     *** Executing target CreateLocalInstaller-CopyDevOpsPSFile ***
     Copying file from "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\DevOpsConfigurationData\scripts\DART.ps1" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\Installer\DART.ps1".
   CreateLocalInstaller-CopyAndCustomizeDevOpsConfigFile:
     *** Executing target CreateLocalInstaller-CopyAndCustomizeDevOpsConfigFile ***
     Copying file from "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\DART_WebTemplate1.xml" to "\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\Installer\DART_WebTemplate1.xml".
     - - - writing content to \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\Installer\DART_WebTemplate1.xml - - -
     writing TFS Project Name (DevWeb1) to location /Environment/TEAMBUILD/TFSProjectName
     Made 1 replacement(s).

     writing VS Application Name (WebTemplate1) to location /Environment/TEAMBUILD/VSApplicationName
     Made 1 replacement(s).

     writing VS Project Name (WebApplication1) to location /Environment/TEAMBUILD/VSProjectName
     Made 1 replacement(s).

     writing Release Version (1.4.123.457) to location /Environment/TEAMBUILD/ReleaseVersion
     Made 1 replacement(s).

     writing Build Number (20150812.1) to location /Environment/TEAMBUILD/BuildNumber
     Made 1 replacement(s).

     writing NestedApplications (CSV form) (DoNotDeleteMe,DoNotDeleteMeEither) to location /Environment/TEAMBUILD/NestedApplications
     Made 1 replacement(s).

     writing Package file location (D:\Temp\1.4.123.457\WebTemplate1\code\compiled\WebApplication1_20150812.1_v1.4.123.457.zip) to location /Environment/TEAMBUILD/extractzip/sourcezip
     Made 1 replacement(s).

   CreateLocalInstaller-CreateInstallerBatchFile:
     *** Executing target CreateLocalInstaller-CreateInstallerBatchFile ***
   CreateLocalInstaller:
     *** END executing target CreateLocalInstaller ***
   echoProcessProjectStatusDependsOn:
     *** Executing target echoProcessProjectStatusDependsOn ***
     *** BEGIN executing target ProcessProjectStatus ***
           execution sub-targets:  
                 echoProcessProjectStatusDependsOn;
                 ProcessProjectStatus-SetProperties-TEMPORARY_FOR_TESTING;
                 ProcessProjectStatus-SetProperties;
                 ProcessProjectStatus-writeToMasterFile;
                 ProcessProjectStatus-writeToProjectsFile;

   ProcessProjectStatus-SetProperties-TEMPORARY_FOR_TESTING:
     *** Executing target SetTmpProperties - THIS TARGET IS TEMPORARY, REMOVE IT AFTER MOVING FROM TEST FIXTURE ***
   ProcessProjectStatus-SetProperties:
     *** Executing target ProcessProjectStatus-SetProperties ***
   ProcessProjectStatus-writeToMasterFile:
     *** Executing target ProcessProjectStatus-writeToMasterFile ***
   ProcessProjectStatus-writeToProjectsFile:
     *** Executing target writeToProcessStatusFile ***
     ProjectsFileFullPath = \\s150rctfs-02-T\StatusReport\xml\Projects.xml
     XPathEnvironmentRoot = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']
     XPathToTargetServer = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/TargetServer
     XPathToUrl = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/Url
     XPathToReleaseFileName = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ReleaseFileUrl
     XPathToAboutFileName = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/AboutFileUrl
     XPathToPublishFolder = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/PublishFolder
     XPathToReleaseVersion = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ReleaseVersion
     XPathToProjectName = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ProjectName
     XPathToDateStamp = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/DateStamp
     XPathToBuildAgentName = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/BuildAgentName
     XPathToBuildNumber = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/BuildNumber
     XPathToBuildDefinitionName = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/BuildDefinitionName
     XPathToTfsBuildCollectionURI = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/TfsBuildCollectionURI
     XPathToReleasePackagesFolderName = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ReleasePackagesFolderName
     XPathToPointOfContact = /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/PointOfContact
     XPathToComments = 

     writing content to \\s150rctfs-02-T\StatusReport\xml\Projects.xml
     writing Target Server (s150rcweb-01-B) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/TargetServer
     Made 1 replacement(s).

     writing URL (http://s150rcweb-01-B/WebApplication1/default.aspx) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/Url
     Made 1 replacement(s).

     writing Release File URL (http://s150rcweb-01-B/WebApplication1/Release.xml) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ReleaseFileUrl
     Made 1 replacement(s).

     writing About File URL (http://s150rcweb-01-B/WebApplication1/About.html) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/AboutFileUrl
     Made 1 replacement(s).

     writing Publish folder (WebApplication1) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/PublishFolder
     Made 1 replacement(s).

     writing Release version (1.4.123.457) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ReleaseVersion
     Made 1 replacement(s).

     writing Project name (DevWeb1) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ProjectName
     Made 1 replacement(s).

     writing Date Stamp (Wednesday, August 12, 2015 8:09:11 AM) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/DateStamp
     Made 1 replacement(s).

     writing Build Agent name (s150rctfs-02-T) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/BuildAgentName
     Made 1 replacement(s).

     writing Build number (20150812.1) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/BuildNumber
     Made 1 replacement(s).

     writing Build definition name (WebTemplate1.WebApplication1-B-M) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/BuildDefinitionName
     Made 1 replacement(s).

     writing Build collection Uri (http://s150rctfs-01-t:8080/tfs/defaultcollection) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/TfsBuildCollectionURI
     Made 1 replacement(s).

     writing Release package folder (\\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ReleasePackagesFolderName
     Made 1 replacement(s).

     writing Point of contact (Rob Tenwolde) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/PointOfContact
     Made 1 replacement(s).

     writing Comments (WebApplication1 TeamBuild commentsX) to location /Projects/Project[@Name='WebApplication1']/Environments/Environment[@Name='TEAMBUILD']/ProjectComments
     Made 1 replacement(s).

   ProcessProjectStatus:
     *** END executing target ProjectStatus ***
   echoRunFortifyDependsOn:
     *** Executing target echoRunFortifyDependsOn ***
     *** BEGIN executing target RunFortify ***
           execution sub-targets:  
                 echoRunFortifyDependsOn;
                 RunFortify-SetProperties-TEMPORARY_FOR_TESTING;
                 RunFortify-SetProperties;
                 RunFortify-RunClean;
                 RunFortify-RunTranslate;
                 RunFortify-RunScan;
                 RunFortify-RunSSC;

   RunFortify-SetProperties-TEMPORARY_FOR_TESTING:
     *** Executing target RunFortify-SetProperties - TEMPORARY_FOR_TESTING ***
   RunFortify-SetProperties:
     *** Executing target RunFortify-SetProperties ***
     Fortify-BuildID                   = Fortify-WebApplication1-20150812.1
     Fortify-VisualStudioVersion       = 12.0
     Fortify-Memory                    = -Xmx1200M -Xms600M -Xss24M 
     Fortify-TranslateLog              = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\..\Fortify\Fortify-WebApplication1-20150812.1-translate.log
     Fortify-ScanLog                   = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\..\Fortify\Fortify-WebApplication1-20150812.1-scan.log
     Fortify-ScanOutput                = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\..\Fortify\Fortify-WebApplication1-20150812.1.fpr
     OutDir                            = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\bin\
     FortifyInstallationLibPath        = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\Core\lib\
   RunFortify-RunClean:
     *** Executing target RunFortify-RunClean ***
     Removing directory "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\..\Fortify".
   RunFortify-RunTranslate:
     *** Executing target RunFortify-RunTranslate ***
   RunFortify-RunScan:
     *** Executing target RunFortify-RunScan ***
   RunFortify-RunSSC:
     *** Executing target RunFortify-RunSSC ***
     FortifySSCURL                     = http://s150rcfor-01:8080/ssc
     AuthToken                         = ad613295-fe10-40fa-bee8-5fa4724db046
     FortifyProjectName                = WebApplication1
     FortifyProjectVersion             = 1.4.123.457
     CommandToExecute                  = "C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\bin\fortifyclient.bat" -url http://s150rcfor-01:8080/ssc -authtoken ad613295-fe10-40fa-bee8-5fa4724db046 uploadFPR -file E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\..\Fortify\Fortify-WebApplication1-20150812.1.fpr -project "WebApplication1" -version "1.4.123.457"
     "C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\bin\fortifyclient.bat" -url http://s150rcfor-01:8080/ssc -authtoken ad613295-fe10-40fa-bee8-5fa4724db046 uploadFPR -file E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\..\Fortify\Fortify-WebApplication1-20150812.1.fpr -project "WebApplication1" -version "1.4.123.457"
     Background submission succeeded.
   RunFortify:
     *** END executing target RunFortify ***
   The target "MvcBuildViews" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets (842,131)" does not exist in the project, and will be ignored.
 3>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3) is building "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3:4) on node 1 (echoPropertiesWrapperTask target(s)).
 3>echoPreProcessDependsOn:
     *** Executing target echoPreProcessDependsOn ***
     *** BEGIN executing target preProcess ***
           execution sub-targets:  
             echoPreProcessDependsOn;
             validateInputs;
             preProcessInputs;
             deriveGlobalProperties;
             setReleaseFileProperties;
             setReleaseVersionProperties;
             setGlobalDependentProperties;

   validateInputs:
     *** Executing target validateInputs ***
     PublishProfile = B
     BuildDefinitionName = WebTemplate1.WebApplication1-B-M
   preProcessInputs:
     *** Executing target preProcessInputs ***
     ReleaseFileFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     AboutPageFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
   setReleaseFileProperties:
     *** Executing target setReleaseFileProperties ***
     ReleaseFileFullPath = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "1"
     AssemblyFileMajorVersion = 1
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "4"
     AssemblyFileMinorVersion = 4
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "123"
     AssemblyFileBuildNumber = 123
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "457"
     AssemblyFileRevision = 457
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "WebApplication1"
     AssemblyProduct = WebApplication1
     Reading Xml Document "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml".
       1 node(s) selected for read.
     XmlRead Result: "Created by © ASM Research 2015"
     AboutPageCopyright = Created by © ASM Research 2015
   setReleaseVersionProperties:
     *** Executing target setReleaseVersionProperties ***
     ReleaseVersion = 1.4.123.457
   setGlobalDependentProperties:
     *** Executing target setGlobalDependentProperties ***
   preProcess:
     *** END executing target preProcess ***

3:4>Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3:4) is building "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (3:5) on node 1 (echoProperties target(s)). 3>echoProperties: * Executing target echoProperties * ===== Support Tools ===== PowerShellPath = C:\Windows\System32\WindowsPowerShell\v1.0 PowerShellExe = C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe MSDeployPath = C:\Program Files (x86)\IIS\Microsoft Web Deploy V3 MSDeployExe = msdeploy.exe NAntPath = E:\DevOpsTools\nant-0.85\bin NAntExe = nant.exe NAntMasterBuildFile = "C:\Program Files (x86)\MSBuild\DevOpsBuildTools\NAnt\master.build" FortifyInstallationRootPath = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10 FortifyInstallationLibPath = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\Core\lib\ FortifyInstallationBinPath = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\bin FortifyClientBat = C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.10\bin\fortifyclient.bat

     ===== DevOps Support =====
     DevOpsSystemName                     = DART
     DevOpsBuildTools                     = C:\Program Files (x86)\MSBuild\DevOpsBuildTools
     BuildServiceAccount                  = rctfs.service

     ===== TFS TeamBuild =====
     Server URL                           = http://s150rctfs-01-t:8080/tfs/defaultcollection
     _WebPublishTargetsPath = 
     MSBuildExtensionsPath                = C:\Program Files (x86)\MSBuild <-- 3rd party tools library
     MSBuildToolsVersion                  = 12.0
     TF_BUILD                             = True <-- boolean indicating a TeamBuild
     BuildAgentName                       = s150rctfs-02-T <-- (derived)
     BuildAgentID                         = 1 <-- (derived)
     MSBuildToolsPath                     = C:\Program Files (x86)\MSBuild\12.0\bin\amd64 <-- used for custom tasks
     TF_BUILD_BUILDDEFINITIONID           = 
     TF_BUILD_BUILDDEFINITIONNAME         = WebTemplate1.WebApplication1-B-M
     TF_BUILD_BUILDNUMBER                 = 20150812.1
     TF_BUILD_BUILDDIRECTORY              = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M
     TF_BUILD_BUILDREASON                 = Manual
     TF_BUILD_BUILDURI                    = vstfs:///Build/Build/2442
     TF_BUILD_COLLECTIONURI               = http://s150rctfs-01-t:8080/tfs/defaultcollection
     TF_BUILD_DROPLOCATION                = \\s150rctfs-02-T\RCTFSBuildOutput\WebTemplate1.WebApplication1-B-M\20150812.1
     TF_BUILD_SOURCEGETVERSION            = C665
     TF_BUILD_SOURCESDIRECTORY            = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src
     TF_BUILD_TESTRESULTSDIRECTORY        = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\tst

     ===== MSBuild =====
     MSBuildProjectFile                   = WebApplication1.csproj
     MSBuildProjectName                   = WebApplication1

     ===== DevOps =====
     DevOpsSrcPath                        = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART
     DevOpsProjectLevelScript             = C:\Program Files (x86)\MSBuild\DevOpsBuildTools\DevOpsConfigurationData\scripts\DART.ps1
     DevOpsProjectLevelDataName           = DART_WebTemplate1.xml
     DevOpsProjectLevelDataPath           = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\DART_WebTemplate1.xml
     RemoteDevOpsProjectLevelDataPath     = \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1\DART_WebTemplate1.xml

     ===== PublishProfile =====
     PublishProfile                       = B
       ImportTargets                      = C:\Program Files (x86)\MSBuild\DevOpsBuildTools\targets\Customization.targets
       UsePreProcessStubTarget            = false

     ===== Build Configuration =====
     Debug                                = false
     ProjectName                          = DevWeb1 <-- TFS project
     ApplicationName                      = WebTemplate1 <-- solution level
     SolutionName                         = WebTemplate1
     MSBuildProjectName                   = WebApplication1
     BuildLabelName                       =  <-- Source Control label built (optional)
     BuildURI                             = vstfs:///Build/Build/2442
     Version                              = 1.0.0.0
     MSBuildProjectDirectory              = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1
     MSBuildProjectFile                   = WebApplication1.csproj
     BuildTriggerCode                     = M
     BuildTrigger                         = Manual
     PublishMethod                        = FileSystem
     DeployOnBuild                        = true
     Configuration                        = TeamBuild
     Platform                             = AnyCPU
     Environment                          = TeamBuild
     EnvironmentCode                      = B
     NestedApplications                   = DoNotDeleteMe;DoNotDeleteMeEither
     DeleteRootFilesOnFullBuild           = true
     publishServer                        = s150rcweb-01-B
     publishShare                         = medchart
     publishFolder                        = WebApplication1
     DeployToWebFarm                      = true
     publishServer2                       = s150rcweb-01-B.asmhq.local
     publishServer3                       = 172.30.150.119

     ===== Tests: Code analysis, unit, ... =====
     RunFortify                           = true

     ===== MSDeploy Information =====
     MSDeployWhatIf                       = -whatif

     ===== Release Information =====
     UseReleaseFile                       = true
     ApplyAssemblyStamping                = true
     ReleaseFileName                      = Release.xml
     ReleaseFileFullPath                  = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\Release.xml
     ReleaseVersion                       = 1.4.123.457
       AssemblyFileMajorVersion             = 1
       AssemblyFileMinorVersion             = 4
       AssemblyFileBuildNumber              = 123
       AssemblyFileRevision                 = 457
     AssemblyProduct                      = WebApplication1

     ===== Packing Information =====
     CreateReleasePackage                 = true
       ApplyPackageFileRetention          = true
       ReleasePackageFileName             = 
       ReleasePackagesFolderName          = ReleasePackages
       PackageFilesRetentionFolderPath    = \\s150rctfs-02-T\ReleasePackages
       PackageFilePathToReleaseVersion    = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457
       PackageFilePathToApplicationName   = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1
       PackageFilePathToDatabase          = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\database
       PackageFilePathToDocuments         = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\documents
       PackageFilePathToCompiledCode      = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled
       PackageFilePathToUnCompiledCode    = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\uncompiled
       PackageFilePathToInstaller         = 
       Retention Target #1:
         PackageFilePathToApplicationName          = \\s150rctfs-02-T\ReleasePackages\TeamBuild\DevWeb1\1.4.123.457\WebTemplate1\code\compiled
           SearchPatternOnBuildServer              = *.zip
           NumberOfPackagesToRetainOnBuildServer   = 4
       Retention Target #2:
         RemoteStorageFolderPath                   = \\s150rcweb-01-B\c$\Users\rctfs.service\AppData\Local\Temp\DART\DevWeb1\1.4.123.457\WebTemplate1
           SearchPatternOnTargetServer             = *.zip
           NumberOfPackagesToRetainOnTargetServer  = 2

     ===== Reporting =====
     WriteProjectStatus                   = true
     ProjectStatusFileFullPath            = 
     PointOfContact                       = Rob Tenwolde
     Comments                             = WebApplication1 TeamBuild commentsX

     ===== System and Application Configuration Information =====
     ApplySystemConfigurations            = false
     ApplyApplicationConfigurations       = true

     ===== About Information =====
     UseAboutPage                         = true
     AboutPageName                        = About.html
     AboutPageFullPath                    = E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\DART\About.html
     AboutPageCopyright                   = Created by © ASM Research 2015
     AboutPageInfoLogo                    = Info.png

     ===== PowerShell =====
     Verbosity-PS                         = 1
     EnvironmentCode-PS                   = 1

   echoFileSystemProperties:
     *** Executing target echoFileSystemProperties ***
     ===== Publish Configuration =====
     PublishProfile                       = B
     WebPublishMethod                     = FileSystem
     LastUsedBuildConfiguration           = Release
     LastUsedPlatform                     = Any CPU
     SiteUrlToLaunchAfterPublish          = 
     LaunchSiteAfterPublish               = True
     ExcludeApp_Data                      = False
     publishUrl                           = \\s150rcweb-01-B\medchart\WebApplication1
     DeleteExistingFiles                  = False
     PrecompileBeforePublish              = True
     EnableUpdateable                     = True
     DebugSymbols                         = False
     WDPMergeOption                       = DonotMerge

 3>Done Building Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (echoProperties target(s)).
 3>Done Building Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (echoPropertiesWrapperTask target(s)).
 3>Done Building Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj" (default targets).
 2>Done Building Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebApplication1\WebApplication1.csproj.metaproj" (default targets).
 1>Done Building Project "E:\Build\1\DevWeb1\WebTemplate1.WebApplication1-B-M\src\WebTemplate1.sln" (default targets).

Build succeeded. 0 Warning(s) 0 Error(s)

Time Elapsed 00:02:37.11

MSBuild.ExtensionPack.VersionNumber.targets <?xml version="1.0" encoding="utf-8"?>

1 0 DateString MMdd AutoIncrement True 00 false false $(CoreCompileDependsOn); UpdateAssemblyInfoFiles; ``` ```

MSBuild.ExtensionPack.tasks file <?xml version="1.0" encoding="utf-8"?>

$(MSBuildProjectDirectory) $(BuildPath)....\BuildBinaries $(MSBuildExtensionsPath)\ExtensionPack\4.0 ``` ```