Recently when trying to publish my website to IIS on a internal server the website won't load. Through all my test on my local machine the site runs fine on a local version of IIS. I also can publish from a different machine and the website will load correctly.
I have tried to uninstall and re-install VS2015 on the machine that I am having problems with. I've checked the setting on both machines and all seems to look similar. I've also tried to publish with and new Publishing profile. Below is the Publishing Log.
We also tried publishing to another one of our local servers with the same results. Whenever the website tries to load all we get is a blank page that seems to be caught in a infinite loading loop.
We also tried publishing to another one of our local servers with the same results. Whenever the website tries to load all we get is a blank page that seems to be caught in a infinite loading loop.
It seems that this issue is related to Visual Studio or your OS.
Here are some suggestions:
1. Create a simple asp.net application, and check whether it has same problem.
2. You can also check whether install correct .NET framework, etc.
Regards,
Angie
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
3 Posts
Upon publishing to IIS my website won't load
May 27, 2016 03:40 PM|dsliter|LINK
Recently when trying to publish my website to IIS on a internal server the website won't load. Through all my test on my local machine the site runs fine on a local version of IIS. I also can publish from a different machine and the website will load correctly. I have tried to uninstall and re-install VS2015 on the machine that I am having problems with. I've checked the setting on both machines and all seems to look similar. I've also tried to publish with and new Publishing profile. Below is the Publishing Log.
Connecting to \\ps2\intranet_web_test...
Project "Web.xproj" (FileSystemPublish target(s)):
Building with tools version "14.0".
Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
Configuration=Debug
Platform=AnyCPU
Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('..\artifacts\bin\Web\' != '' and !HasTrailingSlash('..\artifacts\bin\Web\')).
Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('..\artifacts\obj\Web\' != '' and !HasTrailingSlash('..\artifacts\obj\Web\')).
Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('..\artifacts\obj\Web\Debug\' != '' and !HasTrailingSlash('..\artifacts\obj\Web\Debug\')).
Using "GetRuntimeToolingPath" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DNX\Microsoft.DNX.Tasks.dll".
Task "Error" skipped, due to false condition; (!Exists('$(RuntimeToolingExe)')) was evaluated as (!Exists('C:\Users\dsliter.HIGHIMPACT\.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-update1\bin\dnx.exe')).
Task "DefaultExternalToolsPath" skipped, due to false condition; ('$(ExternalToolsPath)' == '') was evaluated as ('.\node_modules\.bin;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\External;%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\External\git' == '').
Using "GetRuntimeVersion" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DNX\Microsoft.DNX.Tasks.dll".
Using "Exec" task from assembly "Microsoft.Build.Tasks.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
rmdir /S /Q "C:\Users\dsliter.HIGHIMPACT\AppData\Local\Temp\PublishTemp\Web54\"
Using "Dnu" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\..\DNX\Microsoft.DNX.Tasks.dll".
Environment variables:
Path=.\node_modules\.bin;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\External;%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\External\git
C:\Users\dsliter.HIGHIMPACT\.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-update1\bin\dnu.cmd publish "E:\TFS\Internal\Lepton\Development\LeptonWeb" --out "C:\Users\dsliter.HIGHIMPACT\AppData\Local\Temp\PublishTemp\Web54" --configuration Debug --runtime dnx-clr-win-x86.1.0.0-rc1-update1 --wwwroot "wwwroot" --wwwroot-out "wwwroot" --iis-command "web" --quiet
Microsoft .NET Development Utility Clr-x86-1.0.0-rc1-16231
Executing script 'prepublish' in project.json
npm WARN package.json ASP.NET@0.0.0 No description
npm WARN package.json ASP.NET@0.0.0 No repository field.
npm WARN package.json ASP.NET@0.0.0 No README data
[09:37:50] Using gulpfile E:\TFS\Internal\Lepton\Development\LeptonWeb\gulpfile.js
[09:37:50] Starting 'clean:js'...
[09:37:50] Starting 'clean:css'...
[09:37:50] Finished 'clean:js' after 1.42 ms
[09:37:50] Finished 'clean:css' after 1.5 ms
[09:37:50] Starting 'clean'...
[09:37:50] Finished 'clean' after 5.13 μs
[09:37:51] Using gulpfile E:\TFS\Internal\Lepton\Development\LeptonWeb\gulpfile.js
[09:37:51] Starting 'min:js'...
[09:37:51] Starting 'min:css'...
[09:37:52] Finished 'min:css' after 1.68 s
[09:37:59] Finished 'min:js' after 8.1 s
[09:37:59] Starting 'min'...
[09:37:59] Finished 'min' after 7.98 μs
Copying to output path C:\Users\dsliter.HIGHIMPACT\AppData\Local\Temp\PublishTemp\Web54
Using command 'web' as the entry point for web.config.
Time elapsed 00:00:18.3308040
Project "Web.xproj" (PowerShellPublish target(s)):
Building with tools version "14.0".
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Using "GetAllPublishProperties" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.Tasks.dll".
Using "InvokePowerShell" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.Tasks.dll".
Publishing with publish method [FileSystem]
Publishing files to \\ps2\intranet_web_test
Executing command ["C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe" -source:contentPath='C:\Users\dsliter.HIGHIMPACT\AppData\Local\Temp\PublishTemp\Web54\' -dest:contentPath='\\ps2\intranet_web_test' -verb:sync -enableRule:DoNotDeleteRule -retryAttempts:2 -disablerule:BackupRule]
Info: Updating file (\\ps2\intranet_web_test\approot\global.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Clonked.Basecamp\1.0.0\Clonked.Basecamp.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Clonked.Basecamp\1.0.0\lib\net45\Clonked.Basecamp.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Clonked.Basecamp\1.0.0\root\project.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Clonked.Basecamp\1.0.0\root\project.lock.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Common\1.0.0\Common.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Common\1.0.0\lib\net45\Common.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Common\1.0.0\root\project.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Common\1.0.0\root\project.lock.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\CsvHelper.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\lib\net20\CsvHelper.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\lib\net20\CsvHelper.pdb).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\lib\net35-client\CsvHelper.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\lib\net35-client\CsvHelper.pdb).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\lib\net40-client\CsvHelper.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\lib\net40-client\CsvHelper.pdb).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\lib\portable-net40+sl5+win8+wpa+wp8\CsvHelper.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\CsvHelper\2.13.5\lib\portable-net40+sl5+win8+wpa+wp8\CsvHelper.pdb).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\DataTables\1.0.0\DataTables.nuspec).
Info: Adding directory (\\ps2\intranet_web_test\approot\packages\DataTables\1.0.0\lib).
Info: Adding directory (\\ps2\intranet_web_test\approot\packages\DataTables\1.0.0\lib\dnx451).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\DataTables\1.0.0\lib\dnx451\DataTables.dll).
Info: Adding directory (\\ps2\intranet_web_test\approot\packages\DataTables\1.0.0\root).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\DataTables\1.0.0\root\project.json).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\DataTables\1.0.0\root\project.lock.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\Extended.Wpf.Toolkit.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net35\WPFToolkit.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net35\Xceed.Wpf.Toolkit.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\de\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\es\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\fr\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\hu\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\it\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\pt-BR\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\ro\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\ru\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\sv\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\Xceed.Wpf.AvalonDock.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\Xceed.Wpf.DataGrid.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\Xceed.Wpf.Toolkit.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\lib\net40\zh-Hans\Xceed.Wpf.AvalonDock.resources.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Extended.Wpf.Toolkit\2.5.0\tools\install.ps1).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\LeptonFinanceHR\1.0.0\LeptonFinanceHR.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\LeptonFinanceHR\1.0.0\lib\net45\LeptonFinanceHR.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\LeptonFinanceHR\1.0.0\root\project.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\LeptonFinanceHR\1.0.0\root\project.lock.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Antiforgery\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Antiforgery.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Antiforgery\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Antiforgery.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Antiforgery\1.0.0-rc1-final\Microsoft.AspNet.Antiforgery.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Authorization\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Authorization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Authorization\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Authorization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Authorization\1.0.0-rc1-final\Microsoft.AspNet.Authorization.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Cors\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Cors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Cors\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Cors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Cors\6.0.0-rc1-final\Microsoft.AspNet.Cors.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Cryptography.Internal\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Cryptography.Internal.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Cryptography.Internal\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Cryptography.Internal.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Cryptography.Internal\1.0.0-rc1-final\Microsoft.AspNet.Cryptography.Internal.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.DataProtection\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.DataProtection.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.DataProtection\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.DataProtection.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.DataProtection\1.0.0-rc1-final\Microsoft.AspNet.DataProtection.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.DataProtection.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.DataProtection.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.DataProtection.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.DataProtection.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.DataProtection.Abstractions\1.0.0-rc1-final\Microsoft.AspNet.DataProtection.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Diagnostics\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Diagnostics.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Diagnostics\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Diagnostics.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Diagnostics\1.0.0-rc1-final\Microsoft.AspNet.Diagnostics.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Diagnostics.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Diagnostics.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Diagnostics.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Diagnostics.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Diagnostics.Abstractions\1.0.0-rc1-final\Microsoft.AspNet.Diagnostics.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.FileProviders.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.FileProviders.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.FileProviders.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.FileProviders.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.FileProviders.Abstractions\1.0.0-rc1-final\Microsoft.AspNet.FileProviders.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.FileProviders.Physical\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.FileProviders.Physical.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.FileProviders.Physical\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.FileProviders.Physical.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.FileProviders.Physical\1.0.0-rc1-final\Microsoft.AspNet.FileProviders.Physical.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting\1.0.0-rc1-final\lib\dnx451\Microsoft.AspNet.Hosting.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting\1.0.0-rc1-final\lib\dnxcore50\Microsoft.AspNet.Hosting.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Hosting.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Hosting.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting\1.0.0-rc1-final\Microsoft.AspNet.Hosting.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Hosting.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Hosting.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting.Abstractions\1.0.0-rc1-final\Microsoft.AspNet.Hosting.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting.Server.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Hosting.Server.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting.Server.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Hosting.Server.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Hosting.Server.Abstractions\1.0.0-rc1-final\Microsoft.AspNet.Hosting.Server.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Html.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Html.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Html.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Html.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Html.Abstractions\1.0.0-rc1-final\Microsoft.AspNet.Html.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Http.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Http.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http\1.0.0-rc1-final\Microsoft.AspNet.Http.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Http.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Http.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Abstractions\1.0.0-rc1-final\Microsoft.AspNet.Http.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Extensions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Http.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Extensions\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Http.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Extensions\1.0.0-rc1-final\Microsoft.AspNet.Http.Extensions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Features\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Http.Features.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Features\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Http.Features.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Http.Features\1.0.0-rc1-final\Microsoft.AspNet.Http.Features.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.IISPlatformHandler\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.IISPlatformHandler.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.IISPlatformHandler\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.IISPlatformHandler.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.IISPlatformHandler\1.0.0-rc1-final\Microsoft.AspNet.IISPlatformHandler.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.JsonPatch\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.JsonPatch.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.JsonPatch\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.JsonPatch.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.JsonPatch\1.0.0-rc1-final\Microsoft.AspNet.JsonPatch.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Localization\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Localization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Localization\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Localization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Localization\1.0.0-rc1-final\Microsoft.AspNet.Localization.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc\6.0.0-rc1-final\Microsoft.AspNet.Mvc.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Abstractions\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Abstractions\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Abstractions\6.0.0-rc1-final\Microsoft.AspNet.Mvc.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.ApiExplorer\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.ApiExplorer.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.ApiExplorer\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.ApiExplorer.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.ApiExplorer\6.0.0-rc1-final\Microsoft.AspNet.Mvc.ApiExplorer.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Core\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.Core.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Core\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.Core.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Core\6.0.0-rc1-final\Microsoft.AspNet.Mvc.Core.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Cors\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.Cors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Cors\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.Cors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Cors\6.0.0-rc1-final\Microsoft.AspNet.Mvc.Cors.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.DataAnnotations\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.DataAnnotations.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.DataAnnotations\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.DataAnnotations.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.DataAnnotations\6.0.0-rc1-final\Microsoft.AspNet.Mvc.DataAnnotations.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Formatters.Json\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.Formatters.Json.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Formatters.Json\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.Formatters.Json.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Formatters.Json\6.0.0-rc1-final\Microsoft.AspNet.Mvc.Formatters.Json.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Localization\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.Localization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Localization\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.Localization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Localization\6.0.0-rc1-final\Microsoft.AspNet.Mvc.Localization.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Razor\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.Razor.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Razor\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.Razor.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Razor\6.0.0-rc1-final\Microsoft.AspNet.Mvc.Razor.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Razor.Host\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.Razor.Host.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Razor.Host\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.Razor.Host.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.Razor.Host\6.0.0-rc1-final\Microsoft.AspNet.Mvc.Razor.Host.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.TagHelpers\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.TagHelpers.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.TagHelpers\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.TagHelpers.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.TagHelpers\6.0.0-rc1-final\Microsoft.AspNet.Mvc.TagHelpers.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.ViewFeatures\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.ViewFeatures.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.ViewFeatures\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.ViewFeatures.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.ViewFeatures\6.0.0-rc1-final\Microsoft.AspNet.Mvc.ViewFeatures.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.WebApiCompatShim\6.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Mvc.WebApiCompatShim.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.WebApiCompatShim\6.0.0-rc1-final\lib\net451\Microsoft.AspNet.Mvc.WebApiCompatShim.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Mvc.WebApiCompatShim\6.0.0-rc1-final\Microsoft.AspNet.Mvc.WebApiCompatShim.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.PageExecutionInstrumentation.Interfaces\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.PageExecutionInstrumentation.Interfaces\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.PageExecutionInstrumentation.Interfaces\1.0.0-rc1-final\Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor\4.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Razor.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor\4.0.0-rc1-final\lib\net451\Microsoft.AspNet.Razor.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor\4.0.0-rc1-final\Microsoft.AspNet.Razor.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor.Runtime\4.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Razor.Runtime.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor.Runtime\4.0.0-rc1-final\lib\net451\Microsoft.AspNet.Razor.Runtime.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor.Runtime\4.0.0-rc1-final\Microsoft.AspNet.Razor.Runtime.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor.Runtime.Precompilation\4.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Razor.Runtime.Precompilation.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor.Runtime.Precompilation\4.0.0-rc1-final\lib\net451\Microsoft.AspNet.Razor.Runtime.Precompilation.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Razor.Runtime.Precompilation\4.0.0-rc1-final\Microsoft.AspNet.Razor.Runtime.Precompilation.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Routing\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Routing.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Routing\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Routing.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Routing\1.0.0-rc1-final\Microsoft.AspNet.Routing.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\lib\dnx451\Microsoft.AspNet.Server.Kestrel.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\lib\dnxcore50\Microsoft.AspNet.Server.Kestrel.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Server.Kestrel.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Server.Kestrel.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\Microsoft.AspNet.Server.Kestrel.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\runtimes\osx\native\libuv.dylib).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\runtimes\win10-arm\native\libuv.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\runtimes\win7-x64\native\libuv.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\runtimes\win7-x86\native\libuv.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Server.Kestrel\1.0.0-rc1-final\thirdpartynotices.txt).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Session\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Session.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Session\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Session.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Session\1.0.0-rc1-final\Microsoft.AspNet.Session.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.StaticFiles\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.StaticFiles.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.StaticFiles\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.StaticFiles.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.StaticFiles\1.0.0-rc1-final\Microsoft.AspNet.StaticFiles.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Tooling.Razor\1.0.0-rc1-final\app\project.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Tooling.Razor\1.0.0-rc1-final\app\razor-tooling).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Tooling.Razor\1.0.0-rc1-final\app\razor-tooling.cmd).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Tooling.Razor\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.Tooling.Razor.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Tooling.Razor\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.Tooling.Razor.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.Tooling.Razor\1.0.0-rc1-final\Microsoft.AspNet.Tooling.Razor.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.WebApi.Client\5.2.2\lib\net45\System.Net.Http.Formatting.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.WebApi.Client\5.2.2\lib\net45\System.Net.Http.Formatting.xml).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.WebApi.Client\5.2.2\lib\portable-wp8+netcore45+net45+wp81+wpa81\System.Net.Http.Formatting.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.WebApi.Client\5.2.2\lib\portable-wp8+netcore45+net45+wp81+wpa81\System.Net.Http.Formatting.xml).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.WebApi.Client\5.2.2\Microsoft.AspNet.WebApi.Client.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.WebUtilities\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.AspNet.WebUtilities.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.WebUtilities\1.0.0-rc1-final\lib\net451\Microsoft.AspNet.WebUtilities.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.AspNet.WebUtilities\1.0.0-rc1-final\Microsoft.AspNet.WebUtilities.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Analyzers\1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Analyzers\1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Analyzers\1.0.0\analyzers\dotnet\vb\Microsoft.CodeAnalysis.Analyzers.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Analyzers\1.0.0\analyzers\dotnet\vb\Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Analyzers\1.0.0\Microsoft.CodeAnalysis.Analyzers.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Analyzers\1.0.0\ThirdPartyNotices.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Analyzers\1.0.0\tools\install.ps1).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Analyzers\1.0.0\tools\uninstall.ps1).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Common\1.1.0-rc1-20151109-01\lib\net45\Microsoft.CodeAnalysis.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Common\1.1.0-rc1-20151109-01\lib\net45\Microsoft.CodeAnalysis.xml).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Common\1.1.0-rc1-20151109-01\lib\portable-net45+win8\Microsoft.CodeAnalysis.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Common\1.1.0-rc1-20151109-01\lib\portable-net45+win8\Microsoft.CodeAnalysis.xml).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Common\1.1.0-rc1-20151109-01\Microsoft.CodeAnalysis.Common.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.Common\1.1.0-rc1-20151109-01\ThirdPartyNotices.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.CSharp\1.1.0-rc1-20151109-01\lib\net45\Microsoft.CodeAnalysis.CSharp.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.CSharp\1.1.0-rc1-20151109-01\lib\portable-net45+win8\Microsoft.CodeAnalysis.CSharp.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.CSharp\1.1.0-rc1-20151109-01\Microsoft.CodeAnalysis.CSharp.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.CodeAnalysis.CSharp\1.1.0-rc1-20151109-01\ThirdPartyNotices.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Dnx.Compilation.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.Dnx.Compilation.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.Abstractions\1.0.0-rc1-final\Microsoft.Dnx.Compilation.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.CSharp.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Dnx.Compilation.CSharp.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.CSharp.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.Dnx.Compilation.CSharp.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.CSharp.Abstractions\1.0.0-rc1-final\Microsoft.Dnx.Compilation.CSharp.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.CSharp.Common\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Dnx.Compilation.CSharp.Common.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.CSharp.Common\1.0.0-rc1-final\lib\net451\Microsoft.Dnx.Compilation.CSharp.Common.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Dnx.Compilation.CSharp.Common\1.0.0-rc1-final\Microsoft.Dnx.Compilation.CSharp.Common.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Caching.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Caching.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Caching.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Caching.Abstractions\1.0.0-rc1-final\Microsoft.Extensions.Caching.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Caching.Memory\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Caching.Memory.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Caching.Memory\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Caching.Memory.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Caching.Memory\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Caching.Memory.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Caching.Memory\1.0.0-rc1-final\Microsoft.Extensions.Caching.Memory.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Configuration.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Configuration.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration\1.0.0-rc1-final\Microsoft.Extensions.Configuration.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Configuration.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Configuration.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Abstractions\1.0.0-rc1-final\Microsoft.Extensions.Configuration.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Binder\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Configuration.Binder.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Binder\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.Binder.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Binder\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Configuration.Binder.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Binder\1.0.0-rc1-final\Microsoft.Extensions.Configuration.Binder.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.CommandLine\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Configuration.CommandLine.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.CommandLine\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.CommandLine.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.CommandLine\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Configuration.CommandLine.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.CommandLine\1.0.0-rc1-final\Microsoft.Extensions.Configuration.CommandLine.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Configuration.EnvironmentVariables.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.EnvironmentVariables.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Configuration.EnvironmentVariables.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.EnvironmentVariables\1.0.0-rc1-final\Microsoft.Extensions.Configuration.EnvironmentVariables.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Configuration.FileExtensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.FileExtensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Configuration.FileExtensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.FileExtensions\1.0.0-rc1-final\Microsoft.Extensions.Configuration.FileExtensions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.FileProviderExtensions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Configuration.FileProviderExtensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.FileProviderExtensions\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.FileProviderExtensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.FileProviderExtensions\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Configuration.FileProviderExtensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.FileProviderExtensions\1.0.0-rc1-final\Microsoft.Extensions.Configuration.FileProviderExtensions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Json\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Configuration.Json.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Json\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.Json.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Json\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Configuration.Json.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Configuration.Json\1.0.0-rc1-final\Microsoft.Extensions.Configuration.Json.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.DependencyInjection\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.DependencyInjection.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.DependencyInjection\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.DependencyInjection.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.DependencyInjection\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.DependencyInjection.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.DependencyInjection\1.0.0-rc1-final\Microsoft.Extensions.DependencyInjection.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.DependencyInjection.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.DependencyInjection.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.DependencyInjection.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.DependencyInjection.Abstractions\1.0.0-rc1-final\Microsoft.Extensions.DependencyInjection.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.FileSystemGlobbing.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.FileSystemGlobbing.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.FileSystemGlobbing\1.0.0-rc1-final\Microsoft.Extensions.FileSystemGlobbing.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Globalization.CultureInfoCache.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Globalization.CultureInfoCache.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Globalization.CultureInfoCache\1.0.0-rc1-final\Microsoft.Extensions.Globalization.CultureInfoCache.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Localization\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Localization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Localization\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Localization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Localization\1.0.0-rc1-final\Microsoft.Extensions.Localization.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Localization.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Localization.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Localization.Abstractions\1.0.0-rc1-final\Microsoft.Extensions.Localization.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Logging.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Logging.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Logging.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging\1.0.0-rc1-final\Microsoft.Extensions.Logging.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Logging.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Logging.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Logging.Abstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Abstractions\1.0.0-rc1-final\Microsoft.Extensions.Logging.Abstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Console\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Logging.Console.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Console\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Logging.Console.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Console\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Logging.Console.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Console\1.0.0-rc1-final\Microsoft.Extensions.Logging.Console.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Debug\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Logging.Debug.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Debug\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Logging.Debug.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Debug\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Logging.Debug.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Logging.Debug\1.0.0-rc1-final\Microsoft.Extensions.Logging.Debug.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.MemoryPool\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.MemoryPool.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.MemoryPool\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.MemoryPool.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.MemoryPool\1.0.0-rc1-final\Microsoft.Extensions.MemoryPool.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.OptionsModel\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.OptionsModel.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.OptionsModel\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.OptionsModel.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.OptionsModel\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.OptionsModel.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.OptionsModel\1.0.0-rc1-final\Microsoft.Extensions.OptionsModel.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.PlatformAbstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.PlatformAbstractions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.PlatformAbstractions\1.0.0-rc1-final\Microsoft.Extensions.PlatformAbstractions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Primitives\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.Primitives.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Primitives\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Primitives.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Primitives\1.0.0-rc1-final\lib\netcore50\Microsoft.Extensions.Primitives.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.Primitives\1.0.0-rc1-final\Microsoft.Extensions.Primitives.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.WebEncoders\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.WebEncoders.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.WebEncoders\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.WebEncoders.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.WebEncoders\1.0.0-rc1-final\Microsoft.Extensions.WebEncoders.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.WebEncoders.Core\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Extensions.WebEncoders.Core.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.WebEncoders.Core\1.0.0-rc1-final\lib\net451\Microsoft.Extensions.WebEncoders.Core.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Extensions.WebEncoders.Core\1.0.0-rc1-final\Microsoft.Extensions.WebEncoders.Core.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Net.Http.Headers\1.0.0-rc1-final\lib\dotnet5.4\Microsoft.Net.Http.Headers.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Net.Http.Headers\1.0.0-rc1-final\lib\net451\Microsoft.Net.Http.Headers.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.Net.Http.Headers\1.0.0-rc1-final\Microsoft.Net.Http.Headers.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0-rc1-final\lib\dnx451\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0-rc1-final\lib\dnxcore50\Microsoft.VisualStudio.Web.BrowserLink.Loader.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Microsoft.VisualStudio.Web.BrowserLink.Loader\14.0.0-rc1-final\Microsoft.VisualStudio.Web.BrowserLink.Loader.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Bson\2.2.3\lib\net45\MongoDB.Bson.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Bson\2.2.3\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Bson\2.2.3\MongoDB.Bson.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Driver\2.2.3\lib\net45\MongoDB.Driver.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Driver\2.2.3\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Driver\2.2.3\MongoDB.Driver.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Driver.Core\2.2.3\lib\net45\MongoDB.Driver.Core.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Driver.Core\2.2.3\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\MongoDB.Driver.Core\2.2.3\MongoDB.Driver.Core.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Newtonsoft.Json\1.0.0\lib\net45\Newtonsoft.Json.dll).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\Newtonsoft.Json\1.0.0\Newtonsoft.Json.1.0.0.nupkg).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\Newtonsoft.Json\1.0.0\Newtonsoft.Json.1.0.0.nupkg.sha512).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Newtonsoft.Json\1.0.0\Newtonsoft.Json.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Newtonsoft.Json\1.0.0\root\project.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\Newtonsoft.Json\1.0.0\root\project.lock.json).
Info: Adding directory (\\ps2\intranet_web_test\approot\packages\openmayacs).
Info: Adding directory (\\ps2\intranet_web_test\approot\packages\openmayacs\1.0.0).
Info: Adding directory (\\ps2\intranet_web_test\approot\packages\openmayacs\1.0.0\lib).
Info: Adding directory (\\ps2\intranet_web_test\approot\packages\openmayacs\1.0.0\lib\net45).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\openmayacs\1.0.0\lib\net45\openmayacs.dll).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\openmayacs\1.0.0\openmayacs.nuspec).
Info: Adding directory (\\ps2\intranet_web_test\approot\packages\openmayacs\1.0.0\root).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\openmayacs\1.0.0\root\project.json).
Info: Adding file (\\ps2\intranet_web_test\approot\packages\openmayacs\1.0.0\root\project.lock.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\RemoteServices\1.0.0\lib\net45\RemoteServices.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\RemoteServices\1.0.0\RemoteServices.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\RemoteServices\1.0.0\root\project.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\RemoteServices\1.0.0\root\project.lock.json).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\dotnet\System.Collections.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\netcore50\System.Collections.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections\4.0.0\System.Collections.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections.Immutable\1.1.37\lib\dotnet\System.Collections.Immutable.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections.Immutable\1.1.37\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Collections.Immutable\1.1.37\System.Collections.Immutable.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\dotnet\System.Diagnostics.Debug.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\netcore50\System.Diagnostics.Debug.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Debug\4.0.0\System.Diagnostics.Debug.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.DiagnosticSource\4.0.0-beta-23516\lib\dotnet5.2\System.Diagnostics.DiagnosticSource.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.DiagnosticSource\4.0.0-beta-23516\lib\portable-net45+win8+wp8+wpa81\System.Diagnostics.DiagnosticSource.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.DiagnosticSource\4.0.0-beta-23516\System.Diagnostics.DiagnosticSource.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\dotnet\System.Diagnostics.Tracing.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\netcore50\System.Diagnostics.Tracing.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Diagnostics.Tracing\4.0.0\System.Diagnostics.Tracing.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\dotnet\System.Globalization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\netcore50\System.Globalization.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Globalization\4.0.0\System.Globalization.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\dotnet\System.IO.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\netcore50\System.IO.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.IO\4.0.0\System.IO.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\lib\dotnet\System.Linq.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\lib\netcore50\System.Linq.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\ref\dotnet\System.Linq.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\ref\netcore50\System.Linq.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Linq\4.0.0\System.Linq.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\lib\dotnet5.4\System.Numerics.Vectors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\lib\net46\System.Numerics.Vectors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\lib\net46\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\lib\portable-net45+win8\System.Numerics.Vectors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\ref\dotnet5.4\System.Numerics.Vectors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\ref\net46\System.Numerics.Vectors.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\ref\net46\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Numerics.Vectors\4.1.1-beta-23516\System.Numerics.Vectors.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\dotnet\System.Reflection.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\netcore50\System.Reflection.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection\4.0.0\System.Reflection.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\lib\DNXCore50\System.Reflection.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\lib\netcore50\System.Reflection.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\ref\dotnet\System.Reflection.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\ref\netcore50\System.Reflection.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\runtimes\win8-aot\lib\netcore50\System.Reflection.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Extensions\4.0.0\System.Reflection.Extensions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Metadata\1.1.0\lib\dotnet5.2\System.Reflection.Metadata.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Metadata\1.1.0\lib\portable-net45+win8\System.Reflection.Metadata.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Metadata\1.1.0\System.Reflection.Metadata.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\lib\DNXCore50\System.Reflection.Primitives.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\lib\netcore50\System.Reflection.Primitives.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\ref\dotnet\System.Reflection.Primitives.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\ref\netcore50\System.Reflection.Primitives.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\runtimes\win8-aot\lib\netcore50\System.Reflection.Primitives.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Reflection.Primitives\4.0.0\System.Reflection.Primitives.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\lib\DNXCore50\System.Resources.ResourceManager.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\lib\netcore50\System.Resources.ResourceManager.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\ref\dotnet\System.Resources.ResourceManager.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\ref\netcore50\System.Resources.ResourceManager.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\runtimes\win8-aot\lib\netcore50\System.Resources.ResourceManager.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Resources.ResourceManager\4.0.0\System.Resources.ResourceManager.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\dotnet\System.Runtime.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\netcore50\System.Runtime.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime\4.0.0\System.Runtime.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\dotnet\System.Runtime.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\netcore50\System.Runtime.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.Extensions\4.0.0\System.Runtime.Extensions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\dotnet\System.Runtime.InteropServices.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\netcore50\System.Runtime.InteropServices.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Runtime.InteropServices\4.0.0\System.Runtime.InteropServices.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\dotnet\System.Text.Encoding.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\netcore50\System.Text.Encoding.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding\4.0.0\System.Text.Encoding.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\dotnet\System.Text.Encoding.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\netcore50\System.Text.Encoding.Extensions.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Text.Encoding.Extensions\4.0.0\System.Text.Encoding.Extensions.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\lib\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\lib\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\lib\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\lib\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\lib\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\lib\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\lib\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\lib\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\License.rtf).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\dotnet\System.Threading.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\MonoAndroid10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\MonoTouch10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\net45\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\netcore50\System.Threading.dll).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\win8\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\wp80\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\wpa81\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\xamarinios10\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\ref\xamarinmac20\_._).
Info: Updating file (\\ps2\intranet_web_test\approot\packages\System.Threading\4.0.0\System.Threading.nuspec).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\.bowerrc).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\appsettings.json).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\bower.json).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\ApiV1Controller.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\CalendarController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\EmployeeInOutController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\FinanceController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\HomeController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\ImagesController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\LeptonWebController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\ManualDataController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\PhoneListController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\ReportsController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\TestController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\TimeClockController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\TimesheetController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Controllers\VacationRequestController.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\gulpfile.js).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\hosting.json).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\package.json).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\project.json).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\project.lock.json).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Project_Readme.html).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Properties\launchSettings.json).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Properties\PublishProfiles\Intranet-Web-Release-publish.ps1).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Properties\PublishProfiles\Intranet-Web-Release.pubxml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Properties\PublishProfiles\Intranet-Web-Test-publish.ps1).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Properties\PublishProfiles\Intranet-Web-Test.pubxml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Properties\PublishProfiles\Release To Test-publish.ps1).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Properties\PublishProfiles\Release To Test.pubxml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Properties\PublishProfiles\Test Profile-publish.ps1).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Startup.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Support\DateTimeJavascriptExtension.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Support\MimeMapping.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Support\SecurityRedirectAttribute.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Support\SecurityRequiredAttribute.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Support\SiteJavaScripts.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Calendar\CalendarViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Calendar\HICRCalendarViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\EmployeeInOut\EmployeeInOutReportsViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\EmployeeInOut\EmployeeInOutViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\EmployeeInOut\InOutReport.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\EmployeeInOut\InOutReportLogs.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Finance\WeeklyReportProcessViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Finance\WeeklyReportViewViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\LeptonWebViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\ManualData\BasecampProjectViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\ManualData\TickOverrideViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\PhoneList\PhoneListViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\ApplicationReports\ApplicationReportsViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\DataSeries.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\Department\DeptDisplayData.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\Department\DeptHoursReportViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\Department\DeptRawData.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\Job\JobReportViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\Tick\LeptonTickReportViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\Tick\TickDateDisplay.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Reports\Tick\TickDisplayData.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\TimeClock\TimeClockLogDataDisplay.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\TimeClock\TimeClockReportDisplayData.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\TimeClock\TimeClockReportsViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\TimeClock\TimeClockViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\Timesheet\TimesheetViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\ViewModels\VacationRequest\VacationViewModel.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Calendar\CalendarData.cs).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Calendar\EmployeeCalendar.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Calendar\HICalendar.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Calendar\HICRCalendar.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\EmployeeInOut\EmployeeInOut.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\EmployeeInOut\EmployeeInOutReport.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Finance\Index.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Finance\WeeklyReportFailed.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Finance\WeeklyReportList.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Finance\WeeklyReportProcess.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Finance\WeeklyReportView.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Finance\WeeklyReportWait.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Home\Contact.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Home\Index.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Home\Intranet.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\ManualData\EditBC.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\ManualData\EditTO.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\ManualData\Index.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\ManualData\SearchBC.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\ManualData\SearchPH.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\ManualData\SearchTO.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\PhoneList\Index.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Reports\ApplicationReport.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Reports\DeptHoursReport.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Reports\FlotDateTest.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Reports\FlotTest.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Reports\Index.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Reports\JobReport.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Reports\LeptonTickReport.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Shared\Error.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Shared\_Layout.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Test\Background1Before.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Test\Background2Waiting.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Test\Background3After.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Test\Background4Failed.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Test\Index.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\TimeClock\Index.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\TimeClock\TimeClockReports.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Timesheet\Timesheet.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\Timesheet\TimesheetRequestWait.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\VacationRequest\Vacation.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\_ViewImports.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\src\LeptonWeb\Views\_ViewStart.cshtml).
Info: Updating file (\\ps2\intranet_web_test\approot\web).
Info: Updating file (\\ps2\intranet_web_test\approot\web.cmd).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\buttons.bootstrap.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\buttons.bootstrap.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\buttons.dataTables.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\buttons.dataTables.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\buttons.foundation.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\buttons.foundation.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\buttons.jqueryui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\buttons.jqueryui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\dataTables.editor.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\editor.bootstrap.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\editor.bootstrap.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\editor.dataTables.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\editor.dataTables.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\editor.foundation.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\editor.foundation.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\editor.jqueryui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\editor.jqueryui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\fullcalendar.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\fullcalendar.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\fullcalendar.print.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-bg_glass_55_fbf9ee_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-bg_glass_65_ffffff_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-bg_glass_75_dadada_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-bg_glass_75_e6e6e6_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-bg_glass_95_fef1ec_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-bg_highlight-soft_75_cccccc_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-icons_2e83ff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-icons_454545_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-icons_888888_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\jquery-ui.structure.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\jquery-ui.structure.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\jquery-ui.theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\jquery-ui.theme.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\jquery.dataTables.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\select.dataTables.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\select.dataTables.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\site.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\site.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\wickedpicker.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\css\wickedpicker.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\favicon.ico).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\fonts\fontello.eot).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\fonts\fontello.svg).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\fonts\fontello.ttf).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\fonts\fontello.woff).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ajax-loader-small.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ajax-loader.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\calender.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\close.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\High_Impact_Intranet_001.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\intranet_banner_01.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\intranet_banner_02.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LeptonAnim.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Add_Asset.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Add_Department.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Add_Group.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Add_Log.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Add_Overhead_Task.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Add_Project.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Add_Ref.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Add_Task.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Asset_Notes.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Assign.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Assign_Artists.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Assign_Lead.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Change_Order.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Clock_In.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Clock_Out.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Close.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Collapse_All.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Collapse_Asset.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Complete.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Edit.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Edit_Asset.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Edit_Project.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Enable_Disable_Asset.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Enable_Disable_Task.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Expand_All.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Expand_Asset.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Lunch.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Notes.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Project_Notes.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Refresh.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Remove.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Reset.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Save_Update.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Search.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Start.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\LEPTON_GUI_Stop.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\shadow_left.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\shadow_right.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\sort_asc.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\sort_asc_disabled.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\sort_both.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\sort_desc.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\sort_desc_disabled.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_diagonals-thick_90_eeeeee_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_flat_15_cd0a0a_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_glass_100_e4f1fb_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_glass_50_3baae3_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_glass_55_fbf9ee_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_glass_65_ffffff_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_glass_75_dadada_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_glass_75_e6e6e6_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_glass_80_d7ebf9_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_glass_95_fef1ec_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_highlight-hard_100_f2f5f7_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_highlight-hard_70_000000_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_highlight-soft_100_deedf7_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_highlight-soft_25_ffef8f_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-bg_highlight-soft_75_cccccc_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_2694e8_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_2e83ff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_3d80b3_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_454545_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_72a7cf_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_888888_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.bootstrap.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.bootstrap.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.colVis.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.colVis.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.flash.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.flash.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.foundation.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.foundation.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.html5.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.html5.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.jqueryui.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.jqueryui.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.print.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\buttons.print.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\dataTables.buttons.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\buttons\dataTables.buttons.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\dataTables\dataTables.select.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\dataTables\dataTables.select.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\dataTables\jquery.dataTables.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\dataTables\jquery.dataTables.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\flot\jquery.flot.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\flot\jquery.flot.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\flot\jquery.flot.orderBars.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\flot\jquery.flot.time.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\flot\jquery.flot.time.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\fullCalendar\fullcalendar.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\fullCalendar\fullcalendar.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\fullCalendar\gcal.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\fullCalendar\moment.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\jquery-ui.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\jquery-ui.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\list.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\list.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\moment\moment.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\site.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\site.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableEditor\dataTables.editor.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableEditor\dataTables.editor.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableEditor\editor.bootstrap.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableEditor\editor.bootstrap.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableEditor\editor.foundation.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableEditor\editor.foundation.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableEditor\editor.jqueryui.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableEditor\editor.jqueryui.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableSort\jquery.metadata.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\tableSort\jquery.tablesorter.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\timepicker\date-en-US.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\timepicker\jquery.ui.timeselect.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\timepicker\wickedpicker.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\js\timepicker\wickedpicker.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\.bower.json).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.css.map).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\css\bootstrap-theme.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\css\bootstrap.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\css\bootstrap.css.map).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\css\bootstrap.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.eot).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.svg).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.ttf).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.woff).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.woff2).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\js\bootstrap.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\js\bootstrap.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\dist\js\npm.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\bootstrap\LICENSE).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery\.bower.json).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery\dist\jquery.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery\dist\jquery.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery\dist\jquery.min.map).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery\MIT-LICENSE.txt).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\.bower.json).
Info: Adding file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\.gitignore).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\AUTHORS.txt).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\bower.json).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\component.json).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\composer.json).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\jquery-ui.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\jquery-ui.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\LICENSE.txt).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\package.json).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\README.md).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\accordion.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\all.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\autocomplete.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\base.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\button.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\core.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\datepicker.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\dialog.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\draggable.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-bg_flat_75_ffffff_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-bg_glass_65_ffffff_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-bg_glass_75_dadada_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_2e83ff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_444444_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_454545_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_555555_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_777620_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_777777_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_888888_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_cc0000_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\menu.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\progressbar.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\resizable.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\selectable.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\selectmenu.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\slider.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\sortable.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\spinner.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\tabs.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\base\tooltip.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_diagonals-thick_8_333333_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_flat_65_ffffff_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_glass_40_111111_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_glass_55_1c1c1c_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_highlight-hard_100_f9f9f9_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_highlight-hard_40_aaaaaa_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_highlight-soft_50_aaaaaa_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_inset-hard_45_cd0a0a_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-bg_inset-hard_55_ffeb80_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-icons_4ca300_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-icons_bbbbbb_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-icons_ededed_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-icons_ffcf29_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\black-tie\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_diagonals-thick_75_f3d8d8_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_dots-small_65_a6a6a6_2x2.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_flat_0_333333_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_flat_65_ffffff_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_flat_75_ffffff_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_glass_55_fbf8ee_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_highlight-hard_100_eeeeee_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_highlight-hard_100_f6f6f6_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-bg_highlight-soft_15_cc0000_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-icons_004276_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-icons_cc0000_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\blitzer\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_diagonals-thick_90_eeeeee_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_flat_15_cd0a0a_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_glass_100_e4f1fb_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_glass_50_3baae3_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_glass_80_d7ebf9_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_highlight-hard_100_f2f5f7_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_highlight-hard_70_000000_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_highlight-soft_100_deedf7_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-bg_highlight-soft_25_ffef8f_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-icons_2694e8_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-icons_2e83ff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-icons_3d80b3_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-icons_72a7cf_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\cupertino\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_flat_30_cccccc_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_flat_50_5c5c5c_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_glass_40_ffc73d_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_highlight-hard_20_0972a5_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_highlight-soft_33_003147_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_highlight-soft_35_222222_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_highlight-soft_44_444444_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_highlight-soft_80_eeeeee_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-bg_loop_25_000000_21x21.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-icons_4b8e0b_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-icons_a83300_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-icons_cccccc_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dark-hive\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-bg_diagonals-thick_15_0b3e6f_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-bg_dots-medium_30_0b58a2_4x4.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-bg_dots-small_20_333333_2x2.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-bg_dots-small_30_a32d00_2x2.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-bg_dots-small_40_00498f_2x2.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-bg_flat_40_292929_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-bg_gloss-wave_20_111111_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-icons_00498f_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-icons_98d2fb_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-icons_9ccdfc_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\dot-luv\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_flat_0_eeeeee_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_flat_55_994d53_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_flat_55_fafafa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_gloss-wave_30_3d3644_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_highlight-soft_100_dcd9de_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_highlight-soft_100_eae6ea_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_highlight-soft_25_30273a_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-bg_highlight-soft_45_5f5964_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-icons_454545_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-icons_734d99_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-icons_8d78a5_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-icons_a8a3ae_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-icons_ebccce_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\eggplant\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-bg_diagonals-small_25_c5ddfc_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-bg_diagonals-thick_20_e69700_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-bg_diagonals-thick_22_1484e6_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-bg_diagonals-thick_26_2293f7_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-bg_flat_0_e69700_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-bg_flat_0_e6b900_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-bg_highlight-soft_100_f9f9f9_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-bg_inset-hard_100_eeeeee_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-icons_0a82eb_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-icons_0b54d5_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-icons_5fa5e3_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-icons_fcdd4a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\excite-bike\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-bg_flat_0_eeeeee_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-bg_flat_55_ffffff_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-bg_flat_75_ffffff_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-bg_glass_65_ffffff_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-bg_highlight-soft_100_f6f6f6_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-bg_highlight-soft_25_0073ea_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-bg_highlight-soft_50_dddddd_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-icons_0073ea_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-icons_454545_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-icons_666666_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-icons_ff0084_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\flick\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_diagonals-small_40_db4865_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_diagonals-small_50_93c3cd_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_diagonals-small_50_ff3853_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_diagonals-small_75_ccd232_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_dots-medium_80_ffff38_4x4.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_dots-small_35_35414f_2x2.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_flat_75_ba9217_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_flat_75_ffffff_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-bg_white-lines_85_f7f7ba_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-icons_454545_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-icons_88a206_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-icons_c02669_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-icons_e1e463_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-icons_ffeb33_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\hot-sneaks\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-bg_flat_75_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-bg_glass_100_f5f0e5_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-bg_glass_25_cb842e_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-bg_glass_70_ede4d4_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-bg_highlight-hard_100_f4f0ec_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-bg_highlight-hard_65_fee4bd_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-bg_highlight-hard_75_f5f5b5_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-bg_inset-soft_100_f4f0ec_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-icons_c47a23_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-icons_cb672b_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-icons_f08000_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-icons_f35f07_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-icons_ff7519_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\humanity\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_diagonals-small_0_aaaaaa_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_diagonals-thick_15_444444_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_diagonals-thick_95_ffdc2e_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_glass_55_fbf5d0_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_highlight-hard_30_285c00_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_highlight-soft_33_3a8104_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_highlight-soft_50_4eb305_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_highlight-soft_60_4ca20b_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-bg_inset-soft_10_285c00_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-icons_4eb305_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-icons_72b42d_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\le-frog\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-bg_glass_15_5f391b_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-bg_gloss-wave_20_1c160d_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-bg_gloss-wave_25_453326_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-bg_gloss-wave_30_44372c_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-bg_highlight-soft_20_201913_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-bg_highlight-soft_20_619226_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-bg_inset-soft_10_201913_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-icons_9bcc60_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-icons_add978_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-icons_e3ddc9_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-icons_f1fd86_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\mint-choc\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_flat_0_eeeeee_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_flat_55_c0402a_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_flat_55_eeeeee_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_glass_100_f8f8f8_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_glass_35_dddddd_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_glass_60_eeeeee_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_inset-hard_75_999999_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-bg_inset-soft_50_c9c9c9_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-icons_3383bb_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-icons_454545_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-icons_70b2e1_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-icons_999999_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\images\ui-icons_fbc856_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\overcast\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_diagonal-maze_20_6e4f1c_10x10.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_diagonal-maze_40_000000_10x10.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_fine-grain_10_eceadf_60x60.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_fine-grain_10_f8f7f6_60x60.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_fine-grain_15_eceadf_60x60.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_fine-grain_15_f7f3de_60x60.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_fine-grain_15_ffffff_60x60.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_fine-grain_65_654b24_60x60.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-bg_fine-grain_68_b83400_60x60.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-icons_3572ac_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-icons_8c291d_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-icons_b83400_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-icons_fbdb93_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\pepper-grinder\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-bg_flat_55_fbec88_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-bg_glass_75_d0e5f5_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-bg_glass_85_dfeffc_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-bg_glass_95_fef1ec_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-bg_gloss-wave_55_5c9ccc_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-bg_inset-hard_100_f5f8f9_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-bg_inset-hard_100_fcfdfd_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-icons_217bc0_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-icons_2e83ff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-icons_469bdd_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-icons_6da8d5_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-icons_d8e7f3_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\images\ui-icons_f9bd01_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\redmond\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-bg_flat_75_ffffff_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-bg_glass_55_fbf9ee_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-bg_glass_65_ffffff_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-bg_glass_75_dadada_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-bg_glass_75_e6e6e6_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-bg_glass_95_fef1ec_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-bg_highlight-soft_75_cccccc_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-icons_2e83ff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-icons_454545_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-icons_888888_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\smoothness\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_glass_55_fcf0ba_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_gloss-wave_100_ece8da_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_highlight-hard_100_f5f3e5_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_highlight-hard_100_fafaf4_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_highlight-hard_15_459e00_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_highlight-hard_95_cccccc_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_highlight-soft_25_67b021_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_highlight-soft_95_ffedad_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-bg_inset-soft_15_2b2922_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-icons_808080_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-icons_847e71_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-icons_8DC262_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-icons_eeeeee_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\south-street\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_flat_55_999999_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_flat_75_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_glass_45_0078ae_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_glass_55_f8da4e_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_glass_75_79c9ec_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_gloss-wave_45_e14f1c_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_gloss-wave_50_6eac2c_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_gloss-wave_75_2191c0_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-bg_inset-hard_100_fcfdfd_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-icons_0078ae_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-icons_056b93_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-icons_d8e7f3_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-icons_e0fdff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-icons_f5e175_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-icons_f7a50d_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\images\ui-icons_fcd113_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\start\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_diagonals-medium_20_d34d17_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_flat_30_cccccc_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_flat_50_5c5c5c_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_gloss-wave_45_817865_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_gloss-wave_60_fece2f_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_gloss-wave_70_ffdd57_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_gloss-wave_90_fff9e5_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_highlight-soft_100_feeebd_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-bg_inset-soft_30_ffffff_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-icons_3d3d3d_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-icons_bd7b00_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-icons_d19405_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-icons_eb990f_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-icons_ed9f26_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-icons_fadc7a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\images\ui-icons_ffe180_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\sunny\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-bg_diamond_10_4f4221_10x8.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-bg_diamond_20_372806_10x8.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-bg_diamond_25_675423_10x8.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-bg_diamond_25_d5ac5d_10x8.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-bg_diamond_8_261803_10x8.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-bg_diamond_8_443113_10x8.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-bg_flat_75_ddd4b0_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-bg_highlight-hard_65_fee4bd_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-icons_070603_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-icons_e8e2b5_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-icons_e9cd86_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-icons_efec9f_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-icons_f2ec64_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-icons_f9f2bd_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\images\ui-icons_ff7519_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\swanky-purse\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_diagonals-small_50_262626_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_flat_0_303030_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_flat_0_4c4c4c_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_glass_40_0a0a0a_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_glass_55_f1fbe5_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_glass_60_000000_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_gloss-wave_55_000000_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_gloss-wave_85_9fda58_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-bg_gloss-wave_95_f6ecd5_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-icons_000000_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-icons_1f1f1f_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-icons_9fda58_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-icons_b8ec79_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\trontastic\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_flat_30_cccccc_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_flat_50_5c5c5c_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_glass_20_555555_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_glass_40_0078a3_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_glass_40_ffc73d_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_gloss-wave_25_333333_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_highlight-soft_80_eeeeee_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_inset-soft_25_000000_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-bg_inset-soft_30_f58400_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-icons_4b8e0b_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-icons_a83300_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-icons_cccccc_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-darkness\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_diagonals-thick_18_b81900_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_diagonals-thick_20_666666_40x40.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_flat_10_000000_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_glass_100_f6f6f6_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_glass_100_fdf5ce_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_glass_65_ffffff_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_gloss-wave_35_f6a828_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_highlight-soft_100_eeeeee_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-bg_highlight-soft_75_ffe45c_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-icons_222222_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-icons_228ef1_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-icons_ef8c08_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-icons_ffd27a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\images\ui-icons_ffffff_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\ui-lightness\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\animated-overlay.gif).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-bg_flat_0_aaaaaa_40x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-bg_glass_95_fef1ec_1x400.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-bg_gloss-wave_16_121212_500x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-bg_highlight-hard_15_888888_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-bg_highlight-hard_55_555555_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-bg_highlight-soft_35_adadad_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-bg_highlight-soft_60_dddddd_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-bg_inset-soft_15_121212_1x100.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-icons_666666_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-icons_aaaaaa_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-icons_bbbbbb_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-icons_c98000_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-icons_cccccc_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-icons_cd0a0a_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\images\ui-icons_f29a00_256x240.png).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\jquery-ui.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\jquery-ui.min.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\themes\vader\theme.css).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\.DS_Store).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\.jshintrc).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\accordion.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\autocomplete.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\button.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\core.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\datepicker.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\dialog.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\draggable.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\droppable.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-blind.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-bounce.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-clip.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-drop.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-explode.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-fade.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-fold.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-highlight.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-puff.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-pulsate.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-scale.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-shake.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-size.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-slide.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect-transfer.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\effect.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-af.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ar-DZ.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ar.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-az.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-be.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-bg.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-bs.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ca.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-cs.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-cy-GB.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-da.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-de.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-el.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-en-AU.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-en-GB.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-en-NZ.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-eo.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-es.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-et.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-eu.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-fa.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-fi.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-fo.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-fr-CA.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-fr-CH.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-fr.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-gl.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-he.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-hi.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-hr.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-hu.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-hy.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-id.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-is.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-it-CH.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-it.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ja.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ka.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-kk.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-km.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ko.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ky.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-lb.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-lt.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-lv.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-mk.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ml.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ms.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-nb.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-nl-BE.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-nl.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-nn.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-no.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-pl.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-pt-BR.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-pt.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-rm.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ro.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ru.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-sk.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-sl.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-sq.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-sr-SR.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-sr.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-sv.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-ta.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-th.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-tj.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-tr.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-uk.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-vi.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-zh-CN.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-zh-HK.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\i18n\datepicker-zh-TW.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\menu.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\accordion.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\autocomplete.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\button.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\core.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\datepicker.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\dialog.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\draggable.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\droppable.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-blind.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-bounce.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-clip.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-drop.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-explode.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-fade.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-fold.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-highlight.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-puff.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-pulsate.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-scale.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-shake.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-size.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-slide.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect-transfer.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\effect.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-af.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ar-DZ.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ar.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-az.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-be.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-bg.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-bs.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ca.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-cs.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-cy-GB.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-da.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-de.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-el.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-en-AU.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-en-GB.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-en-NZ.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-eo.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-es.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-et.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-eu.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-fa.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-fi.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-fo.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-fr-CA.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-fr-CH.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-fr.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-gl.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-he.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-hi.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-hr.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-hu.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-hy.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-id.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-is.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-it-CH.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-it.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ja.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ka.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-kk.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-km.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ko.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ky.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-lb.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-lt.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-lv.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-mk.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ml.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ms.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-nb.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-nl-BE.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-nl.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-nn.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-no.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-pl.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-pt-BR.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-pt.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-rm.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ro.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ru.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-sk.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-sl.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-sq.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-sr-SR.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-sr.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-sv.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-ta.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-th.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-tj.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-tr.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-uk.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-vi.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-zh-CN.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-zh-HK.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\i18n\datepicker-zh-TW.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\menu.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\mouse.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\position.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\progressbar.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\resizable.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\selectable.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\selectmenu.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\slider.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\sortable.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\spinner.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\tabs.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\tooltip.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\minified\widget.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\mouse.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\position.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\progressbar.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\resizable.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\selectable.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\selectmenu.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\slider.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\sortable.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\spinner.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\tabs.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\tooltip.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-ui\ui\widget.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation\.bower.json).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation\dist\additional-methods.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation\dist\additional-methods.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation\dist\jquery.validate.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation\dist\jquery.validate.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation\LICENSE.md).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation-unobtrusive\.bower.json).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.min.js).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\web.config).
Info: Updating file (\\ps2\intranet_web_test\wwwroot\_references.js).
Total changes: 1700 (18 added, 0 deleted, 1682 updated, 0 parameters changed, 58882804 bytes copied)
Done building project "Web.xproj".
Done building project "Web.xproj".
Web App was published successfully file://ps2/intranet_web_test
========== Build: 4 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Publish: 1 succeeded, 0 failed, 0 skipped ==========
Contributor
2155 Points
2142 Posts
Re: Upon publishing to IIS my website won't load
May 27, 2016 08:19 PM|march11|LINK
Check the web .config file on both machines, it sounds like something is not set correctly.
None
0 Points
3 Posts
Re: Upon publishing to IIS my website won't load
May 31, 2016 03:05 PM|dsliter|LINK
I looked at both config files and they are identical to eachother
None
0 Points
3 Posts
Re: Upon publishing to IIS my website won't load
May 31, 2016 03:24 PM|dsliter|LINK
We also tried publishing to another one of our local servers with the same results. Whenever the website tries to load all we get is a blank page that seems to be caught in a infinite loading loop.
Contributor
2155 Points
2142 Posts
Re: Upon publishing to IIS my website won't load
Jun 02, 2016 05:59 PM|march11|LINK
the web.config files should not be the same. The production environment is differen than the development environment.
What version of IIS are you using, have you checked the APP pool settings?
Is there a database backend?
Have you tried a simple test.html page to see if it will load in the browser?
All-Star
32817 Points
3815 Posts
Microsoft
Re: Upon publishing to IIS my website won't load
Jun 08, 2016 06:43 AM|Angie xu - MSFT|LINK
Hi dsliter,
It seems that this issue is related to Visual Studio or your OS.
Here are some suggestions:
1. Create a simple asp.net application, and check whether it has same problem.
2. You can also check whether install correct .NET framework, etc.
Regards,
Angie
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.