I'm deploying from TeamCity into Azure (the TeamMentor/Dev project) and am getting a large number of messages like this on the azure deployment logs.
Any ideas why?
[12:31:44][Step 2/3] remote: Processing archive: C:\DWASFiles\Sites\tm-dinis\VirtualDirectory0\site\repository\Web Applications\packages\PostSharp.3.0.31\tools\PostSharp-Tools.exe [K
[12:31:44][Step 2/3] remote: [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\.NETCore,v4.5\.NETPortable,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\.NETFramework,v4.0\.NETPortable,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\.NETFramework,v4.5\.NETPortable,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\.NETPortable,v4.5\.NETPortable,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\Silverlight,v4.0\.NETPortable,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\Silverlight,v5.0\.NETPortable,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\WindowsPhone,v8.0\.NETPortable,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\.NETFramework,v4.5\.NETPortable,v4.5.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\.NETFramework,v4.0\Silverlight,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\.NETFramework,v4.5\Silverlight,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\Silverlight,v5.0\Silverlight,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\WindowsPhone,v8.0\Silverlight,v4.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting BindingMaps\WindowsPhone,v8.0\Silverlight,v5.0.AssemblyMap [K
[12:31:44][Step 2/3] remote: Extracting bin.Release\postsharp.4.0-x64-cil.exe.config [K
[12:31:44][Step 2/3] remote: Extracting bin.Release\postsharp.4.0-x64.exe.config [K
[12:31:44][Step 2/3] remote: Extracting bin.Release\postsharp.4.0-x86-cil.exe.config [K
[12:31:44][Step 2/3] remote: Extracting bin.Release\postsharp.4.0-x86.exe.config [K
[12:31:44][Step 2/3] remote: Extracting bin.Release\PostSharp.HQ.v3.0.exe.config [K
[12:31:44][Step 2/3] remote: Extracting bin.Release\PostSharp.Licensing.exe.config [K
[12:31:44][Step 2/3] remote: Extracting bin.Release\postsharp.srv.4.0-x64.exe.config [K
I only started seeing this after I updated to PostSharp v3 (from v2)
PostSharp needs to self-extract itself upon first execution (otherwise you would have these 100s of files in source control, which you surely don't want) and these are the messages emitted by the SFX. You see them because your build server collects messages with high verbosity.