fssnippets / fssnip-website

Source code for the F# Snippets web site
http://fssnip.net
100 stars 35 forks source link

Revive build & bump F# version #94

Closed eiriktsarpalis closed 5 years ago

eiriktsarpalis commented 5 years ago

works

eiriktsarpalis commented 5 years ago

Website looks down, did my change break it perhaps?

tpetricek commented 5 years ago

I don't see what could be wrong with your changes - but you're right, reverting the change got the website to work again. The deployment worked fine, but the deployed & built version does not seem to run (hard to say why - Suave does not write anything into a log file). The log from deployment is attached below.

Is there a way I can give you some Azure rights so that you can fiddle with this youself? (I just have an old school App Service that deploys automatically from master... so I guess you can replicate this yourself if you had time..)

Command: build.cmd deploy
Checking Paket version (downloading latest stable)...
Hash file of version 5.212.0 not found in cache.
Starting download from https://github.com/fsprojects/Paket/releases/download/5.212.0/paket-sha256.txt
Version 5.212.0 not found in cache.
Starting download from https://github.com/fsprojects/Paket/releases/download/5.212.0/paket.exe
Done in 5.36 second(s).
Paket version 5.212.0
The last restore is still up to date. Nothing left to do.
Performance:
 - Runtime: 712 milliseconds
This runner is now obsolete with FAKE 5, please upgrade to the new .Net Core runner. See https://fake.build/fake-migrate-to-fake-5.html
To remove this warning you can append the '--removeLegacyFakeWarning' argument or set the 'FAKE_NO_LEGACY_WARNING' environment variable to 'true'
Building project with version: LocalBuild
Shortened DependencyGraph for Target deploy:
<== deploy
   <== minify
   <== build
      <== clean

The running order is:
  - minify
  - clean
  - build
  - deploy
Running build with 1 worker
Starting Target: minify 
Node js web compilation thing
D:\home\site\repository\packages\Npm.js\tools\npm.cmd install 
D:\home\site\repository\packages\Npm.js\tools\npm.cmd run build

> fssnip@1.0.0 build D:\home\site\repository
> packages\Npm.js\tools\npm.cmd run build:js

> fssnip@1.0.0 build:js D:\home\site\repository
> packages\Node.js\node.exe node_modules/uglifyjs-folder/cli.js web/content/app/ -eo web/content/dist/

File web\content\dist\copycontent.min.js written successfully !
File web\content\dist\codecheck.min.js written successfully !
File web\content\dist\likes.min.js written successfully !
File web\content\dist\search.min.js written successfully !
File web\content\dist\snippetvalidation.min.js written successfully !
File web\content\dist\tips.min.js written successfully !
Finished Target: minify
Starting Target: clean 
Deleting contents of bin
Finished Target: clean
Starting Target: build (==> clean)
Building project: FsSnip.WebSite.sln
  D:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe  FsSnip.WebSite.sln /t:Rebuild /m  /nodeReuse:False      /p:RestorePackages="False" /p:Configuration="Release" /logger:Fake.MsBuildLogger+ErrorLogger,"D:\home\site\repository\packages\FAKE\tools\FakeLib.dll"
Microsoft (R) Build Engine version 14.0.23107.0
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 7/1/2019 9:58:22 AM.
Project "D:\home\site\repository\FsSnip.WebSite.sln" on node 1 (Rebuild target(s)).
ValidateSolutionConfiguration:
  Building solution configuration "Release|Any CPU".
Project "D:\home\site\repository\FsSnip.WebSite.sln" (1) is building "D:\home\site\repository\FsSnip.WebSite.fsproj" (2) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "D:\home\site\repository\obj\Release\FsSnip.WebSite.fsprojResolveAssemblyReference.cache".
  Deleting file "D:\home\site\repository\obj\Release\fssnip.exe".
  Deleting file "D:\home\site\repository\obj\Release\fssnip.pdb".
GenerateBindingRedirects:
  No suggested binding redirects from ResolveAssemblyReferences.
CoreCompile:
  D:\Program Files (x86)\Microsoft SDKs\F#\4.0\Framework\v4.0\fsc.exe -o:obj\Release\fssnip.exe --debug:pdbonly --noframework --define:TRACE --optimize+ --platform:anycpu32bitpreferred -r:D:\home\site\repository\packages\Chessie\lib\net40\Chessie.dll -r:D:\home\site\repository\packages\FSharp.Formatting\lib\net461\CSharpFormat.dll -r:D:\home\site\repository\packages\DotLiquid\lib\NET45\DotLiquid.dll -r:D:\home\site\repository\packages\FSharp.Azure.StorageTypeProvider\lib\net40\FSharp.Azure.StorageTypeProvider.dll -r:D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.CodeFormat.dll -r:D:\home\site\repository\packages\FSharp.Compiler.Service\lib\net45\FSharp.Compiler.Service.dll -r:D:\home\site\repository\packages\FSharp.Core\lib\net45\FSharp.Core.dll -r:D:\home\site\repository\packages\FSharp.Data\lib\net40\FSharp.Data.dll -r:D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Formatting.Common.dll -r:D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Formatting.Razor.dll -r:D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Literate.dll -r:D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Markdown.dll -r:D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.MetadataFormat.dll -r:D:\home\site\repository\packages\Microsoft.Azure.KeyVault.Core\lib\net452\Microsoft.Azure.KeyVault.Core.dll -r:D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\Microsoft.Data.Edm.dll -r:D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\Microsoft.Data.OData.dll -r:D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\Microsoft.Data.Services.Client.dll -r:D:\home\site\repository\packages\WindowsAzure.Storage\lib\net40\Microsoft.WindowsAzure.Storage.dll -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\mscorlib.dll" -r:D:\home\site\repository\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll -r:D:\home\site\repository\packages\Paket.Core\lib\net45\Paket.Core.dll -r:D:\home\site\repository\packages\FSharp.Formatting\lib\net461\RazorEngine.dll -r:D:\home\site\repository\packages\Suave\lib\net40\Suave.dll -r:D:\home\site\repository\packages\Suave.DotLiquid\lib\net40\Suave.DotLiquid.dll -r:D:\home\site\repository\packages\System.Collections.Immutable\lib\netstandard1.3\System.Collections.Immutable.dll -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Core.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Data.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Numerics.dll" -r:D:\home\site\repository\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll -r:D:\home\site\repository\packages\System.Spatial\lib\net40\System.Spatial.dll -r:D:\home\site\repository\packages\System.ValueTuple\lib\net461\System.ValueTuple.dll -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Web.dll" -r:D:\home\site\repository\packages\Microsoft.AspNet.Razor\lib\net45\System.Web.Razor.dll -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Xml.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Xml.Linq.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Collections.Concurrent.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Collections.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ComponentModel.Annotations.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ComponentModel.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ComponentModel.EventBasedAsync.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Diagnostics.Contracts.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Diagnostics.Debug.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Diagnostics.Tools.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Diagnostics.Tracing.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Dynamic.Runtime.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Globalization.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.IO.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Linq.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Linq.Expressions.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Linq.Parallel.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Linq.Queryable.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Net.NetworkInformation.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Net.Primitives.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Net.Requests.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Net.WebHeaderCollection.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ObjectModel.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Reflection.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Reflection.Emit.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Reflection.Emit.ILGeneration.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Reflection.Emit.Lightweight.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Reflection.Extensions.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Reflection.Primitives.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Resources.ResourceManager.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.Extensions.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.Handles.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.InteropServices.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.Numerics.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.Serialization.Json.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.Serialization.Primitives.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.Serialization.Xml.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Security.Principal.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ServiceModel.Duplex.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ServiceModel.Http.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ServiceModel.NetTcp.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ServiceModel.Primitives.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.ServiceModel.Security.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Text.Encoding.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Text.Encoding.Extensions.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Text.RegularExpressions.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Threading.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Threading.Tasks.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Threading.Tasks.Parallel.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Threading.Timer.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Xml.ReaderWriter.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Xml.XDocument.dll" -r:"D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Xml.XmlSerializer.dll" --target:exe --warn:3 --warnaserror:76 --fullpaths --flaterrors --subsystemversion:6.00 --highentropyva+ "D:\local\Temp\.NETFramework,Version=v4.6.1.AssemblyAttributes.fs" code\common\storage\azure.fs code\common\storage\local.fs code\common\utils.fs code\common\filters.fs code\common\data.fs code\common\rssfeed.fs code\common\parser.fs code\pages\home.fs code\pages\error.fs code\pages\recaptcha.fs code\pages\insert.fs code\pages\snippet.fs code\pages\search.fs code\pages\like.fs code\pages\tag.fs code\pages\author.fs code\pages\rss.fs code\pages\update.fs code\api.fs 
_CopyFilesMarkedCopyLocal:
  Copying file from "D:\home\site\repository\packages\Chessie\lib\net40\Chessie.dll" to "bin\Chessie.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\CSharpFormat.dll" to "bin\CSharpFormat.dll".
  Copying file from "D:\home\site\repository\packages\DotLiquid\lib\NET45\DotLiquid.dll" to "bin\DotLiquid.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Azure.StorageTypeProvider\lib\net40\FSharp.Azure.StorageTypeProvider.dll" to "bin\FSharp.Azure.StorageTypeProvider.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.CodeFormat.dll" to "bin\FSharp.CodeFormat.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Compiler.Service\lib\net45\FSharp.Compiler.Service.dll" to "bin\FSharp.Compiler.Service.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\FSharp.Core.dll" to "bin\FSharp.Core.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Data\lib\net40\FSharp.Data.dll" to "bin\FSharp.Data.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Formatting.Common.dll" to "bin\FSharp.Formatting.Common.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Formatting.Razor.dll" to "bin\FSharp.Formatting.Razor.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Literate.dll" to "bin\FSharp.Literate.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Markdown.dll" to "bin\FSharp.Markdown.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.MetadataFormat.dll" to "bin\FSharp.MetadataFormat.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Azure.KeyVault.Core\lib\net452\Microsoft.Azure.KeyVault.Core.dll" to "bin\Microsoft.Azure.KeyVault.Core.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\Microsoft.Data.Edm.dll" to "bin\Microsoft.Data.Edm.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\Microsoft.Data.OData.dll" to "bin\Microsoft.Data.OData.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\Microsoft.Data.Services.Client.dll" to "bin\Microsoft.Data.Services.Client.dll".
  Copying file from "D:\home\site\repository\packages\WindowsAzure.Storage\lib\net40\Microsoft.WindowsAzure.Storage.dll" to "bin\Microsoft.WindowsAzure.Storage.dll".
  Copying file from "D:\home\site\repository\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll" to "bin\Newtonsoft.Json.dll".
  Copying file from "D:\home\site\repository\packages\Paket.Core\lib\net45\Paket.Core.dll" to "bin\Paket.Core.dll".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\RazorEngine.dll" to "bin\RazorEngine.dll".
  Copying file from "D:\home\site\repository\packages\Suave\lib\net40\Suave.dll" to "bin\Suave.dll".
  Copying file from "D:\home\site\repository\packages\Suave.DotLiquid\lib\net40\Suave.DotLiquid.dll" to "bin\Suave.DotLiquid.dll".
  Copying file from "D:\home\site\repository\packages\System.Collections.Immutable\lib\netstandard1.3\System.Collections.Immutable.dll" to "bin\System.Collections.Immutable.dll".
  Copying file from "D:\home\site\repository\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll" to "bin\System.Reflection.Metadata.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\System.Spatial.dll" to "bin\System.Spatial.dll".
  Copying file from "D:\home\site\repository\packages\System.ValueTuple\lib\net461\System.ValueTuple.dll" to "bin\System.ValueTuple.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.AspNet.Razor\lib\net45\System.Web.Razor.dll" to "bin\System.Web.Razor.dll".
  Copying file from "D:\home\site\repository\packages\Chessie\lib\net40\Chessie.pdb" to "bin\Chessie.pdb".
  Copying file from "D:\home\site\repository\packages\Chessie\lib\net40\Chessie.xml" to "bin\Chessie.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Azure.StorageTypeProvider\lib\net40\FSharp.Azure.StorageTypeProvider.xml" to "bin\FSharp.Azure.StorageTypeProvider.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Compiler.Service\lib\net45\FSharp.Compiler.Service.xml" to "bin\FSharp.Compiler.Service.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\FSharp.Core.xml" to "bin\FSharp.Core.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Data\lib\net40\FSharp.Data.pdb" to "bin\FSharp.Data.pdb".
  Copying file from "D:\home\site\repository\packages\FSharp.Data\lib\net40\FSharp.Data.xml" to "bin\FSharp.Data.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\CSharpFormat.pdb" to "bin\CSharpFormat.pdb".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\CSharpFormat.xml" to "bin\CSharpFormat.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.CodeFormat.pdb" to "bin\FSharp.CodeFormat.pdb".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.CodeFormat.xml" to "bin\FSharp.CodeFormat.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Formatting.Common.pdb" to "bin\FSharp.Formatting.Common.pdb".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Formatting.Common.xml" to "bin\FSharp.Formatting.Common.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Formatting.Razor.pdb" to "bin\FSharp.Formatting.Razor.pdb".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Formatting.Razor.xml" to "bin\FSharp.Formatting.Razor.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Literate.pdb" to "bin\FSharp.Literate.pdb".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Literate.xml" to "bin\FSharp.Literate.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Markdown.pdb" to "bin\FSharp.Markdown.pdb".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.Markdown.xml" to "bin\FSharp.Markdown.xml".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.MetadataFormat.pdb" to "bin\FSharp.MetadataFormat.pdb".
  Copying file from "D:\home\site\repository\packages\FSharp.Formatting\lib\net461\FSharp.MetadataFormat.xml" to "bin\FSharp.MetadataFormat.xml".
  Copying file from "D:\home\site\repository\packages\Microsoft.AspNet.Razor\lib\net45\System.Web.Razor.xml" to "bin\System.Web.Razor.xml".
  Copying file from "D:\home\site\repository\packages\Microsoft.Azure.KeyVault.Core\lib\net452\Microsoft.Azure.KeyVault.Core.xml" to "bin\Microsoft.Azure.KeyVault.Core.xml".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\Microsoft.Data.Edm.xml" to "bin\Microsoft.Data.Edm.xml".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\Microsoft.Data.OData.xml" to "bin\Microsoft.Data.OData.xml".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\Microsoft.Data.Services.Client.xml" to "bin\Microsoft.Data.Services.Client.xml".
  Copying file from "D:\home\site\repository\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.xml" to "bin\Newtonsoft.Json.xml".
  Copying file from "D:\home\site\repository\packages\Paket.Core\lib\net45\Paket.Core.pdb" to "bin\Paket.Core.pdb".
  Copying file from "D:\home\site\repository\packages\Paket.Core\lib\net45\Paket.Core.xml" to "bin\Paket.Core.xml".
  Copying file from "D:\home\site\repository\packages\Suave\lib\net40\Suave.pdb" to "bin\Suave.pdb".
  Copying file from "D:\home\site\repository\packages\Suave\lib\net40\Suave.xml" to "bin\Suave.xml".
  Copying file from "D:\home\site\repository\packages\Suave.DotLiquid\lib\net40\Suave.DotLiquid.pdb" to "bin\Suave.DotLiquid.pdb".
  Copying file from "D:\home\site\repository\packages\Suave.DotLiquid\lib\net40\Suave.DotLiquid.xml" to "bin\Suave.DotLiquid.xml".
  Copying file from "D:\home\site\repository\packages\System.Collections.Immutable\lib\netstandard1.3\System.Collections.Immutable.xml" to "bin\System.Collections.Immutable.xml".
  Copying file from "D:\home\site\repository\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.xml" to "bin\System.Reflection.Metadata.xml".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\System.Spatial.xml" to "bin\System.Spatial.xml".
  Copying file from "D:\home\site\repository\packages\System.ValueTuple\lib\net461\System.ValueTuple.xml" to "bin\System.ValueTuple.xml".
  Copying file from "D:\home\site\repository\packages\WindowsAzure.Storage\lib\net40\Microsoft.WindowsAzure.Storage.pdb" to "bin\Microsoft.WindowsAzure.Storage.pdb".
  Copying file from "D:\home\site\repository\packages\WindowsAzure.Storage\lib\net40\Microsoft.WindowsAzure.Storage.xml" to "bin\Microsoft.WindowsAzure.Storage.xml".
  Creating directory "bin\cs".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\cs\FSharp.Core.resources.dll" to "bin\cs\FSharp.Core.resources.dll".
  Creating directory "bin\de".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\de\FSharp.Core.resources.dll" to "bin\de\FSharp.Core.resources.dll".
  Creating directory "bin\en".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\en\FSharp.Core.resources.dll" to "bin\en\FSharp.Core.resources.dll".
  Creating directory "bin\es".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\es\FSharp.Core.resources.dll" to "bin\es\FSharp.Core.resources.dll".
  Creating directory "bin\fr".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\fr\FSharp.Core.resources.dll" to "bin\fr\FSharp.Core.resources.dll".
  Creating directory "bin\it".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\it\FSharp.Core.resources.dll" to "bin\it\FSharp.Core.resources.dll".
  Creating directory "bin\ja".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\ja\FSharp.Core.resources.dll" to "bin\ja\FSharp.Core.resources.dll".
  Creating directory "bin\ko".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\ko\FSharp.Core.resources.dll" to "bin\ko\FSharp.Core.resources.dll".
  Creating directory "bin\pl".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\pl\FSharp.Core.resources.dll" to "bin\pl\FSharp.Core.resources.dll".
  Creating directory "bin\pt-BR".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\pt-BR\FSharp.Core.resources.dll" to "bin\pt-BR\FSharp.Core.resources.dll".
  Creating directory "bin\ru".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\ru\FSharp.Core.resources.dll" to "bin\ru\FSharp.Core.resources.dll".
  Creating directory "bin\tr".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\tr\FSharp.Core.resources.dll" to "bin\tr\FSharp.Core.resources.dll".
  Creating directory "bin\zh-Hans".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\zh-Hans\FSharp.Core.resources.dll" to "bin\zh-Hans\FSharp.Core.resources.dll".
  Creating directory "bin\zh-Hant".
  Copying file from "D:\home\site\repository\packages\FSharp.Core\lib\net45\zh-Hant\FSharp.Core.resources.dll" to "bin\zh-Hant\FSharp.Core.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\de\Microsoft.Data.Edm.resources.dll" to "bin\de\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\es\Microsoft.Data.Edm.resources.dll" to "bin\es\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\fr\Microsoft.Data.Edm.resources.dll" to "bin\fr\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\it\Microsoft.Data.Edm.resources.dll" to "bin\it\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\ja\Microsoft.Data.Edm.resources.dll" to "bin\ja\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\ko\Microsoft.Data.Edm.resources.dll" to "bin\ko\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\ru\Microsoft.Data.Edm.resources.dll" to "bin\ru\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\zh-Hans\Microsoft.Data.Edm.resources.dll" to "bin\zh-Hans\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Edm\lib\net40\zh-Hant\Microsoft.Data.Edm.resources.dll" to "bin\zh-Hant\Microsoft.Data.Edm.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\de\Microsoft.Data.OData.resources.dll" to "bin\de\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\es\Microsoft.Data.OData.resources.dll" to "bin\es\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\fr\Microsoft.Data.OData.resources.dll" to "bin\fr\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\it\Microsoft.Data.OData.resources.dll" to "bin\it\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\ja\Microsoft.Data.OData.resources.dll" to "bin\ja\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\ko\Microsoft.Data.OData.resources.dll" to "bin\ko\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\ru\Microsoft.Data.OData.resources.dll" to "bin\ru\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\zh-Hans\Microsoft.Data.OData.resources.dll" to "bin\zh-Hans\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.OData\lib\net40\zh-Hant\Microsoft.Data.OData.resources.dll" to "bin\zh-Hant\Microsoft.Data.OData.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\de\Microsoft.Data.Services.Client.resources.dll" to "bin\de\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\es\Microsoft.Data.Services.Client.resources.dll" to "bin\es\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\fr\Microsoft.Data.Services.Client.resources.dll" to "bin\fr\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\it\Microsoft.Data.Services.Client.resources.dll" to "bin\it\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\ja\Microsoft.Data.Services.Client.resources.dll" to "bin\ja\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\ko\Microsoft.Data.Services.Client.resources.dll" to "bin\ko\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\ru\Microsoft.Data.Services.Client.resources.dll" to "bin\ru\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\zh-Hans\Microsoft.Data.Services.Client.resources.dll" to "bin\zh-Hans\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\Microsoft.Data.Services.Client\lib\net40\zh-Hant\Microsoft.Data.Services.Client.resources.dll" to "bin\zh-Hant\Microsoft.Data.Services.Client.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\de\System.Spatial.resources.dll" to "bin\de\System.Spatial.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\es\System.Spatial.resources.dll" to "bin\es\System.Spatial.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\fr\System.Spatial.resources.dll" to "bin\fr\System.Spatial.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\it\System.Spatial.resources.dll" to "bin\it\System.Spatial.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\ja\System.Spatial.resources.dll" to "bin\ja\System.Spatial.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\ko\System.Spatial.resources.dll" to "bin\ko\System.Spatial.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\ru\System.Spatial.resources.dll" to "bin\ru\System.Spatial.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\zh-Hans\System.Spatial.resources.dll" to "bin\zh-Hans\System.Spatial.resources.dll".
  Copying file from "D:\home\site\repository\packages\System.Spatial\lib\net40\zh-Hant\System.Spatial.resources.dll" to "bin\zh-Hant\System.Spatial.resources.dll".
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "D:\home\site\repository\App.config" to "bin\App.config".
_CopyAppConfigFile:
  Copying file from "App.config" to "bin\fssnip.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "obj\Release\fssnip.exe" to "bin\fssnip.exe".
  FsSnip.WebSite -> D:\home\site\repository\bin\fssnip.exe
  Copying file from "obj\Release\fssnip.pdb" to "bin\fssnip.pdb".
AfterBuild:
  Copying file from "packages\FSharp.Data\lib\net40\FSharp.Data.DesignTime.dll" to "D:\home\site\repository\bin\FSharp.Data.DesignTime.dll".
  Copying file from "packages\FSharp.Data\lib\net40\FSharp.Data.DesignTime.pdb" to "D:\home\site\repository\bin\FSharp.Data.DesignTime.pdb".
Done Building Project "D:\home\site\repository\FsSnip.WebSite.fsproj" (Rebuild target(s)).
Done Building Project "D:\home\site\repository\FsSnip.WebSite.sln" (Rebuild target(s)).

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

Time Elapsed 00:00:48.41
Finished Target: build
Starting Target: deploy (==> minify, build)
Creating D:\home\site\wwwroot\deploy_1
Creating D:\home\site\wwwroot\deploy_1\bin
Creating D:\home\site\wwwroot\deploy_1\templates
Creating D:\home\site\wwwroot\deploy_1\web
Deleting contents of ../wwwroot\deploy_0
Deleting D:\home\site\wwwroot\deploy_0
Deleting contents of ../wwwroot\temp
Finished Target: deploy

---------------------------------------------------------------------
Build Time Report
---------------------------------------------------------------------
Target     Duration
------     --------
minify     00:00:46.0912200
clean      00:00:02.0766069
build      00:00:49.7536155
deploy     00:08:32.3393496
Total:     00:10:10.5624742
---------------------------------------------------------------------
Status:    Ok
---------------------------------------------------------------------
build.fsx(39,3): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.')
build.fsx(40,3): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.')
build.fsx(45,5): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.')
build.fsx(46,5): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.run)
build.fsx(49,5): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.')
build.fsx(50,39): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(80,3): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.')
build.fsx(83,5): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.')
build.fsx(85,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(102,28): warning FS0044: This construct is deprecated. Open Fake.IO and use ChangeWatcher.run instead (FAKE0001 - package: Fake.IO.FileSystem, module Fake.IO.ChangeWatcher, function: run)
build.fsx(102,60): warning FS0044: This construct is deprecated. Open Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem, type: FileChange)
build.fsx(103,3): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.')
build.fsx(112,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(113,3): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.')
build.fsx(114,8): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(114,3): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(115,26): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(115,26): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(115,44): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(115,44): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(117,8): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(117,3): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(118,31): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(118,26): warning FS0044: This construct is deprecated. FAKE0001 Use the Fake.JavaScript.Npm module instead
build.fsx(126,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(127,3): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CleanDirs)
build.fsx(130,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(132,6): warning FS0044: This construct is deprecated. Use Fake.DotNet.MSBuild.RunRelease instead
build.fsx(133,6): warning FS0044: This construct is deprecated. use nuget 'Fake.Core.Trace' instead (open Fake.Core and use 'Trace.logItems')
build.fsx(139,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.Create)
build.fsx(142,75): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(145,28): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(146,3): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CleanDir)
build.fsx(147,3): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CleanDir)
build.fsx(147,24): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(148,3): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CleanDir)
build.fsx(148,24): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(149,3): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CleanDir)
build.fsx(149,24): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(150,3): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CopyRecursive)
build.fsx(150,35): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(151,3): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CopyRecursive)
build.fsx(151,41): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(152,3): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CopyRecursive)
build.fsx(152,35): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(155,29): warning FS0044: This construct is deprecated. Use Fake.IO.FileSystemOperators instead (FAKE0001 - package: Fake.IO.FileSystem)
build.fsx(160,11): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Shell.CleanDir)
build.fsx(160,25): warning FS0044: This construct is deprecated. Use Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem - member: Fake.IO.Directory.delete)
build.fsx(163,10): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.TargetOperators.(==>)
build.fsx(164,21): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.TargetOperators.(==>)
build.fsx(164,9): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.TargetOperators.(==>)
build.fsx(166,1): warning FS0044: This construct is deprecated. Use Fake.Core.Target instead (FAKE0001 - package: Fake.Core.Target - member: Fake.Core.Target.runOrDefault)