Git Product home page Git Product logo

cake-vso's Introduction

cake-vso

Cake integration for Azure DevOps.

This extension contains a custom build task that runs Cake build scripts for you.

Cake (C# Make) is a cross platform build automation system with a C# DSL to do things like compiling code, copy files/folders, running unit tests, compress files and build NuGet packages.

Run Cake scripts easily

The Cake Azure DevOps build tasks makes it easy to run a Cake script directly without having to invoke PowerShell or other commands line scripts. This makes it easy even for team members not familiar with Cake to add or adjust parameters passed to your build scripts.

How to use the build task

After installing this extension, a new task will become available called "Cake Task" when you add a new build step for a build definition.

Add Cake Task

By default, the Cake build step (when added to a build) will try to run the build.cake build script (found in the root of your repository) with the target Default. If you wish to run another build script or build target you can change this in the build step settings.

Configure Custom Build Step

Learn more

For more information about Cake, please see the Cake website or the Cake source code repository.

Thanks

A big thank you has to go to JetBrains who provide each of the Cake Developers with an Open Source License for ReSharper that helps with the development of Cake.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.

Resources

Short YouTube videos of each of the releases of this extension can be found in this playlist.

Releases

To find out what was released in each version of this extension, check out the releases page.

cake-vso's People

Contributors

agc93 avatar devlead avatar frozenskys avatar gep13 avatar louisfischer avatar mo2k4 avatar nils-a avatar pascalberger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cake-vso's Issues

Supporting Cake 0.25's #module directives

Using Cake 0.25's #module directive requires invoking Cake twice, the first time with --bootstrap.

It appears as though this extension is not doing that. How soon can we expect that? How easy of a change do you think this is—is it something I can help with?

Exception calling "DownloadFile" with "2" argument(s): "The path is not of a legal form."

Per the the task configuration, nuget.exe will be downloaded from : https://dist.nuget.org/win-x86-commandline/latest/nuget.exe if the :Nuget.exe location" is unspecified.

The task seems to be failing with the error: ##[error]Exception calling "DownloadFile" with "2" argument(s): "The path is not of a legal form." When leaving this to default.

The behavior is the same when we try from a dummy pipeline - just with the cake task with no arguments as well.
However, enabling the option – “Use the Build Agent Nuget” works

VSTS integration fails passing Argument

What You Are Seeing?

I'm trying to zip an Universal Windows Platform AppPackage. But passing -zipDir:"$(Build.BinariesDirectory)" fails on vsts. Locally just works.

What is Expected?

What version of Cake are you using?

Version 0.13.0+Branch.main.Sha.f7346f2a5fb4e19a24cf15780ce635529f921be4

Are you running on a 32 or 64 bit system?

64 bit system locally

What environment are you running on? Windows? Linux? Mac?

Windows 10 (10586)

Are you running on a CI Server? If so, which one?

Visual Studio Team Services on the Host.

How Did You Get This To Happen? (Steps to Reproduce)

I think on the VSTS, Argument is not passing in VSTS. On Output Log we can see that it is passing this: -zipDir:"C:\a\1\b" but on the System.Exception (I'm calling) zipDir is "./" (Default value).

build.cake
var zipDir = Argument("zipDir","./");

build.ps1
.PARAMETER ZipDir
[string]$ZipDir = "./",
-zipDir="$ZipDir"

Sample of the code:
CakeContinuousIntegration

I will add some screenshots how I condigure VSTS for this:
buildsolution
cakezippackage

Output Log

2016-06-10T22:40:35.2224898Z Executing the powershell script: C:\LR\MMS\Services\Mms\TaskAgentProvisioner\Tools\agents\1.100.4\tasks\Cake\0.1.6\Cake.ps1
2016-06-10T22:40:35.3364887Z Restoring packages...
2016-06-10T22:40:35.6354871Z All packages listed in packages.config are already installed.
2016-06-10T22:40:35.6434872Z C:\a\1\s\tools\Cake\Cake.exe "C:\a\1\s\build.cake" -target="Zip-Package" -verbosity="Diagnostic" -zipDir:"C:\a\1\b"
2016-06-10T22:40:35.8894855Z Module directory does not exist.
2016-06-10T22:40:35.9504844Z Analyzing build script...
2016-06-10T22:40:35.9604844Z Analyzing C:/a/1/s/build.cake...
2016-06-10T22:40:35.9764860Z Processing build script...
2016-06-10T22:40:35.9784850Z Installing tools...
2016-06-10T22:40:35.9835069Z Package NUnit.ConsoleRunner has already been installed.
2016-06-10T22:40:35.9884849Z Creating script session...
2016-06-10T22:40:36.1414839Z Adding reference to mscorlib.dll...
2016-06-10T22:40:36.1424839Z Adding reference to System.dll...
2016-06-10T22:40:36.1424839Z Adding reference to System.Core.dll...
2016-06-10T22:40:36.1424839Z Adding reference to System.Data.dll...
2016-06-10T22:40:36.1434839Z Adding reference to System.Xml.dll...
2016-06-10T22:40:36.1434839Z Adding reference to System.Xml.Linq.dll...
2016-06-10T22:40:36.1444839Z Adding reference to Cake.Core.dll...
2016-06-10T22:40:36.1444839Z Adding reference to Cake.Common.dll...
2016-06-10T22:40:36.1444839Z Adding reference to Cake.exe...
2016-06-10T22:40:36.1454832Z Importing namespace Cake.Common...
2016-06-10T22:40:36.1454832Z Importing namespace Cake.Common.Build...
2016-06-10T22:40:36.1464838Z Importing namespace Cake.Common.Build.AppVeyor...
2016-06-10T22:40:36.1464838Z Importing namespace Cake.Common.Build.AppVeyor.Data...
2016-06-10T22:40:36.1464838Z Importing namespace Cake.Common.Build.Bitrise...
2016-06-10T22:40:36.1474848Z Importing namespace Cake.Common.Build.Bitrise.Data...
2016-06-10T22:40:36.1474848Z Importing namespace Cake.Common.Build.ContinuaCI...
2016-06-10T22:40:36.1484838Z Importing namespace Cake.Common.Build.ContinuaCI.Data...
2016-06-10T22:40:36.1484838Z Importing namespace Cake.Common.Build.Jenkins...
2016-06-10T22:40:36.1484838Z Importing namespace Cake.Common.Build.Jenkins.Data...
2016-06-10T22:40:36.1494853Z Importing namespace Cake.Common.Build.TravisCI...
2016-06-10T22:40:36.1494853Z Importing namespace Cake.Common.Build.TravisCI.Data...
2016-06-10T22:40:36.1504839Z Importing namespace Cake.Common.Diagnostics...
2016-06-10T22:40:36.1504839Z Importing namespace Cake.Common.IO...
2016-06-10T22:40:36.1504839Z Importing namespace Cake.Common.IO.Paths...
2016-06-10T22:40:36.1514830Z Importing namespace Cake.Common.Net...
2016-06-10T22:40:36.1544840Z Importing namespace Cake.Common.Security...
2016-06-10T22:40:36.1544840Z Importing namespace Cake.Common.Solution...
2016-06-10T22:40:36.1554836Z Importing namespace Cake.Common.Solution.Project...
2016-06-10T22:40:36.1554836Z Importing namespace Cake.Common.Solution.Project.Properties...
2016-06-10T22:40:36.1564840Z Importing namespace Cake.Common.Solution.Project.XmlDoc...
2016-06-10T22:40:36.1564840Z Importing namespace Cake.Common.Text...
2016-06-10T22:40:36.1564840Z Importing namespace Cake.Common.Tools...
2016-06-10T22:40:36.1574841Z Importing namespace Cake.Common.Tools.Cake...
2016-06-10T22:40:36.1574841Z Importing namespace Cake.Common.Tools.Chocolatey...
2016-06-10T22:40:36.1584834Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey...
2016-06-10T22:40:36.1584834Z Importing namespace Cake.Common.Tools.Chocolatey.Config...
2016-06-10T22:40:36.1594831Z Importing namespace Cake.Common.Tools.Chocolatey.Features...
2016-06-10T22:40:36.1634824Z Importing namespace Cake.Common.Tools.Chocolatey.Install...
2016-06-10T22:40:36.1644862Z Importing namespace Cake.Common.Tools.Chocolatey.Pack...
2016-06-10T22:40:36.1644862Z Importing namespace Cake.Common.Tools.Chocolatey.Pin...
2016-06-10T22:40:36.1654834Z Importing namespace Cake.Common.Tools.Chocolatey.Push...
2016-06-10T22:40:36.1654834Z Importing namespace Cake.Common.Tools.Chocolatey.Sources...
2016-06-10T22:40:36.1664835Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade...
2016-06-10T22:40:36.1664835Z Importing namespace Cake.Common.Tools.DNU...
2016-06-10T22:40:36.1664835Z Importing namespace Cake.Common.Tools.DNU.Build...
2016-06-10T22:40:36.1674826Z Importing namespace Cake.Common.Tools.DNU.Pack...
2016-06-10T22:40:36.1674826Z Importing namespace Cake.Common.Tools.DNU.Restore...
2016-06-10T22:40:36.1684837Z Importing namespace Cake.Common.Tools.DotCover...
2016-06-10T22:40:36.1684837Z Importing namespace Cake.Common.Tools.DotCover.Analyse...
2016-06-10T22:40:36.1684837Z Importing namespace Cake.Common.Tools.DotCover.Cover...
2016-06-10T22:40:36.1694839Z Importing namespace Cake.Common.Tools.DotNetCore...
2016-06-10T22:40:36.1694839Z Importing namespace Cake.Common.Tools.DotNetCore.Build...
2016-06-10T22:40:36.1704839Z Importing namespace Cake.Common.Tools.DotNetCore.Execute...
2016-06-10T22:40:36.1704839Z Importing namespace Cake.Common.Tools.DotNetCore.Pack...
2016-06-10T22:40:36.1714838Z Importing namespace Cake.Common.Tools.DotNetCore.Publish...
2016-06-10T22:40:36.1714838Z Importing namespace Cake.Common.Tools.DotNetCore.Restore...
2016-06-10T22:40:36.1724835Z Importing namespace Cake.Common.Tools.DotNetCore.Run...
2016-06-10T22:40:36.1724835Z Importing namespace Cake.Common.Tools.DotNetCore.Test...
2016-06-10T22:40:36.1724835Z Importing namespace Cake.Common.Tools.DupFinder...
2016-06-10T22:40:36.1734832Z Importing namespace Cake.Common.Tools.Fixie...
2016-06-10T22:40:36.1734832Z Importing namespace Cake.Common.Tools.GitLink...
2016-06-10T22:40:36.1744840Z Importing namespace Cake.Common.Tools.GitReleaseManager...
2016-06-10T22:40:36.1744840Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets...
2016-06-10T22:40:36.1744840Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close...
2016-06-10T22:40:36.1754841Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create...
2016-06-10T22:40:36.1754841Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export...
2016-06-10T22:40:36.1764832Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish...
2016-06-10T22:40:36.1764832Z Importing namespace Cake.Common.Tools.GitReleaseNotes...
2016-06-10T22:40:36.1764832Z Importing namespace Cake.Common.Tools.GitVersion...
2016-06-10T22:40:36.1774831Z Importing namespace Cake.Common.Tools.ILMerge...
2016-06-10T22:40:36.1774831Z Importing namespace Cake.Common.Tools.ILRepack...
2016-06-10T22:40:36.1784836Z Importing namespace Cake.Common.Tools.InspectCode...
2016-06-10T22:40:36.1784836Z Importing namespace Cake.Common.Tools.MSBuild...
2016-06-10T22:40:36.1784836Z Importing namespace Cake.Common.Tools.MSTest...
2016-06-10T22:40:36.1794841Z Importing namespace Cake.Common.Tools.NSIS...
2016-06-10T22:40:36.1794841Z Importing namespace Cake.Common.Tools.NuGet...
2016-06-10T22:40:36.1804837Z Importing namespace Cake.Common.Tools.NuGet.Install...
2016-06-10T22:40:36.1804837Z Importing namespace Cake.Common.Tools.NuGet.Pack...
2016-06-10T22:40:36.1814836Z Importing namespace Cake.Common.Tools.NuGet.Push...
2016-06-10T22:40:36.1814836Z Importing namespace Cake.Common.Tools.NuGet.Restore...
2016-06-10T22:40:36.1814836Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey...
2016-06-10T22:40:36.1824827Z Importing namespace Cake.Common.Tools.NuGet.SetProxy...
2016-06-10T22:40:36.1824827Z Importing namespace Cake.Common.Tools.NuGet.Sources...
2016-06-10T22:40:36.1834837Z Importing namespace Cake.Common.Tools.NuGet.Update...
2016-06-10T22:40:36.1834837Z Importing namespace Cake.Common.Tools.NUnit...
2016-06-10T22:40:36.1834837Z Importing namespace Cake.Common.Tools.OctopusDeploy...
2016-06-10T22:40:36.1844840Z Importing namespace Cake.Common.Tools.OpenCover...
2016-06-10T22:40:36.1844840Z Importing namespace Cake.Common.Tools.ReportGenerator...
2016-06-10T22:40:36.1864836Z Importing namespace Cake.Common.Tools.ReportUnit...
2016-06-10T22:40:36.1874835Z Importing namespace Cake.Common.Tools.Roundhouse...
2016-06-10T22:40:36.1874835Z Importing namespace Cake.Common.Tools.SignTool...
2016-06-10T22:40:36.1874835Z Importing namespace Cake.Common.Tools.SpecFlow...
2016-06-10T22:40:36.1884839Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport...
2016-06-10T22:40:36.1884839Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport...
2016-06-10T22:40:36.1894831Z Importing namespace Cake.Common.Tools.TextTransform...
2016-06-10T22:40:36.1894831Z Importing namespace Cake.Common.Tools.VSTest...
2016-06-10T22:40:36.1904828Z Importing namespace Cake.Common.Tools.WiX...
2016-06-10T22:40:36.1904828Z Importing namespace Cake.Common.Tools.XBuild...
2016-06-10T22:40:36.1924862Z Importing namespace Cake.Common.Tools.XUnit...
2016-06-10T22:40:36.1934850Z Importing namespace Cake.Common.Xml...
2016-06-10T22:40:36.1934850Z Importing namespace Cake.Core...
2016-06-10T22:40:36.1934850Z Importing namespace Cake.Core.Diagnostics...
2016-06-10T22:40:36.1944841Z Importing namespace Cake.Core.IO...
2016-06-10T22:40:36.1944841Z Importing namespace Cake.Core.Scripting...
2016-06-10T22:40:36.1954835Z Importing namespace System...
2016-06-10T22:40:36.1954835Z Importing namespace System.Collections.Generic...
2016-06-10T22:40:36.1964833Z Importing namespace System.IO...
2016-06-10T22:40:36.1964833Z Importing namespace System.Linq...
2016-06-10T22:40:36.1964833Z Importing namespace System.Text...
2016-06-10T22:40:36.1974828Z Importing namespace System.Threading.Tasks...
2016-06-10T22:40:36.1974828Z Compiling build script...
2016-06-10T22:40:39.5864621Z ========================================
2016-06-10T22:40:39.5864621Z Zip-Package
2016-06-10T22:40:39.5874620Z ========================================
2016-06-10T22:40:39.5874620Z Executing task: Zip-Package
2016-06-10T22:40:39.5974627Z ##[error]An error occured when executing task 'Zip-Package'.
2016-06-10T22:40:39.6014592Z ##[error]Error: System.Exception: AppPackages not exists in the current context --> ./
2016-06-10T22:40:39.6024618Z ##[error] at Submission#0.<.ctor>b__12()
2016-06-10T22:40:39.6034607Z ##[error] at Cake.Core.ActionTask.Execute(ICakeContext context)
2016-06-10T22:40:39.6044619Z ##[error] at Cake.Core.DefaultExecutionStrategy.Execute(CakeTask task, ICakeContext context)
2016-06-10T22:40:39.6054610Z ##[error] at Cake.Core.CakeEngine.ExecuteTask(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report)
2016-06-10T22:40:39.6104598Z ##[error] at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, String target)
2016-06-10T22:40:39.6104598Z ##[error] at Cake.Scripting.BuildScriptHost.RunTarget(String target)
2016-06-10T22:40:39.6114618Z ##[error] at Submission#0..ctor(Session session, Object& submissionResult)
2016-06-10T22:40:39.6124615Z ##[error] at Submission#0.(Session session)
2016-06-10T22:40:39.6124615Z ##[error] at Roslyn.Scripting.CommonScriptEngine.Execute[T](String code, String path, DiagnosticBag diagnostics, Session session, Boolean isInteractive)
2016-06-10T22:40:39.6134615Z ##[error] at Roslyn.Scripting.Session.Execute(String code)
2016-06-10T22:40:39.6134615Z ##[error] at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath, IDictionary`2 arguments)
2016-06-10T22:40:39.6144621Z ##[error] at Cake.Commands.BuildCommand.Execute(CakeOptions options)
2016-06-10T22:40:39.6144621Z ##[error] at Cake.CakeApplication.Run(CakeOptions options)
2016-06-10T22:40:39.6154619Z ##[error] at Cake.Program.Main()
2016-06-10T22:40:39.6334619Z ##[error]Unexpected exit code 1 returned from tool Cake.exe

Restore modules for parity with bootstrapper

The Cake extension 0.3.0 does not restore modules. It should handle restoring tools\Modules\packages.config just like it already does with tools\packages.config.

https://github.com/agc93/Cake.BuildSystems.Module/blob/master/README.md#using-the-latest-bootstrapper recommends using the convention of tools\Modules\packages.config, just like we've always done with tools\packages.config.

The workaround is to not use the Cake VSO extension and instead run build.ps1 in a PowerShell task with the working directory set to the directory containing build.ps1.

(Similar to #19)

Build script started to fail on installing #addins

What You Are Seeing?

On our build server everything worked fine until recently, when I started to get the following error:

2017-02-28T21:13:18.0881311Z Analyzing build script...
2017-02-28T21:13:18.0891312Z Processing build script...
2017-02-28T21:13:18.0891312Z Installing addins...
2017-02-28T21:13:20.6342764Z ##[error]'NETStandard.Library' already has a dependency defined for 'Microsoft.NETCore.Platforms'.
2017-02-28T21:13:20.6402768Z NuGet exited with 1
2017-02-28T21:13:20.6422772Z Could not find any assemblies compatible with .NETFramework,Version=v4.5.
2017-02-28T21:13:20.6442777Z ##[error]Error: Failed to install addin 'Cake.XdtTransform'.
2017-02-28T21:13:20.6562770Z ##[error]Unexpected exit code 1 returned from tool Cake.exe
2017-02-28T21:13:20.6752781Z Finishing task: Cake
2017-02-28T21:13:20.6852792Z ##[error]Task Cake failed. This caused the job to fail. Look at the logs for the task for more details.

What version of Cake are you using?

VSTFS Plugin Cake 0.2.4
Cake 0.17.0

Are you running on a 32 or 64 bit system?

64bit

What environment are you running on? Hosted? Custom?

Windows Server 2012 TFS Build Client

How Did You Get This To Happen? (Steps to Reproduce)

When I run the script from TFS, the install of addin fails. Then I remote to the machine and try to run in from command line and I get same errors. I then delete the tools folder and run it again and it works.

So here's what I did. I downloaded a latest version of the Cake.ps1 and overwrote the one here C:\agent\tasks\Cake\0.2.4 and that fixed it.

Fix GitHub Release Publishing

[00:00:34] ========================================
[00:00:34] Publish-GitHub-Release
[00:00:34] ========================================
[00:00:34] Executing task: Publish-GitHub-Release
[00:00:34] An error occured when executing task '
[00:00:34] Publish-GitHub-Release
[00:00:34] '.

Break the output of a single cake build step into multiple build output sections

When you convert TFS build steps to Cake, you end up removing individual steps in TFS and replacing them with a single Cake step.

The single build step is nice but I don't want to give up the ability to see timings and sections of the build output for restoring nuget packages, for msbuild, for testing, and any other Cake targets.

0.4.0 Breaks when using Using Build Agent nuget.exe

What You Are Seeing?

When using 0.4.0 and useBuildAgentNuGetExe: true

We receive the error The term 'Get-ToolPath' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

What is Expected?

What version of Cake are you using?

0.4.0

Are you running on a 32 or 64 bit system?

x64

What environment are you running on? Hosted? Custom?

OnPrem Custom

How Did You Get This To Happen? (Steps to Reproduce)

Output Log

2020-02-27T12:33:43.8882749Z ##[section]Starting: Use NuGet >=4.9.4
2020-02-27T12:33:43.9117705Z ==============================================================================
2020-02-27T12:33:43.9118495Z Task         : NuGet tool installer
2020-02-27T12:33:43.9119680Z Description  : Acquires a specific version of NuGet from the internet or the tools cache and adds it to the PATH. Use this task to change the version of NuGet used in the NuGet tasks.
2020-02-27T12:33:43.9120767Z Version      : 0.164.0
2020-02-27T12:33:43.9121342Z Author       : Microsoft Corporation
2020-02-27T12:33:43.9122235Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/package/prev-versions/nuget-installer-0
2020-02-27T12:33:43.9123259Z ==============================================================================
2020-02-27T12:33:44.5777110Z You are using a query match on the version string. Behavior changes or breaking changes might occur as NuGet updates to a new version.
2020-02-27T12:33:44.7103202Z Found tool in cache: NuGet 5.4.0 x64
2020-02-27T12:33:44.7104212Z Using version: 5.4.0
2020-02-27T12:33:44.7107699Z Found tool in cache: NuGet 5.4.0 x64
2020-02-27T12:33:44.7108460Z Using tool path: D:\Agent.1\_tool\NuGet\5.4.0\x64
2020-02-27T12:33:44.7116183Z Prepending PATH environment variable with directory: D:\Agent.1\_tool\NuGet\5.4.0\x64
2020-02-27T12:33:44.7299268Z ##[section]Finishing: Use NuGet >=4.9.4
2020-02-27T12:33:44.7364773Z ##[section]Starting: NuGet restore
2020-02-27T12:33:44.7596974Z ==============================================================================
2020-02-27T12:33:44.7597735Z Task         : NuGet
2020-02-27T12:33:44.7599149Z Description  : Restore, pack, or push NuGet packages, or run a NuGet command. Supports NuGet.org and authenticated feeds like Azure Artifacts and MyGet. Uses NuGet.exe and works with .NET Framework apps. For .NET Core and .NET Standard apps, use the .NET Core task.
2020-02-27T12:33:44.7600612Z Version      : 2.164.0
2020-02-27T12:33:44.7601168Z Author       : Microsoft Corporation
2020-02-27T12:33:44.7601992Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget
2020-02-27T12:33:44.7602899Z ==============================================================================
2020-02-27T12:33:45.9161733Z SYSTEMVSSCONNECTION exists true
2020-02-27T12:33:46.0437189Z SYSTEMVSSCONNECTION exists true
2020-02-27T12:33:46.9015968Z [command]C:\Windows\system32\chcp.com 65001
2020-02-27T12:33:46.9227873Z Active code page: 65001
2020-02-27T12:33:46.9946003Z Detected NuGet version 5.4.0.6315 / 5.4.0+d790b66be476cd901a56bd46ada037162097ee21.d790b66be476cd901a56bd46ada037162097ee21
2020-02-27T12:33:46.9977524Z SYSTEMVSSCONNECTION exists true
2020-02-27T12:33:47.0120461Z [command]D:\Agent.1\_tool\NuGet\5.4.0\x64\nuget.exe restore D:\Agent.1\491\s\apps\Services\Api\SalesPad.Spo.Api.Server.All.sln -Verbosity Quiet -NonInteractive -ConfigFile D:\Agent.1\491\s\NuGet.Config
2020-02-27T12:34:02.2712181Z ##[section]Finishing: NuGet restore
2020-02-27T12:34:02.2779718Z ##[section]Starting: Build
2020-02-27T12:34:02.3009065Z ==============================================================================
2020-02-27T12:34:02.3009816Z Task         : Cake
2020-02-27T12:34:02.3010318Z Description  : Build with Cake
2020-02-27T12:34:02.3010835Z Version      : 0.4.0
2020-02-27T12:34:02.3011342Z Author       : Patrik Svensson
2020-02-27T12:34:02.3012118Z Help         : [More Information about Cake](https://cakebuild.net)
2020-02-27T12:34:02.3012986Z ==============================================================================
2020-02-27T12:34:03.3399970Z Using Build Agent nuget.exe
2020-02-27T12:34:03.6910910Z ##[error]The term 'Get-ToolPath' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Azure DevOps pipelines fail with 'Get-ToolPath is not recognized' when using the Cake task in version 0.4.0

What You Are Seeing?

As of today all Azure DevOps pipelines using the Cake task (version 0.4.0) are failing with the following message:

2020-02-27T10:37:37.0107206Z ##[section]Starting: Run Build Script
2020-02-27T10:37:37.0216971Z ==============================================================================
2020-02-27T10:37:37.0217323Z Task : Cake
2020-02-27T10:37:37.0217568Z Description : Build with Cake
2020-02-27T10:37:37.0217812Z Version : 0.4.0
2020-02-27T10:37:37.0218051Z Author : Patrik Svensson
2020-02-27T10:37:37.0218414Z Help : More Information about Cake
2020-02-27T10:37:37.0218822Z ==============================================================================
2020-02-27T10:37:40.6134753Z Using Build Agent nuget.exe
2020-02-27T10:37:41.0992771Z ##[error]The term 'Get-ToolPath' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
2020-02-27T10:37:41.1197281Z ##[section]Finishing: Run Build Script

What is Expected?

The task succeeds without issues like in the previous version 0.3.0.

What version of Cake are you using?

Azure Devops cake task version: 0.4.0
Cake version: 0.34.1 (pinned via packages.config)

Are you running on a 32 or 64 bit system?

64 bit

What environment are you running on? Windows? Linux? Mac?

Windows Server 2019, Azure DevOps hosted agent

Are you running on a CI Server? If so, which one?

Azure DevOps

How Did You Get This To Happen? (Steps to Reproduce)

The Azure DevOps task updated "silently" and the builds started to fail.

Output Log

2020-02-27T10:37:37.0107206Z ##[section]Starting: Run Build Script
2020-02-27T10:37:37.0216971Z ==============================================================================
2020-02-27T10:37:37.0217323Z Task         : Cake
2020-02-27T10:37:37.0217568Z Description  : Build with Cake
2020-02-27T10:37:37.0217812Z Version      : 0.4.0
2020-02-27T10:37:37.0218051Z Author       : Patrik Svensson
2020-02-27T10:37:37.0218414Z Help         : [More Information about Cake](https://cakebuild.net)
2020-02-27T10:37:37.0218822Z ==============================================================================
2020-02-27T10:37:40.6134753Z Using Build Agent nuget.exe
2020-02-27T10:37:41.0992771Z ##[error]The term 'Get-ToolPath' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
2020-02-27T10:37:41.1197281Z ##[section]Finishing: Run Build Script

Support for "Queue with Diagnostics"

In Azure DevOps, you can queue a build or "Queue with diagnostics", which sets a variable "system.debug" to "true". It would be nice if we could define 2 different verbosity levels, one for default and one for when when "with diagnostics" is used. Right now, with YAML based builds, to do an elevated logging level, I have to check in a YAML change.

Cake.ps1 doesn't download the latest nuget

Cake.ps1 is downloading nuget.exe using the address https://nuget.org/nuget.exe, which returns an old version (2.8.60717.93).

The build.ps1 script that it is added using the Visual Studio Extension bootstraps downloading from https://dist.nuget.org/win-x86-commandline/latest/nuget.exe, which returns the latest version.

Shouldn't Cake.ps1 download the latest version, unless differently configured (see this issue)?

Add support to override build agent NuGet version

Had the issue on VSTS when i tried to use this extension that a nuget package required a higher nuget client version. Using the powershell integration and running build.ps1 downloaded the latest nuget and the build was successful.

As mentioned on the gitter chat overriding this behavior might be a good solution.

Team Services extension for cake cant find nuget.exe

@robgha01 commented on Mon Jun 20 2016

Hi

i get this in a team service build i just created for the first time with "https://marketplace.visualstudio.com/items?itemName=cake-build.cake"

but it throws this error


Starting task: Cake

Executing the powershell script: C:\LR\MMS\Services\Mms\TaskAgentProvisioner\Tools\agents\1.101.1\tasks\Cake\0.1.6\Cake.ps1
Creating tools directory...
Installing Cake...
Installing 'Cake 0.13.0'.
Successfully installed 'Cake 0.13.0'.
C:\a\1\s\tools\Cake\Cake.exe "C:\a\1\s\Build\build.module.cake" -target="Build-Nuget" -verbosity="Diagnostic" -targetOutput="C:\a\1\a"
Module directory does not exist.
Analyzing build script...
Analyzing C:/a/1/s/Build/build.module.cake...
Processing build script...
Installing tools...
Creating directory C:/a/1/s/Build/tools
Installing NuGet package NUnit.ConsoleRunner...
Error: Cake.Core.CakeException: Could not locate nuget.exe.
at Cake.Core.IO.NuGet.NuGetToolResolver.ResolvePath()
at Cake.NuGet.NuGetPackageInstaller.GetNuGetPath()
at Cake.NuGet.NuGetPackageInstaller.Install(PackageReference package, PackageType type, DirectoryPath path)
at Cake.Core.Scripting.ScriptProcessor.InstallTools(ScriptAnalyzerResult analyzerResult, DirectoryPath installPath)
at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath, IDictionary`2 arguments)
at Cake.Commands.BuildCommand.Execute(CakeOptions options)
at Cake.CakeApplication.Run(CakeOptions options)
at Cake.Program.Main()
System.Exception: Unexpected exit code 1 returned from tool Cake.exe
at Microsoft.TeamFoundation.DistributedTask.Task.Internal.PowerShell.InvokeToolCmdlet.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()

Finishing task: Cake


@robgha01 commented on Tue Jun 21 2016

Ok, i found way it dide not work with the cake extension for team services... its not installing nuget if its not found in the tools folder but it do download and install cake.exe this must be a bugg... i managed to patch it with the following powershell that i run before the extension New-Item -ItemType Directory -Force -Path "./Build/tools/"; Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile "./Build/tools/nuget.exe"

Test Results upload to TFS

Anyone interested in having cake-vso have an option to upload test results and coverage into TFS without having to use another build step? I'm looking at developing a basic version of this for our internal process and was wondering if it would be helpful for others.

Visual Studio Online - Cake Task failure not failing build

@Volak commented on Mon May 29 2017

What You Are Seeing?

I'm using cake and in the process of moving to VSTS for builds - and it seems the cake task from the market place: https://marketplace.visualstudio.com/items?itemName=cake-build.cake
Is not passing errors to the build? Even when cake throws a build exception the build succeeds - as noted in the following shots

sshot-94

sshot-95

What is Expected?

When cake throws an exception the build should fail


@devlead commented on Mon May 29 2017

Looks like you're missing MS build web targets Sdk on build agent.

Either it needs to be installed or use something like this nuget package
https://www.nuget.org/packages/MSBuild.Microsoft.VisualStudio.Web.targets/14.0.0.3


@Volak commented on Mon May 29 2017

Thank you for the tip - you are right about the error I'm getting during the build.

But that's just for example - the problem is VSTS thinks the build succeeded even though cake failed 😞

Old nuget.exe version

In my VSTS build I've encountered a build error:

Executing: "D:/a/1/s/tools/nuget.exe" install "xunit.runner.console" -OutputDirectory "D:/a/1/s/tools" -Source "https://packages.nuget.org/api/v2" -ExcludeVersion -NonInteractive -NoCache
##[error]The 'xunit.runner.console 2.2.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60717.93'.

So nuget.exe is version. And it is provided by the plugin, not VSTS server - see the path - it is taking ../tools/nuget.exe. And looking on the plugin source, this line is probably the cause. It downloads nuget.exe from https://nuget.org/nuget.exe and examining that file it is of version 2.8.6.

I'm unsure if this is what nuget.org/nuget.exe had all the time, but this URL seems to be inconsistent with default build.ps1, where nuget.exe is downloaded from https://dist.nuget.org/win-x86-commandline/latest/nuget.exe

I'd quickly jump to do a PR to update the url, but there is already an issue for #4 that talks about a broader picture. So what should we do?

Update to latest GitReleaseManager

To allow usage of some of the newest features, including posting to closed issues on milestone, and adding SHA's to artifact on GitHub.

build.cake fails with tool installation using vso extension, works using bootstrapper

What You Are Seeing?

An error when installing a tool when running build.cake via VSTS extension. Error: Cake.Core.CakeException: Failed to install tool 'GitVersion.CommandLine'.

What is Expected?

build.cake to execute the same if executed using the build.ps1 bootstrapper. Using build.ps1 on the build agent executes as expected.

What version of Cake are you using?

<packages>
    <package id="Cake" version="0.14.0" />
</packages>

Using 0.1.7 that was updated ‎25‎/‎06‎/‎2016‎ ‎3‎:‎43‎:‎49‎ ‎AM

Are you running on a 32 or 64 bit system?

Using a hosted agent on VSTS which is Windows Server 2012 R2, 64-bit environment, with Windows PowerShell

What environment are you running on? Hosted? Custom?

Hosted.

How Did You Get This To Happen? (Steps to Reproduce)

https://gist.github.com/dennisroche/084eff333760f2bf473f7dff6746997d

The above gist has the build.cake and the contents of the tools\**. I've using a nuget.config file to workaround the issue #5.

Remember, this works it using the build.ps1 bootstrapper.

Output Log

******************************************************************************
Starting task: Build using Cake
******************************************************************************

Executing the powershell script: C:\LR\MMS\Services\Mms\TaskAgentProvisioner\Tools\agents\1.102.0\tasks\Cake\0.1.7\Cake.ps1
Restoring packages...
Installing 'Cake 0.14.0'.
Successfully installed 'Cake 0.14.0'.
C:\a\1\s\tools\Cake\Cake.exe "C:\a\1\s\build.cake" -target="Default" -verbosity="Diagnostic" --paths_tools="C:\a\1\s\tools" -configuration="Release" -output="C:\a\1\a"
Module directory does not exist.
Analyzing build script...
Analyzing C:/a/1/s/build.cake...
Processing build script...
Installing tools...
Installing NuGet package GitVersion.CommandLine...
Executing: "C:/a/1/s/tools/nuget.exe" install "GitVersion.CommandLine" -OutputDirectory "C:/a/1/s/tools" -ExcludeVersion -NonInteractive -NoCache

Unable to find package 'GitVersion.CommandLine'.
NuGet exited with 1
Output:

Error: Cake.Core.CakeException: Failed to install tool 'GitVersion.CommandLine'.
    at Cake.Core.Scripting.ScriptProcessor.InstallTools(ScriptAnalyzerResult analyzerResult, DirectoryPath installPath)
    at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath, IDictionary`2 arguments)
    at Cake.Commands.BuildCommand.Execute(CakeOptions options)
    at Cake.CakeApplication.Run(CakeOptions options)
    at Cake.Program.Main()
    System.Exception: Unexpected exit code 1 returned from tool Cake.exe
    at Microsoft.TeamFoundation.DistributedTask.Task.Internal.PowerShell.InvokeToolCmdlet.ProcessRecord()
    at System.Management.Automation.CommandProcessor.ProcessRecord()

******************************************************************************
Finishing task: Cake
******************************************************************************

Get project to build on Mac

This is my main development machine, and therefore I need to be able to test the build here, otherwise it is going to be difficult to support going forward.

Download nuget tool

Currently the task doesn't fetch nuget.exe, it should as most script depend on that.

Errors when using Cake Step from the Release Management

What You Are Seeing?

The step execution is failing during the Cake.ps1 tools resolution

What is Expected?

To download all the requirement and run, just like when used for the Builds.

What version of Cake are you using?

v0.3.0

Are you running on a 32 or 64 bit system?

64 bits

What environment are you running on? Hosted? Custom?

Hosted

How Did You Get This To Happen? (Steps to Reproduce)

  • Create a Release definition
  • Link the Release to an existing Artifact (my artifact has spaces in it, and I can smell that this is directly related to the issue, something is not properly quoted)
  • Add a Cake step to execute a .cake script inside the spaced artifact name:
    $(System.DefaultWorkingDirectory)/Artifact - Spaced/LPAMSWeb/scripts/deploy.cake
  • Deploy

Output Log

2017-05-24T15:23:33.6736279Z Installing Cake...
2017-05-24T15:23:33.6906296Z ##[error]The term 'C:\tfs-agent_work\bc7a36e29\Artifact' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
2017-05-24T15:23:33.6986304Z ##[error]Could not find Cake.exe at C:\tfs-agent_work\bc7a36e29\Artifact - Spaced\LPAMSWeb\scripts\tools\Cake\Cake.exe
2017-05-24T15:23:33.7196325Z Finishing task: Cake
2017-05-24T15:23:33.7206326Z ##[error]Task Cake failed. This caused the job to fail. Look at the logs for the task for more details.

UpdateBuildNumber not executed when using Azure Devops - Cake task

What You Are Seeing?

Once the cake job is completed over azure pipelines, it does not update the pipeline's build number

What is Expected?

It should be actually updating the build number. I've tracked this down to;

  • If i leave the azure devops .net desktop tasks in the pipeline - even by disabling them, cake vso will update the build number;
2018-12-16T00:32:25.5740226Z ##[section]Async Command Start: Update Build Number
2018-12-16T00:32:25.6736076Z Update build number to 0.2.0-alpha.65 for build 62
2018-12-16T00:32:25.6736178Z ##[section]Async Command End: Update Build Number

In this case my pipeline config

image

  • If i remove those other .net desktop tasks from the build, cake-vso will not run the last step and eventually update the build number. (Async Command Start: Update Build Number section is not executed at all)

In this case my pipeline config is;

image

What version of Cake are you using?

cake: 0.31.0
cake vso: 0.3.0

Are you running on a 32 or 64 bit system?

64

What environment are you running on? Hosted? Custom?

Azure Pipelines

How Did You Get This To Happen? (Steps to Reproduce)

  • Create a .net desktop pipeline in azure devops.
  • Add cake task.
  • Remove the other tasks coming from .net desktop pipeline sample.

Output Log

2018-12-16T01:08:18.1207851Z ##[section]Starting: Cake 
2018-12-16T01:08:18.1211624Z ==============================================================================
2018-12-16T01:08:18.1211722Z Task         : Cake
2018-12-16T01:08:18.1211773Z Description  : Build with Cake
2018-12-16T01:08:18.1211836Z Version      : 0.3.0
2018-12-16T01:08:18.1211885Z Author       : Patrik Svensson
2018-12-16T01:08:18.1211937Z Help         : [More Information about Cake](http://cakebuild.net)
2018-12-16T01:08:18.1212013Z ==============================================================================
2018-12-16T01:08:18.1384876Z Preparing task execution handler.
2018-12-16T01:08:42.1510830Z Executing the powershell script: D:\a\_tasks\Cake_b88ea9a0-7d6e-11e5-b5de-d57d652482f7\0.3.0\Cake.ps1
2018-12-16T01:08:42.9130083Z Restoring packages...
2018-12-16T01:08:42.9130658Z 
2018-12-16T01:08:42.9131934Z 
2018-12-16T01:08:46.2081615Z Feeds used:
2018-12-16T01:08:46.2081826Z   https://api.nuget.org/v3/index.json
2018-12-16T01:08:46.2081897Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2018-12-16T01:08:46.2082009Z 
2018-12-16T01:08:46.2486034Z Restoring NuGet package Cake.0.31.0.
2018-12-16T01:08:46.9912097Z   GET https://api.nuget.org/v3-flatcontainer/cake/0.31.0/cake.0.31.0.nupkg
2018-12-16T01:08:47.1026747Z   OK https://api.nuget.org/v3-flatcontainer/cake/0.31.0/cake.0.31.0.nupkg 111ms
2018-12-16T01:08:47.1297995Z Installing Cake 0.31.0.
2018-12-16T01:08:49.1855522Z Adding package 'Cake.0.31.0' to folder 'D:\a\1\s\build\tools'
2018-12-16T01:08:49.8440372Z Added package 'Cake.0.31.0' to folder 'D:\a\1\s\build\tools'
2018-12-16T01:08:49.8880166Z Executing build script...
2018-12-16T01:08:49.8880699Z 
2018-12-16T01:08:49.8880877Z 
2018-12-16T01:08:49.9583423Z D:\a\1\s\build\tools\Cake\Cake.exe "D:\a\1\s\build\build.cake" -target="Default" -verbosity="Diagnostic" --paths_tools="D:\a\1\s\build\tools" 
2018-12-16T01:08:50.1969867Z Module directory does not exist.
2018-12-16T01:08:50.3344019Z NuGet.config not found.
2018-12-16T01:08:50.4300248Z Analyzing build script...
2018-12-16T01:08:50.4373643Z Analyzing D:/a/1/s/build/build.cake...
2018-12-16T01:08:50.6839338Z Processing build script...
2018-12-16T01:08:50.6858090Z Installing tools...
2018-12-16T01:08:50.8409589Z Missing C:\Users\VssAdministrator\.nuget\packages\gitversion.commandline\4.0.0\gitversion.commandline.4.0.0.nupkg
2018-12-16T01:08:51.1865631Z   GET https://api.nuget.org/v3/registration3-gz-semver2/gitversion.commandline/index.json
2018-12-16T01:08:51.4291750Z   OK https://api.nuget.org/v3/registration3-gz-semver2/gitversion.commandline/index.json 244ms
2018-12-16T01:08:51.5323289Z Retrieving package 'GitVersion.CommandLine 4.0.0' from 'nuget.org'.
2018-12-16T01:08:51.8645280Z   GET https://api.nuget.org/v3-flatcontainer/gitversion.commandline/4.0.0/gitversion.commandline.4.0.0.nupkg
2018-12-16T01:08:51.9758889Z   OK https://api.nuget.org/v3-flatcontainer/gitversion.commandline/4.0.0/gitversion.commandline.4.0.0.nupkg 111ms
2018-12-16T01:08:51.9914643Z Acquiring lock for the installation of GitVersion.CommandLine 4.0.0
2018-12-16T01:08:52.0059406Z Acquired lock for the installation of GitVersion.CommandLine 4.0.0
2018-12-16T01:08:52.0067966Z Installing GitVersion.CommandLine 4.0.0.
2018-12-16T01:08:53.0443554Z Completed installation of GitVersion.CommandLine 4.0.0
2018-12-16T01:08:53.0729396Z Adding package 'GitVersion.CommandLine.4.0.0' to folder 'D:\a\1\s\build\tools'
2018-12-16T01:08:53.1508466Z Added package 'GitVersion.CommandLine.4.0.0' to folder 'D:\a\1\s\build\tools'
2018-12-16T01:08:53.1509201Z Added package 'GitVersion.CommandLine.4.0.0' to folder 'D:\a\1\s\build\tools' from source 'https://api.nuget.org/v3/index.json'
2018-12-16T01:08:53.1536318Z Successfully installed 'GitVersion.CommandLine 4.0.0' to D:/a/1/s/build/tools
2018-12-16T01:08:53.1578588Z Executing nuget actions took 1.64 sec
2018-12-16T01:08:53.2084795Z Installing addins...
2018-12-16T01:08:53.2098683Z Missing C:\Users\VssAdministrator\.nuget\packages\cake.aws.s3\0.6.6\cake.aws.s3.0.6.6.nupkg
2018-12-16T01:08:53.2113383Z   GET https://api.nuget.org/v3/registration3-gz-semver2/cake.aws.s3/index.json
2018-12-16T01:08:53.6692023Z   OK https://api.nuget.org/v3/registration3-gz-semver2/cake.aws.s3/index.json 457ms
2018-12-16T01:08:53.6746676Z Retrieving package 'Cake.AWS.S3 0.6.6' from 'nuget.org'.
2018-12-16T01:08:53.6754544Z   GET https://api.nuget.org/v3-flatcontainer/cake.aws.s3/0.6.6/cake.aws.s3.0.6.6.nupkg
2018-12-16T01:08:53.8263734Z   OK https://api.nuget.org/v3-flatcontainer/cake.aws.s3/0.6.6/cake.aws.s3.0.6.6.nupkg 150ms
2018-12-16T01:08:53.8263930Z Acquiring lock for the installation of Cake.AWS.S3 0.6.6
2018-12-16T01:08:53.8268443Z Acquired lock for the installation of Cake.AWS.S3 0.6.6
2018-12-16T01:08:53.8268535Z Installing Cake.AWS.S3 0.6.6.
2018-12-16T01:08:54.0054582Z Completed installation of Cake.AWS.S3 0.6.6
2018-12-16T01:08:54.0067176Z Adding package 'Cake.AWS.S3.0.6.6' to folder 'D:\a\1\s\build\tools\Addins'
2018-12-16T01:08:54.0194014Z Added package 'Cake.AWS.S3.0.6.6' to folder 'D:\a\1\s\build\tools\Addins'
2018-12-16T01:08:54.0194248Z Added package 'Cake.AWS.S3.0.6.6' to folder 'D:\a\1\s\build\tools\Addins' from source 'https://api.nuget.org/v3/index.json'
2018-12-16T01:08:54.0195697Z Successfully installed 'Cake.AWS.S3 0.6.6' to D:/a/1/s/build/tools/Addins
2018-12-16T01:08:54.0196468Z Executing nuget actions took 345.39 ms
2018-12-16T01:08:54.0751805Z The addin Cake.AWS.S3 will reference AWSSDK.Core.dll.
2018-12-16T01:08:54.0752047Z The addin Cake.AWS.S3 will reference AWSSDK.S3.dll.
2018-12-16T01:08:54.0752120Z The addin Cake.AWS.S3 will reference Cake.AWS.S3.dll.
2018-12-16T01:08:54.0752393Z The addin Cake.AWS.S3 will reference MimeTypesMap.dll.
2018-12-16T01:08:54.0762107Z Missing C:\Users\VssAdministrator\.nuget\packages\cake.git\0.19.0\cake.git.0.19.0.nupkg
2018-12-16T01:08:54.0781372Z   GET https://api.nuget.org/v3/registration3-gz-semver2/cake.git/index.json
2018-12-16T01:08:54.5119179Z   OK https://api.nuget.org/v3/registration3-gz-semver2/cake.git/index.json 433ms
2018-12-16T01:08:54.5145737Z Retrieving package 'Cake.Git 0.19.0' from 'nuget.org'.
2018-12-16T01:08:54.5152941Z   GET https://api.nuget.org/v3-flatcontainer/cake.git/0.19.0/cake.git.0.19.0.nupkg
2018-12-16T01:08:54.9631771Z   OK https://api.nuget.org/v3-flatcontainer/cake.git/0.19.0/cake.git.0.19.0.nupkg 447ms
2018-12-16T01:08:54.9631988Z Acquiring lock for the installation of Cake.Git 0.19.0
2018-12-16T01:08:54.9636066Z Acquired lock for the installation of Cake.Git 0.19.0
2018-12-16T01:08:54.9636173Z Installing Cake.Git 0.19.0.
2018-12-16T01:08:55.9620862Z Completed installation of Cake.Git 0.19.0
2018-12-16T01:08:55.9630647Z Adding package 'Cake.Git.0.19.0' to folder 'D:\a\1\s\build\tools\Addins'
2018-12-16T01:08:56.0126669Z Added package 'Cake.Git.0.19.0' to folder 'D:\a\1\s\build\tools\Addins'
2018-12-16T01:08:56.0126962Z Added package 'Cake.Git.0.19.0' to folder 'D:\a\1\s\build\tools\Addins' from source 'https://api.nuget.org/v3/index.json'
2018-12-16T01:08:56.0133247Z Successfully installed 'Cake.Git 0.19.0' to D:/a/1/s/build/tools/Addins
2018-12-16T01:08:56.0133430Z Executing nuget actions took 1.5 sec
2018-12-16T01:08:56.0202844Z The addin Cake.Git will reference Cake.Git.dll.
2018-12-16T01:08:56.0203356Z The addin Cake.Git will reference LibGit2Sharp.dll.
2018-12-16T01:08:56.0803299Z Verifying assembly 'AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604'.
2018-12-16T01:08:56.0841657Z Verifying assembly 'AWSSDK.S3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604'.
2018-12-16T01:08:56.0858106Z Verifying assembly 'Cake.AWS.S3, Version=0.6.6.0, Culture=neutral, PublicKeyToken=null'.
2018-12-16T01:08:56.0880774Z Verifying assembly 'MimeTypesMap, Version=1.0.2.0, Culture=neutral, PublicKeyToken=1b320cc08ad5aa89'.
2018-12-16T01:08:56.0900680Z Verifying assembly 'Cake.Git, Version=0.19.0.0, Culture=neutral, PublicKeyToken=null'.
2018-12-16T01:08:56.0930159Z Verifying assembly 'LibGit2Sharp, Version=0.25.0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333'.
2018-12-16T01:08:59.9907710Z Adding assembly reference to mscorlib.dll...
2018-12-16T01:08:59.9908606Z Adding assembly reference to System.Core.dll...
2018-12-16T01:08:59.9908877Z Adding assembly reference to Cake.Core.dll...
2018-12-16T01:08:59.9909408Z Adding assembly reference to Cake.Common.dll...
2018-12-16T01:08:59.9909841Z Adding assembly reference to Cake.exe...
2018-12-16T01:08:59.9910052Z Adding assembly reference to System.dll...
2018-12-16T01:08:59.9910518Z Adding assembly reference to System.Xml.dll...
2018-12-16T01:08:59.9910910Z Adding assembly reference to System.Xml.Linq.dll...
2018-12-16T01:08:59.9911173Z Adding assembly reference to System.Data.dll...
2018-12-16T01:08:59.9911653Z Adding assembly reference to System.Runtime.dll...
2018-12-16T01:08:59.9912214Z Adding assembly reference to System.Collections.dll...
2018-12-16T01:08:59.9913402Z Adding assembly reference to netstandard.dll...
2018-12-16T01:08:59.9913879Z Adding assembly reference to AWSSDK.Core.dll...
2018-12-16T01:08:59.9914324Z Adding assembly reference to AWSSDK.S3.dll...
2018-12-16T01:08:59.9914615Z Adding assembly reference to Cake.AWS.S3.dll...
2018-12-16T01:08:59.9915057Z Adding assembly reference to MimeTypesMap.dll...
2018-12-16T01:08:59.9916192Z Adding assembly reference to Cake.Git.dll...
2018-12-16T01:08:59.9916437Z Adding assembly reference to LibGit2Sharp.dll...
2018-12-16T01:08:59.9933777Z Importing namespace Amazon...
2018-12-16T01:08:59.9937313Z Importing namespace Amazon.S3...
2018-12-16T01:08:59.9939162Z Importing namespace Cake.AWS.S3...
2018-12-16T01:08:59.9940206Z Importing namespace Cake.Common...
2018-12-16T01:08:59.9941123Z Importing namespace Cake.Common.Build...
2018-12-16T01:08:59.9942231Z Importing namespace Cake.Common.Build.AppVeyor...
2018-12-16T01:08:59.9943226Z Importing namespace Cake.Common.Build.AppVeyor.Data...
2018-12-16T01:08:59.9944367Z Importing namespace Cake.Common.Build.Bamboo...
2018-12-16T01:08:59.9945427Z Importing namespace Cake.Common.Build.Bamboo.Data...
2018-12-16T01:08:59.9946363Z Importing namespace Cake.Common.Build.BitbucketPipelines...
2018-12-16T01:08:59.9947414Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data...
2018-12-16T01:08:59.9953744Z Importing namespace Cake.Common.Build.Bitrise...
2018-12-16T01:08:59.9955823Z Importing namespace Cake.Common.Build.Bitrise.Data...
2018-12-16T01:08:59.9956893Z Importing namespace Cake.Common.Build.ContinuaCI...
2018-12-16T01:08:59.9957765Z Importing namespace Cake.Common.Build.ContinuaCI.Data...
2018-12-16T01:08:59.9958883Z Importing namespace Cake.Common.Build.GitLabCI...
2018-12-16T01:08:59.9959922Z Importing namespace Cake.Common.Build.GitLabCI.Data...
2018-12-16T01:08:59.9961147Z Importing namespace Cake.Common.Build.GoCD...
2018-12-16T01:08:59.9962107Z Importing namespace Cake.Common.Build.GoCD.Data...
2018-12-16T01:08:59.9963099Z Importing namespace Cake.Common.Build.Jenkins...
2018-12-16T01:08:59.9964082Z Importing namespace Cake.Common.Build.Jenkins.Data...
2018-12-16T01:08:59.9965045Z Importing namespace Cake.Common.Build.MyGet...
2018-12-16T01:08:59.9965918Z Importing namespace Cake.Common.Build.TeamCity...
2018-12-16T01:08:59.9966821Z Importing namespace Cake.Common.Build.TFBuild...
2018-12-16T01:08:59.9968759Z Importing namespace Cake.Common.Build.TFBuild.Data...
2018-12-16T01:08:59.9970098Z Importing namespace Cake.Common.Build.TravisCI...
2018-12-16T01:08:59.9971248Z Importing namespace Cake.Common.Build.TravisCI.Data...
2018-12-16T01:08:59.9972231Z Importing namespace Cake.Common.Diagnostics...
2018-12-16T01:08:59.9973197Z Importing namespace Cake.Common.IO...
2018-12-16T01:08:59.9974489Z Importing namespace Cake.Common.IO.Paths...
2018-12-16T01:08:59.9975716Z Importing namespace Cake.Common.Net...
2018-12-16T01:08:59.9976672Z Importing namespace Cake.Common.Security...
2018-12-16T01:08:59.9976897Z Importing namespace Cake.Common.Solution...
2018-12-16T01:08:59.9977079Z Importing namespace Cake.Common.Solution.Project...
2018-12-16T01:08:59.9977564Z Importing namespace Cake.Common.Solution.Project.Properties...
2018-12-16T01:08:59.9977752Z Importing namespace Cake.Common.Solution.Project.XmlDoc...
2018-12-16T01:08:59.9977938Z Importing namespace Cake.Common.Text...
2018-12-16T01:08:59.9978142Z Importing namespace Cake.Common.Tools...
2018-12-16T01:08:59.9978304Z Importing namespace Cake.Common.Tools.Cake...
2018-12-16T01:08:59.9978477Z Importing namespace Cake.Common.Tools.Chocolatey...
2018-12-16T01:08:59.9978637Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey...
2018-12-16T01:08:59.9978802Z Importing namespace Cake.Common.Tools.Chocolatey.Config...
2018-12-16T01:08:59.9978979Z Importing namespace Cake.Common.Tools.Chocolatey.Download...
2018-12-16T01:08:59.9979141Z Importing namespace Cake.Common.Tools.Chocolatey.Features...
2018-12-16T01:08:59.9979318Z Importing namespace Cake.Common.Tools.Chocolatey.Install...
2018-12-16T01:08:59.9979619Z Importing namespace Cake.Common.Tools.Chocolatey.New...
2018-12-16T01:08:59.9979809Z Importing namespace Cake.Common.Tools.Chocolatey.Pack...
2018-12-16T01:08:59.9979990Z Importing namespace Cake.Common.Tools.Chocolatey.Pin...
2018-12-16T01:08:59.9980168Z Importing namespace Cake.Common.Tools.Chocolatey.Push...
2018-12-16T01:08:59.9980325Z Importing namespace Cake.Common.Tools.Chocolatey.Sources...
2018-12-16T01:08:59.9980497Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall...
2018-12-16T01:08:59.9980659Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade...
2018-12-16T01:08:59.9980832Z Importing namespace Cake.Common.Tools.DotCover...
2018-12-16T01:08:59.9980990Z Importing namespace Cake.Common.Tools.DotCover.Analyse...
2018-12-16T01:08:59.9981145Z Importing namespace Cake.Common.Tools.DotCover.Cover...
2018-12-16T01:08:59.9981322Z Importing namespace Cake.Common.Tools.DotCover.Merge...
2018-12-16T01:08:59.9981490Z Importing namespace Cake.Common.Tools.DotCover.Report...
2018-12-16T01:08:59.9981664Z Importing namespace Cake.Common.Tools.DotNetCore...
2018-12-16T01:08:59.9981829Z Importing namespace Cake.Common.Tools.DotNetCore.Build...
2018-12-16T01:08:59.9982003Z Importing namespace Cake.Common.Tools.DotNetCore.BuildServer...
2018-12-16T01:08:59.9982163Z Importing namespace Cake.Common.Tools.DotNetCore.Clean...
2018-12-16T01:08:59.9982343Z Importing namespace Cake.Common.Tools.DotNetCore.Execute...
2018-12-16T01:08:59.9982506Z Importing namespace Cake.Common.Tools.DotNetCore.MSBuild...
2018-12-16T01:08:59.9982679Z Importing namespace Cake.Common.Tools.DotNetCore.NuGet.Delete...
2018-12-16T01:08:59.9985903Z Importing namespace Cake.Common.Tools.DotNetCore.NuGet.Push...
2018-12-16T01:08:59.9986667Z Importing namespace Cake.Common.Tools.DotNetCore.Pack...
2018-12-16T01:08:59.9986848Z Importing namespace Cake.Common.Tools.DotNetCore.Publish...
2018-12-16T01:08:59.9987011Z Importing namespace Cake.Common.Tools.DotNetCore.Restore...
2018-12-16T01:08:59.9987207Z Importing namespace Cake.Common.Tools.DotNetCore.Run...
2018-12-16T01:08:59.9987366Z Importing namespace Cake.Common.Tools.DotNetCore.Test...
2018-12-16T01:08:59.9987550Z Importing namespace Cake.Common.Tools.DotNetCore.Tool...
2018-12-16T01:08:59.9987709Z Importing namespace Cake.Common.Tools.DotNetCore.VSTest...
2018-12-16T01:08:59.9987881Z Importing namespace Cake.Common.Tools.DupFinder...
2018-12-16T01:08:59.9988040Z Importing namespace Cake.Common.Tools.Fixie...
2018-12-16T01:08:59.9988200Z Importing namespace Cake.Common.Tools.GitLink...
2018-12-16T01:08:59.9988375Z Importing namespace Cake.Common.Tools.GitReleaseManager...
2018-12-16T01:08:59.9988535Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets...
2018-12-16T01:08:59.9988723Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close...
2018-12-16T01:08:59.9988889Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create...
2018-12-16T01:08:59.9989076Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export...
2018-12-16T01:08:59.9989238Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish...
2018-12-16T01:08:59.9989605Z Importing namespace Cake.Common.Tools.GitReleaseNotes...
2018-12-16T01:08:59.9989764Z Importing namespace Cake.Common.Tools.GitVersion...
2018-12-16T01:08:59.9989937Z Importing namespace Cake.Common.Tools.ILMerge...
2018-12-16T01:08:59.9990092Z Importing namespace Cake.Common.Tools.ILRepack...
2018-12-16T01:08:59.9990281Z Importing namespace Cake.Common.Tools.InnoSetup...
2018-12-16T01:08:59.9990439Z Importing namespace Cake.Common.Tools.InspectCode...
2018-12-16T01:08:59.9990610Z Importing namespace Cake.Common.Tools.MSBuild...
2018-12-16T01:08:59.9990765Z Importing namespace Cake.Common.Tools.MSpec...
2018-12-16T01:08:59.9990921Z Importing namespace Cake.Common.Tools.MSTest...
2018-12-16T01:08:59.9991093Z Importing namespace Cake.Common.Tools.NSIS...
2018-12-16T01:08:59.9991248Z Importing namespace Cake.Common.Tools.NuGet...
2018-12-16T01:08:59.9991529Z Importing namespace Cake.Common.Tools.NuGet.Add...
2018-12-16T01:08:59.9991689Z Importing namespace Cake.Common.Tools.NuGet.Init...
2018-12-16T01:08:59.9991871Z Importing namespace Cake.Common.Tools.NuGet.Install...
2018-12-16T01:08:59.9992030Z Importing namespace Cake.Common.Tools.NuGet.List...
2018-12-16T01:08:59.9992218Z Importing namespace Cake.Common.Tools.NuGet.Pack...
2018-12-16T01:08:59.9992425Z Importing namespace Cake.Common.Tools.NuGet.Push...
2018-12-16T01:08:59.9992607Z Importing namespace Cake.Common.Tools.NuGet.Restore...
2018-12-16T01:08:59.9992768Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey...
2018-12-16T01:08:59.9992925Z Importing namespace Cake.Common.Tools.NuGet.SetProxy...
2018-12-16T01:08:59.9993100Z Importing namespace Cake.Common.Tools.NuGet.Sources...
2018-12-16T01:08:59.9993260Z Importing namespace Cake.Common.Tools.NuGet.Update...
2018-12-16T01:08:59.9993432Z Importing namespace Cake.Common.Tools.NUnit...
2018-12-16T01:08:59.9993601Z Importing namespace Cake.Common.Tools.OctopusDeploy...
2018-12-16T01:08:59.9993777Z Importing namespace Cake.Common.Tools.OpenCover...
2018-12-16T01:08:59.9993943Z Importing namespace Cake.Common.Tools.ReportGenerator...
2018-12-16T01:08:59.9994116Z Importing namespace Cake.Common.Tools.ReportUnit...
2018-12-16T01:08:59.9994272Z Importing namespace Cake.Common.Tools.Roundhouse...
2018-12-16T01:08:59.9994444Z Importing namespace Cake.Common.Tools.SignTool...
2018-12-16T01:08:59.9994601Z Importing namespace Cake.Common.Tools.SpecFlow...
2018-12-16T01:08:59.9994816Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport...
2018-12-16T01:08:59.9994996Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport...
2018-12-16T01:08:59.9995158Z Importing namespace Cake.Common.Tools.TextTransform...
2018-12-16T01:08:59.9995313Z Importing namespace Cake.Common.Tools.VSTest...
2018-12-16T01:08:59.9996003Z Importing namespace Cake.Common.Tools.VSWhere...
2018-12-16T01:08:59.9996138Z Importing namespace Cake.Common.Tools.VSWhere.All...
2018-12-16T01:08:59.9996230Z Importing namespace Cake.Common.Tools.VSWhere.Latest...
2018-12-16T01:08:59.9996344Z Importing namespace Cake.Common.Tools.VSWhere.Legacy...
2018-12-16T01:08:59.9996424Z Importing namespace Cake.Common.Tools.VSWhere.Product...
2018-12-16T01:08:59.9996487Z Importing namespace Cake.Common.Tools.WiX...
2018-12-16T01:08:59.9996549Z Importing namespace Cake.Common.Tools.WiX.Heat...
2018-12-16T01:08:59.9996629Z Importing namespace Cake.Common.Tools.XBuild...
2018-12-16T01:08:59.9996690Z Importing namespace Cake.Common.Tools.XUnit...
2018-12-16T01:08:59.9996763Z Importing namespace Cake.Common.Xml...
2018-12-16T01:08:59.9996821Z Importing namespace Cake.Core...
2018-12-16T01:08:59.9996893Z Importing namespace Cake.Core.Diagnostics...
2018-12-16T01:08:59.9996950Z Importing namespace Cake.Core.IO...
2018-12-16T01:08:59.9997007Z Importing namespace Cake.Core.Scripting...
2018-12-16T01:08:59.9997086Z Importing namespace Cake.Git...
2018-12-16T01:08:59.9997141Z Importing namespace System...
2018-12-16T01:08:59.9997200Z Importing namespace System.Collections.Generic...
2018-12-16T01:08:59.9997988Z Importing namespace System.IO...
2018-12-16T01:08:59.9998044Z Importing namespace System.Linq...
2018-12-16T01:08:59.9998115Z Importing namespace System.Text...
2018-12-16T01:08:59.9998173Z Importing namespace System.Threading.Tasks...
2018-12-16T01:09:00.5784269Z Compiling build script...
2018-12-16T01:09:15.1321358Z Executing: "D:/a/1/s/build/tools/GitVersion.CommandLine.4.0.0/tools/GitVersion.exe" 
2018-12-16T01:09:16.6080577Z {
2018-12-16T01:09:16.6081873Z   "Major":0,
2018-12-16T01:09:16.6081993Z   "Minor":2,
2018-12-16T01:09:16.6082493Z   "Patch":0,
2018-12-16T01:09:16.6083504Z   "PreReleaseTag":"alpha.69",
2018-12-16T01:09:16.6083627Z   "PreReleaseTagWithDash":"-alpha.69",
2018-12-16T01:09:16.6084345Z   "PreReleaseLabel":"alpha",
2018-12-16T01:09:16.6085056Z   "PreReleaseNumber":69,
2018-12-16T01:09:16.6087010Z   "BuildMetaData":"",
2018-12-16T01:09:16.6087848Z   "BuildMetaDataPadded":"",
2018-12-16T01:09:16.6088644Z   "FullBuildMetaData":"Branch.develop.Sha.d30a9aac3f858534d2c4f86cda075acbec4d9490",
2018-12-16T01:09:16.6089762Z   "MajorMinorPatch":"0.2.0",
2018-12-16T01:09:16.6090373Z   "SemVer":"0.2.0-alpha.69",
2018-12-16T01:09:16.6091391Z   "LegacySemVer":"0.2.0-alpha69",
2018-12-16T01:09:16.6091601Z   "LegacySemVerPadded":"0.2.0-alpha0069",
2018-12-16T01:09:16.6091770Z   "AssemblySemVer":"0.2.0.0",
2018-12-16T01:09:16.6091919Z   "AssemblySemFileVer":"0.2.0.0",
2018-12-16T01:09:16.6092064Z   "FullSemVer":"0.2.0-alpha.69",
2018-12-16T01:09:16.6092264Z   "InformationalVersion":"0.2.0-alpha.69+Branch.develop.Sha.d30a9aac3f858534d2c4f86cda075acbec4d9490",
2018-12-16T01:09:16.6092427Z   "BranchName":"develop",
2018-12-16T01:09:16.6092613Z   "Sha":"d30a9aac3f858534d2c4f86cda075acbec4d9490",
2018-12-16T01:09:16.6092763Z   "ShortSha":"d30a9aa",
2018-12-16T01:09:16.6092931Z   "NuGetVersionV2":"0.2.0-alpha0069",
2018-12-16T01:09:16.6093096Z   "NuGetVersion":"0.2.0-alpha0069",
2018-12-16T01:09:16.6093263Z   "NuGetPreReleaseTagV2":"alpha0069",
2018-12-16T01:09:16.6093423Z   "NuGetPreReleaseTag":"alpha0069",
2018-12-16T01:09:16.6093588Z   "CommitsSinceVersionSource":69,
2018-12-16T01:09:16.6093736Z   "CommitsSinceVersionSourcePadded":"0069",
2018-12-16T01:09:16.6093881Z   "CommitDate":"2018-12-16"
2018-12-16T01:09:16.6094089Z }
2018-12-16T01:09:16.6514392Z 
2018-12-16T01:09:16.6514727Z ----------------------------------------
2018-12-16T01:09:16.6514823Z Setup
2018-12-16T01:09:16.6514884Z ----------------------------------------
2018-12-16T01:09:16.6514962Z Executing custom setup action...
2018-12-16T01:09:16.6524216Z starting build for version 0.2.0-alpha.69..
2018-12-16T01:09:16.6524439Z building a development release..
2018-12-16T01:09:16.6525556Z -------------------------------------------------------------------
2018-12-16T01:09:16.6526404Z target installer filename: psnbooster-0.2.0-alpha.69.zip
2018-12-16T01:09:16.6527745Z target portable filename: psnbooster-portable-0.2.0-alpha.69.zip
2018-12-16T01:09:16.6528533Z -------------------------------------------------------------------
2018-12-16T01:09:16.6529445Z solution file: D:/a/1/s/PSNBooster.sln
2018-12-16T01:09:16.6529729Z solution output: D:/a/1/s/src/PsnBooster.UI/bin/Release
2018-12-16T01:09:16.6529887Z -------------------------------------------------------------------
2018-12-16T01:09:16.6530072Z release installer: D:/a/1/s/build/releases/development/installer/psnbooster-0.2.0-alpha.69.zip
2018-12-16T01:09:16.6530240Z release portable: D:/a/1/s/build/releases/development/portable/psnbooster-portable-0.2.0-alpha.69.zip
2018-12-16T01:09:16.6530506Z -------------------------------------------------------------------
2018-12-16T01:09:16.6531231Z build artifacts: D:/a/1/s/build/artifacts/release
2018-12-16T01:09:16.6531417Z installer artifacts: D:/a/1/s/build/artifacts/setup
2018-12-16T01:09:16.6531576Z artifact installer: D:/a/1/s/build/artifacts/setup/psnbooster-setup.exe
2018-12-16T01:09:16.6531754Z artifact zipped installer: D:/a/1/s/build/artifacts/setup/psnbooster-0.2.0-alpha.69.zip
2018-12-16T01:09:16.6532273Z artifact portable: D:/a/1/s/build/artifacts/setup/psnbooster-portable-0.2.0-alpha.69.zip
2018-12-16T01:09:16.6532433Z -------------------------------------------------------------------
2018-12-16T01:09:16.6532621Z s3 release installer: releases/development/installer/psnbooster-0.2.0-alpha.69.zip
2018-12-16T01:09:16.6532784Z s3 release portable: releases/development/portable/psnbooster-portable-0.2.0-alpha.69.zip
2018-12-16T01:09:16.6532968Z -------------------------------------------------------------------
2018-12-16T01:09:16.6533181Z advanced installer path: tools/Advanced Installer 15.5.1/bin/x86/AdvancedInstaller.com, using config: D:/a/1/s/build/setup.aip
2018-12-16T01:09:16.6618253Z 
2018-12-16T01:09:16.6618580Z ========================================
2018-12-16T01:09:16.6618685Z Clean
2018-12-16T01:09:16.6619132Z ========================================
2018-12-16T01:09:16.6619218Z Executing task: Clean
2018-12-16T01:09:16.6650997Z cleaning artifact directories..
2018-12-16T01:09:16.6664074Z Creating directory D:/a/1/s/src/PsnBooster.UI/bin/Release
2018-12-16T01:09:16.6667460Z Creating directory D:/a/1/s/build/artifacts
2018-12-16T01:09:16.6685538Z Creating directory D:/a/1/s/build/releases/development/installer
2018-12-16T01:09:16.6687954Z Creating directory D:/a/1/s/build/releases/development/portable
2018-12-16T01:09:16.6697684Z Creating directory D:/a/1/s/build/artifacts/release
2018-12-16T01:09:16.6699123Z Creating directory D:/a/1/s/build/artifacts/setup
2018-12-16T01:09:16.6700682Z Finished executing task: Clean
2018-12-16T01:09:16.6715049Z 
2018-12-16T01:09:16.6715194Z ========================================
2018-12-16T01:09:16.6715285Z Restore
2018-12-16T01:09:16.6715340Z ========================================
2018-12-16T01:09:16.6715396Z Executing task: Restore
2018-12-16T01:09:16.8189889Z Executing: "C:/hostedtoolcache/windows/dncs/2.2.101/x64/dotnet.exe" restore "D:/a/1/s/PSNBooster.sln" --no-cache --verbosity Normal
2018-12-16T01:09:16.9464914Z 
2018-12-16T01:09:16.9503813Z Welcome to .NET Core!
2018-12-16T01:09:16.9504052Z ---------------------
2018-12-16T01:09:16.9504173Z Learn more about .NET Core: https://aka.ms/dotnet-docs
2018-12-16T01:09:16.9504253Z Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
2018-12-16T01:09:16.9504302Z 
2018-12-16T01:09:16.9504376Z Telemetry
2018-12-16T01:09:16.9504428Z ---------
2018-12-16T01:09:16.9504543Z The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
2018-12-16T01:09:16.9504703Z 
2018-12-16T01:09:16.9505118Z Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
2018-12-16T01:09:16.9508214Z 
2018-12-16T01:09:16.9508390Z Configuring...
2018-12-16T01:09:16.9508449Z --------------
2018-12-16T01:09:16.9508553Z A command is running to populate your local package cache to improve restore speed and enable offline access. This command takes up to one minute to complete and only runs once.
2018-12-16T01:09:30.6067734Z Decompressing .......... 13647 ms
2018-12-16T01:11:26.9129602Z Expanding .......... 116132 ms
2018-12-16T01:11:27.0204850Z 
2018-12-16T01:11:27.0205998Z ASP.NET Core
2018-12-16T01:11:27.0206315Z ------------
2018-12-16T01:11:27.0206515Z Successfully installed the ASP.NET Core HTTPS Development Certificate.
2018-12-16T01:11:27.0206782Z To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). For establishing trust on other platforms refer to the platform specific documentation.
2018-12-16T01:11:27.0207038Z For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
2018-12-16T01:11:27.4867293Z Build started 12/16/2018 1:11:27 AM.
2018-12-16T01:11:27.6972564Z      1>Project "D:\a\1\s\PSNBooster.sln" on node 1 (Restore target(s)).
2018-12-16T01:11:27.6972792Z      1>ValidateSolutionConfiguration:
2018-12-16T01:11:27.6972859Z          Building solution configuration "Debug|Any CPU".
2018-12-16T01:11:29.4326050Z        Restore:
2018-12-16T01:11:29.4326610Z          Restoring packages for D:\a\1\s\src\PsnBooster.Core.Tests\PsnBooster.Core.Tests.csproj...
2018-12-16T01:11:29.4326700Z          Restoring packages for D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj...
2018-12-16T01:11:29.8831105Z            GET https://api.nuget.org/v3-flatcontainer/fluentassertions/index.json
2018-12-16T01:11:29.8831307Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading.analyzers/index.json
2018-12-16T01:11:29.8841267Z            GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json
2018-12-16T01:11:29.8841781Z            GET https://api.nuget.org/v3-flatcontainer/restsharp/index.json
2018-12-16T01:11:29.8841885Z            GET https://api.nuget.org/v3-flatcontainer/roslynator.analyzers/index.json
2018-12-16T01:11:29.9746881Z            GET https://api.nuget.org/v3-flatcontainer/roslynator.codefixes/index.json
2018-12-16T01:11:29.9798150Z            GET https://api.nuget.org/v3-flatcontainer/dns/index.json
2018-12-16T01:11:29.9804813Z            GET https://api.nuget.org/v3-flatcontainer/bytesize/index.json
2018-12-16T01:11:30.0193310Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/index.json
2018-12-16T01:11:30.0597375Z            GET https://api.nuget.org/v3-flatcontainer/nsubstitute/index.json
2018-12-16T01:11:30.0622771Z            GET https://api.nuget.org/v3-flatcontainer/xunit/index.json
2018-12-16T01:11:30.0622939Z            GET https://api.nuget.org/v3-flatcontainer/xunit.runner.console/index.json
2018-12-16T01:11:30.0623102Z            GET https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/index.json
2018-12-16T01:11:30.1310841Z            GET https://api.nuget.org/v3-flatcontainer/serilog/index.json
2018-12-16T01:11:30.1320539Z            GET https://api.nuget.org/v3-flatcontainer/serilog.enrichers.thread/index.json
2018-12-16T01:11:30.1327485Z            GET https://api.nuget.org/v3-flatcontainer/serilog.sinks.coloredconsole/index.json
2018-12-16T01:11:30.1338265Z            GET https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/index.json
2018-12-16T01:11:30.1549286Z            GET https://api.nuget.org/v3-flatcontainer/stashbox/index.json
2018-12-16T01:11:30.1619727Z            GET https://api.nuget.org/v3-flatcontainer/system.reactive/index.json
2018-12-16T01:11:30.1752607Z            GET https://api.nuget.org/v3-flatcontainer/yamldotnet/index.json
2018-12-16T01:11:30.1880481Z            OK https://api.nuget.org/v3-flatcontainer/bytesize/index.json 209ms
2018-12-16T01:11:30.1881195Z            OK https://api.nuget.org/v3-flatcontainer/roslynator.analyzers/index.json 303ms
2018-12-16T01:11:30.1881437Z            OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 305ms
2018-12-16T01:11:30.2707969Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading.analyzers/index.json 339ms
2018-12-16T01:11:30.2708366Z            OK https://api.nuget.org/v3-flatcontainer/xunit/index.json 163ms
2018-12-16T01:11:30.2708480Z            OK https://api.nuget.org/v3-flatcontainer/xunit.runner.console/index.json 168ms
2018-12-16T01:11:30.2708585Z            GET https://api.nuget.org/v3-flatcontainer/bytesize/1.3.0/bytesize.1.3.0.nupkg
2018-12-16T01:11:30.2708765Z            GET https://api.nuget.org/v3-flatcontainer/roslynator.analyzers/2.0.0/roslynator.analyzers.2.0.0.nupkg
2018-12-16T01:11:30.2708901Z            OK https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/index.json 201ms
2018-12-16T01:11:30.2836243Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading.analyzers/15.8.192/microsoft.visualstudio.threading.analyzers.15.8.192.nupkg
2018-12-16T01:11:30.2837313Z            GET https://api.nuget.org/v3-flatcontainer/xunit/2.4.1/xunit.2.4.1.nupkg
2018-12-16T01:11:30.2848660Z            GET https://api.nuget.org/v3-flatcontainer/xunit.runner.console/2.4.1/xunit.runner.console.2.4.1.nupkg
2018-12-16T01:11:30.2848798Z            GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.1/newtonsoft.json.12.0.1.nupkg
2018-12-16T01:11:30.2861825Z            GET https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.4.1/xunit.runner.visualstudio.2.4.1.nupkg
2018-12-16T01:11:30.3062750Z            OK https://api.nuget.org/v3-flatcontainer/stashbox/index.json 149ms
2018-12-16T01:11:30.3091643Z            GET https://api.nuget.org/v3-flatcontainer/stashbox/2.6.3/stashbox.2.6.3.nupkg
2018-12-16T01:11:30.3091865Z            OK https://api.nuget.org/v3-flatcontainer/serilog.sinks.coloredconsole/index.json 174ms
2018-12-16T01:11:30.3092585Z            OK https://api.nuget.org/v3-flatcontainer/serilog.enrichers.thread/index.json 175ms
2018-12-16T01:11:30.3092718Z            GET https://api.nuget.org/v3-flatcontainer/serilog.sinks.coloredconsole/3.0.1/serilog.sinks.coloredconsole.3.0.1.nupkg
2018-12-16T01:11:30.3100402Z            GET https://api.nuget.org/v3-flatcontainer/serilog.enrichers.thread/3.0.0/serilog.enrichers.thread.3.0.0.nupkg
2018-12-16T01:11:30.3423688Z            OK https://api.nuget.org/v3-flatcontainer/yamldotnet/index.json 183ms
2018-12-16T01:11:30.3543091Z            OK https://api.nuget.org/v3-flatcontainer/system.reactive/index.json 197ms
2018-12-16T01:11:30.3641172Z            GET https://api.nuget.org/v3-flatcontainer/system.reactive/4.1.2/system.reactive.4.1.2.nupkg
2018-12-16T01:11:30.3655673Z            OK https://api.nuget.org/v3-flatcontainer/bytesize/1.3.0/bytesize.1.3.0.nupkg 111ms
2018-12-16T01:11:30.3748121Z            GET https://api.nuget.org/v3-flatcontainer/yamldotnet/5.3.0/yamldotnet.5.3.0.nupkg
2018-12-16T01:11:30.3749015Z            OK https://api.nuget.org/v3-flatcontainer/roslynator.analyzers/2.0.0/roslynator.analyzers.2.0.0.nupkg 106ms
2018-12-16T01:11:30.4172284Z            OK https://api.nuget.org/v3-flatcontainer/xunit.runner.console/2.4.1/xunit.runner.console.2.4.1.nupkg 106ms
2018-12-16T01:11:30.4192943Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading.analyzers/15.8.192/microsoft.visualstudio.threading.analyzers.15.8.192.nupkg 110ms
2018-12-16T01:11:30.4193170Z            OK https://api.nuget.org/v3-flatcontainer/xunit/2.4.1/xunit.2.4.1.nupkg 110ms
2018-12-16T01:11:30.4193259Z            OK https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.4.1/xunit.runner.visualstudio.2.4.1.nupkg 107ms
2018-12-16T01:11:30.4309555Z            OK https://api.nuget.org/v3-flatcontainer/serilog.enrichers.thread/3.0.0/serilog.enrichers.thread.3.0.0.nupkg 108ms
2018-12-16T01:11:30.4309908Z            GET https://api.nuget.org/v3-flatcontainer/xunit.core/index.json
2018-12-16T01:11:30.4309994Z            GET https://api.nuget.org/v3-flatcontainer/xunit.assert/index.json
2018-12-16T01:11:30.4310280Z            GET https://api.nuget.org/v3-flatcontainer/xunit.analyzers/index.json
2018-12-16T01:11:30.4544162Z            OK https://api.nuget.org/v3-flatcontainer/fluentassertions/index.json 571ms
2018-12-16T01:11:30.4563435Z            GET https://api.nuget.org/v3-flatcontainer/fluentassertions/5.5.3/fluentassertions.5.5.3.nupkg
2018-12-16T01:11:30.4673091Z            OK https://api.nuget.org/v3-flatcontainer/roslynator.codefixes/index.json 493ms
2018-12-16T01:11:30.4692236Z            GET https://api.nuget.org/v3-flatcontainer/roslynator.codefixes/2.0.0/roslynator.codefixes.2.0.0.nupkg
2018-12-16T01:11:30.4735597Z            OK https://api.nuget.org/v3-flatcontainer/system.reactive/4.1.2/system.reactive.4.1.2.nupkg 109ms
2018-12-16T01:11:30.4742002Z            OK https://api.nuget.org/v3-flatcontainer/dns/index.json 497ms
2018-12-16T01:11:30.4802599Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/index.json 463ms
2018-12-16T01:11:30.4819433Z            OK https://api.nuget.org/v3-flatcontainer/restsharp/index.json 598ms
2018-12-16T01:11:30.4972401Z            GET https://api.nuget.org/v3-flatcontainer/dns/5.0.0/dns.5.0.0.nupkg
2018-12-16T01:11:30.4973838Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/15.9.0/microsoft.net.test.sdk.15.9.0.nupkg
2018-12-16T01:11:30.4982410Z            GET https://api.nuget.org/v3-flatcontainer/restsharp/106.5.4/restsharp.106.5.4.nupkg
2018-12-16T01:11:30.5172136Z            OK https://api.nuget.org/v3-flatcontainer/nsubstitute/index.json 456ms
2018-12-16T01:11:30.5173899Z            GET https://api.nuget.org/v3-flatcontainer/nsubstitute/3.1.0/nsubstitute.3.1.0.nupkg
2018-12-16T01:11:30.5377664Z            OK https://api.nuget.org/v3-flatcontainer/xunit.assert/index.json 109ms
2018-12-16T01:11:30.5398869Z            GET https://api.nuget.org/v3-flatcontainer/xunit.assert/2.4.1/xunit.assert.2.4.1.nupkg
2018-12-16T01:11:30.5669146Z            OK https://api.nuget.org/v3-flatcontainer/xunit.analyzers/index.json 137ms
2018-12-16T01:11:30.5674613Z            OK https://api.nuget.org/v3-flatcontainer/fluentassertions/5.5.3/fluentassertions.5.5.3.nupkg 111ms
2018-12-16T01:11:30.5742843Z            OK https://api.nuget.org/v3-flatcontainer/serilog/index.json 443ms
2018-12-16T01:11:30.5897458Z            OK https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/index.json 455ms
2018-12-16T01:11:30.5900727Z            OK https://api.nuget.org/v3-flatcontainer/roslynator.codefixes/2.0.0/roslynator.codefixes.2.0.0.nupkg 119ms
2018-12-16T01:11:30.6041826Z            OK https://api.nuget.org/v3-flatcontainer/dns/5.0.0/dns.5.0.0.nupkg 109ms
2018-12-16T01:11:30.6338863Z            GET https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg
2018-12-16T01:11:30.6340921Z            GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json
2018-12-16T01:11:30.6341231Z            GET https://api.nuget.org/v3-flatcontainer/xunit.analyzers/0.10.0/xunit.analyzers.0.10.0.nupkg
2018-12-16T01:11:30.6341474Z            GET https://api.nuget.org/v3-flatcontainer/serilog/2.7.1/serilog.2.7.1.nupkg
2018-12-16T01:11:30.6383937Z            OK https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg 7ms
2018-12-16T01:11:30.6566362Z            OK https://api.nuget.org/v3-flatcontainer/serilog/2.7.1/serilog.2.7.1.nupkg 6ms
2018-12-16T01:11:30.6819203Z            GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/index.json
2018-12-16T01:11:30.6964874Z            OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.1/newtonsoft.json.12.0.1.nupkg 411ms
2018-12-16T01:11:30.7241065Z            OK https://api.nuget.org/v3-flatcontainer/serilog.sinks.coloredconsole/3.0.1/serilog.sinks.coloredconsole.3.0.1.nupkg 411ms
2018-12-16T01:11:30.7243182Z            OK https://api.nuget.org/v3-flatcontainer/stashbox/2.6.3/stashbox.2.6.3.nupkg 413ms
2018-12-16T01:11:30.7444904Z            OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json 110ms
2018-12-16T01:11:30.7447658Z            OK https://api.nuget.org/v3-flatcontainer/xunit.analyzers/0.10.0/xunit.analyzers.0.10.0.nupkg 109ms
2018-12-16T01:11:30.7448051Z            GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.4.0/system.configuration.configurationmanager.4.4.0.nupkg
2018-12-16T01:11:30.7806933Z            OK https://api.nuget.org/v3-flatcontainer/yamldotnet/5.3.0/yamldotnet.5.3.0.nupkg 414ms
2018-12-16T01:11:30.8065754Z            OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/index.json 124ms
2018-12-16T01:11:30.8085714Z            GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/4.3.0/system.runtime.interopservices.windowsruntime.4.3.0.nupkg
2018-12-16T01:11:30.8381166Z            OK https://api.nuget.org/v3-flatcontainer/xunit.core/index.json 410ms
2018-12-16T01:11:30.8403551Z            GET https://api.nuget.org/v3-flatcontainer/xunit.core/2.4.1/xunit.core.2.4.1.nupkg
2018-12-16T01:11:30.9070090Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/15.9.0/microsoft.net.test.sdk.15.9.0.nupkg 409ms
2018-12-16T01:11:30.9089847Z            OK https://api.nuget.org/v3-flatcontainer/restsharp/106.5.4/restsharp.106.5.4.nupkg 410ms
2018-12-16T01:11:30.9246013Z            OK https://api.nuget.org/v3-flatcontainer/nsubstitute/3.1.0/nsubstitute.3.1.0.nupkg 407ms
2018-12-16T01:11:31.1572893Z            OK https://api.nuget.org/v3-flatcontainer/xunit.assert/2.4.1/xunit.assert.2.4.1.nupkg 419ms
2018-12-16T01:11:31.1573365Z            OK https://api.nuget.org/v3-flatcontainer/xunit.core/2.4.1/xunit.core.2.4.1.nupkg 120ms
2018-12-16T01:11:31.1597436Z            GET https://api.nuget.org/v3-flatcontainer/castle.core/index.json
2018-12-16T01:11:31.1597613Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/index.json
2018-12-16T01:11:31.1597717Z            OK https://api.nuget.org/v3-flatcontainer/castle.core/index.json 120ms
2018-12-16T01:11:31.1597827Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/index.json 109ms
2018-12-16T01:11:31.1597906Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/index.json
2018-12-16T01:11:31.1598005Z            GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/index.json
2018-12-16T01:11:31.1598092Z            OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.4.0/system.configuration.configurationmanager.4.4.0.nupkg 415ms
2018-12-16T01:11:31.1640689Z            GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/index.json
2018-12-16T01:11:31.1689435Z            GET https://api.nuget.org/v3-flatcontainer/castle.core/4.2.0/castle.core.4.2.0.nupkg
2018-12-16T01:11:31.1694072Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/15.9.0/microsoft.testplatform.testhost.15.9.0.nupkg
2018-12-16T01:11:31.1764937Z            OK https://api.nuget.org/v3-flatcontainer/castle.core/4.2.0/castle.core.4.2.0.nupkg 7ms
2018-12-16T01:11:31.2159862Z            OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/4.3.0/system.runtime.interopservices.windowsruntime.4.3.0.nupkg 406ms
2018-12-16T01:11:31.2289642Z            GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json
2018-12-16T01:11:31.6822672Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/index.json 109ms
2018-12-16T01:11:31.6822962Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/15.9.0/microsoft.codecoverage.15.9.0.nupkg
2018-12-16T01:11:31.6823132Z          Installing System.Runtime.InteropServices.WindowsRuntime 4.3.0.
2018-12-16T01:11:31.6823216Z            OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/index.json 121ms
2018-12-16T01:11:31.6823319Z            OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json 108ms
2018-12-16T01:11:31.6823433Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/15.9.0/microsoft.codecoverage.15.9.0.nupkg 106ms
2018-12-16T01:11:31.6823685Z          Installing System.Reactive 4.1.2.
2018-12-16T01:11:31.6823802Z          Installing RestSharp 106.5.4.
2018-12-16T01:11:31.6823883Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/15.9.0/microsoft.testplatform.testhost.15.9.0.nupkg 408ms
2018-12-16T01:11:31.6823992Z            OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/index.json 422ms
2018-12-16T01:11:31.6824059Z          Installing YamlDotNet 5.3.0.
2018-12-16T01:11:31.6824182Z            GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.1/xunit.extensibility.core.2.4.1.nupkg
2018-12-16T01:11:31.6824672Z            GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.4.0/system.security.cryptography.protecteddata.4.4.0.nupkg
2018-12-16T01:11:31.6825003Z          Installing Stashbox 2.6.3.
2018-12-16T01:11:31.6825191Z            GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.1/xunit.extensibility.execution.2.4.1.nupkg
2018-12-16T01:11:32.0838577Z          Installing Newtonsoft.Json 12.0.1.
2018-12-16T01:11:32.1008923Z          Installing Serilog.Sinks.ColoredConsole 3.0.1.
2018-12-16T01:11:32.1009196Z          Installing Serilog 2.7.1.
2018-12-16T01:11:32.1009288Z            OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.4.0/system.security.cryptography.protecteddata.4.4.0.nupkg 106ms
2018-12-16T01:11:32.1009601Z          Installing Serilog.Sinks.Console 3.1.1.
2018-12-16T01:11:32.1009692Z            OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.1/xunit.extensibility.execution.2.4.1.nupkg 108ms
2018-12-16T01:11:32.1009778Z          Installing DNS 5.0.0.
2018-12-16T01:11:32.1009870Z          Installing Roslynator.CodeFixes 2.0.0.
2018-12-16T01:11:32.1009940Z          Installing Serilog.Enrichers.Thread 3.0.0.
2018-12-16T01:11:32.1010033Z          Installing Microsoft.VisualStudio.Threading.Analyzers 15.8.192.
2018-12-16T01:11:32.1010095Z          Installing ByteSize 1.3.0.
2018-12-16T01:11:32.1010194Z          Installing Roslynator.Analyzers 2.0.0.
2018-12-16T01:11:32.1010271Z            OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.1/xunit.extensibility.core.2.4.1.nupkg 411ms
2018-12-16T01:11:32.1010350Z            GET https://api.nuget.org/v3-flatcontainer/xunit.abstractions/index.json
2018-12-16T01:11:32.5609429Z            OK https://api.nuget.org/v3-flatcontainer/xunit.abstractions/index.json 110ms
2018-12-16T01:11:32.5609696Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/index.json
2018-12-16T01:11:32.5632576Z            GET https://api.nuget.org/v3-flatcontainer/xunit.abstractions/2.0.3/xunit.abstractions.2.0.3.nupkg
2018-12-16T01:11:32.8100843Z            OK https://api.nuget.org/v3-flatcontainer/xunit.abstractions/2.0.3/xunit.abstractions.2.0.3.nupkg 109ms
2018-12-16T01:11:32.8101077Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/index.json 409ms
2018-12-16T01:11:32.8655870Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/15.9.0/microsoft.testplatform.objectmodel.15.9.0.nupkg
2018-12-16T01:11:34.4354374Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/15.9.0/microsoft.testplatform.objectmodel.15.9.0.nupkg 407ms
2018-12-16T01:11:36.5143657Z          Committing restore...
2018-12-16T01:11:36.5164271Z          Generating MSBuild file D:\a\1\s\src\PsnBooster.Core\obj\PsnBooster.Core.csproj.nuget.g.props.
2018-12-16T01:11:36.5179891Z          Generating MSBuild file D:\a\1\s\src\PsnBooster.Core\obj\PsnBooster.Core.csproj.nuget.g.targets.
2018-12-16T01:11:36.5184667Z          Writing lock file to disk. Path: D:\a\1\s\src\PsnBooster.Core\obj\project.assets.json
2018-12-16T01:11:36.5293491Z          Restore completed in 7.94 sec for D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj.
2018-12-16T01:11:36.5334070Z          Restoring packages for D:\a\1\s\src\PsnBooster.UI\PsnBooster.UI.csproj...
2018-12-16T01:11:36.5341213Z            GET https://api.nuget.org/v3-flatcontainer/gitversiontask/index.json
2018-12-16T01:11:36.5346921Z            GET https://api.nuget.org/v3-flatcontainer/livecharts.winforms/index.json
2018-12-16T01:11:36.5591439Z            GET https://api.nuget.org/v3-flatcontainer/system.valuetuple/index.json
2018-12-16T01:11:36.6583975Z            OK https://api.nuget.org/v3-flatcontainer/gitversiontask/index.json 124ms
2018-12-16T01:11:36.6608692Z            GET https://api.nuget.org/v3-flatcontainer/gitversiontask/4.0.0/gitversiontask.4.0.0.nupkg
2018-12-16T01:11:36.6740265Z            OK https://api.nuget.org/v3-flatcontainer/system.valuetuple/index.json 114ms
2018-12-16T01:11:36.6761757Z            GET https://api.nuget.org/v3-flatcontainer/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg
2018-12-16T01:11:36.6831141Z            OK https://api.nuget.org/v3-flatcontainer/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg 6ms
2018-12-16T01:11:36.9585733Z            OK https://api.nuget.org/v3-flatcontainer/livecharts.winforms/index.json 423ms
2018-12-16T01:11:36.9607307Z            GET https://api.nuget.org/v3-flatcontainer/livecharts.winforms/0.9.7.1/livecharts.winforms.0.9.7.1.nupkg
2018-12-16T01:11:37.0866426Z            OK https://api.nuget.org/v3-flatcontainer/gitversiontask/4.0.0/gitversiontask.4.0.0.nupkg 425ms
2018-12-16T01:11:37.3706405Z            OK https://api.nuget.org/v3-flatcontainer/livecharts.winforms/0.9.7.1/livecharts.winforms.0.9.7.1.nupkg 409ms
2018-12-16T01:11:37.3737147Z            GET https://api.nuget.org/v3-flatcontainer/livecharts/index.json
2018-12-16T01:11:37.3743489Z            GET https://api.nuget.org/v3-flatcontainer/livecharts.wpf/index.json
2018-12-16T01:11:37.4793454Z            GET https://api.nuget.org/v3-flatcontainer/utilpack.nuget.msbuild/index.json
2018-12-16T01:11:37.5816898Z            OK https://api.nuget.org/v3-flatcontainer/livecharts.wpf/index.json 204ms
2018-12-16T01:11:37.5817777Z            GET https://api.nuget.org/v3-flatcontainer/livecharts.wpf/0.9.7/livecharts.wpf.0.9.7.nupkg
2018-12-16T01:11:37.6948312Z            OK https://api.nuget.org/v3-flatcontainer/livecharts.wpf/0.9.7/livecharts.wpf.0.9.7.nupkg 112ms
2018-12-16T01:11:37.8326154Z            OK https://api.nuget.org/v3-flatcontainer/livecharts/index.json 458ms
2018-12-16T01:11:37.8344170Z            GET https://api.nuget.org/v3-flatcontainer/livecharts/0.9.7/livecharts.0.9.7.nupkg
2018-12-16T01:11:37.9043602Z            OK https://api.nuget.org/v3-flatcontainer/utilpack.nuget.msbuild/index.json 425ms
2018-12-16T01:11:37.9061650Z            GET https://api.nuget.org/v3-flatcontainer/utilpack.nuget.msbuild/2.7.0/utilpack.nuget.msbuild.2.7.0.nupkg
2018-12-16T01:11:37.9451990Z            OK https://api.nuget.org/v3-flatcontainer/livecharts/0.9.7/livecharts.0.9.7.nupkg 110ms
2018-12-16T01:11:38.0149031Z            OK https://api.nuget.org/v3-flatcontainer/utilpack.nuget.msbuild/2.7.0/utilpack.nuget.msbuild.2.7.0.nupkg 108ms
2018-12-16T01:11:38.3204547Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.csharp/index.json
2018-12-16T01:11:38.3776991Z            GET https://api.nuget.org/v3-flatcontainer/system.collections.immutable/index.json
2018-12-16T01:11:38.4293653Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.csharp/index.json 109ms
2018-12-16T01:11:38.4838008Z            GET https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.5.0/microsoft.csharp.4.5.0.nupkg
2018-12-16T01:11:38.5904207Z            GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/index.json
2018-12-16T01:11:38.7000943Z            OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/index.json 109ms
2018-12-16T01:11:38.7019748Z            GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.1/system.threading.tasks.extensions.4.5.1.nupkg
2018-12-16T01:11:38.7848448Z            OK https://api.nuget.org/v3-flatcontainer/system.collections.immutable/index.json 407ms
2018-12-16T01:11:38.7871190Z            GET https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.5.0/system.collections.immutable.1.5.0.nupkg
2018-12-16T01:11:38.7979693Z            OK https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.5.0/system.collections.immutable.1.5.0.nupkg 9ms
2018-12-16T01:11:38.8116815Z            OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.1/system.threading.tasks.extensions.4.5.1.nupkg 109ms
2018-12-16T01:11:38.8947088Z            OK https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.5.0/microsoft.csharp.4.5.0.nupkg 410ms
2018-12-16T01:11:38.9130951Z            GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/index.json
2018-12-16T01:11:39.3249874Z            OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/index.json 412ms
2018-12-16T01:11:39.3269722Z            GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.0/system.runtime.compilerservices.unsafe.4.5.0.nupkg
2018-12-16T01:11:39.3340415Z            OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.0/system.runtime.compilerservices.unsafe.4.5.0.nupkg 6ms
2018-12-16T01:11:39.3461997Z          Installing System.Runtime.CompilerServices.Unsafe 4.5.0.
2018-12-16T01:11:39.3911375Z          Installing System.Reflection 4.3.0.
2018-12-16T01:11:39.8474287Z          Installing System.Threading.ThreadPool 4.0.10.
2018-12-16T01:11:39.8474545Z          Installing System.Threading.Tasks.Extensions 4.5.1.
2018-12-16T01:11:39.8474615Z          Installing Microsoft.Win32.Registry 4.0.0.
2018-12-16T01:11:39.8474702Z          Installing System.Reflection.TypeExtensions 4.3.0.
2018-12-16T01:11:39.8474765Z          Installing Microsoft.CSharp 4.5.0.
2018-12-16T01:11:39.8474842Z          Installing System.Xml.XPath 4.0.1.
2018-12-16T01:11:39.8474905Z          Installing System.Collections.Immutable 1.5.0.
2018-12-16T01:11:39.9681172Z          Installing System.Collections.Immutable 1.2.0.
2018-12-16T01:11:40.0074584Z          Installing LiveCharts 0.9.7.
2018-12-16T01:11:41.4342137Z          Installing System.ComponentModel.Primitives 4.1.0.
2018-12-16T01:11:41.8057110Z          Installing LiveCharts.Wpf 0.9.7.
2018-12-16T01:11:41.8057288Z          Installing System.ComponentModel 4.0.1.
2018-12-16T01:11:41.8057437Z          Installing UtilPack.NuGet.MSBuild 2.7.0.
2018-12-16T01:11:41.9990088Z          Installing System.Collections.Specialized 4.0.1.
2018-12-16T01:11:42.0177939Z          Installing System.ValueTuple 4.5.0.
2018-12-16T01:11:42.6399721Z          Installing System.Collections.NonGeneric 4.0.1.
2018-12-16T01:11:42.6399952Z          Installing LiveCharts.WinForms 0.9.7.1.
2018-12-16T01:11:42.6400018Z          Installing GitVersionTask 4.0.0.
2018-12-16T01:11:42.6400083Z          Installing System.Threading.Thread 4.0.0.
2018-12-16T01:11:42.6400439Z          Installing System.Diagnostics.TraceSource 4.0.0.
2018-12-16T01:11:42.6922318Z          Installing System.Diagnostics.TextWriterTraceListener 4.0.0.
2018-12-16T01:11:43.2719483Z          Installing System.Diagnostics.Process 4.1.0.
2018-12-16T01:11:43.3625074Z          Installing xunit.runner.visualstudio 2.4.1.
2018-12-16T01:11:43.3889127Z          Installing System.Xml.XPath.XmlDocument 4.0.1.
2018-12-16T01:11:43.4082317Z          Installing System.Runtime.Loader 4.0.0.
2018-12-16T01:11:43.4119873Z          Installing System.Reflection.Metadata 1.3.0.
2018-12-16T01:11:43.7010105Z          Installing xunit.runner.console 2.4.1.
2018-12-16T01:11:44.2396759Z          Installing System.ComponentModel.TypeConverter 4.1.0.
2018-12-16T01:11:44.2397901Z          Installing NSubstitute 3.1.0.
2018-12-16T01:11:44.2398172Z          Installing FluentAssertions 5.5.3.
2018-12-16T01:11:44.2398343Z          Installing xunit 2.4.1.
2018-12-16T01:11:44.2398542Z          Installing Microsoft.NET.Test.Sdk 15.9.0.
2018-12-16T01:11:44.2398710Z          Installing System.Linq.Queryable 4.3.0.
2018-12-16T01:11:44.2398905Z          Installing Castle.Core 4.2.0.
2018-12-16T01:11:44.2399068Z          Installing Microsoft.CodeCoverage 15.9.0.
2018-12-16T01:11:44.2399262Z          Installing System.Configuration.ConfigurationManager 4.4.0.
2018-12-16T01:11:44.2399435Z          Installing System.Diagnostics.TraceSource 4.3.0.
2018-12-16T01:11:44.2399638Z          Installing xunit.analyzers 0.10.0.
2018-12-16T01:11:44.2399830Z          Installing Microsoft.TestPlatform.TestHost 15.9.0.
2018-12-16T01:11:44.2400205Z          Installing xunit.core 2.4.1.
2018-12-16T01:11:44.2400389Z          Installing xunit.assert 2.4.1.
2018-12-16T01:11:44.2400554Z          Installing System.Security.Cryptography.ProtectedData 4.4.0.
2018-12-16T01:11:44.3155325Z          Installing xunit.extensibility.execution 2.4.1.
2018-12-16T01:11:44.3245415Z          Installing xunit.extensibility.core 2.4.1.
2018-12-16T01:11:44.3251585Z          Installing Microsoft.Extensions.DependencyModel 1.0.3.
2018-12-16T01:11:44.3440592Z          Installing Microsoft.TestPlatform.ObjectModel 15.9.0.
2018-12-16T01:11:44.3576176Z          Installing xunit.abstractions 2.0.3.
2018-12-16T01:11:44.3955644Z          Installing Microsoft.DotNet.PlatformAbstractions 1.0.3.
2018-12-16T01:11:44.4948255Z          Installing System.ComponentModel.EventBasedAsync 4.0.11.
2018-12-16T01:11:48.4984629Z          Committing restore...
2018-12-16T01:11:48.5089444Z          Generating MSBuild file D:\a\1\s\src\PsnBooster.UI\obj\PsnBooster.UI.csproj.nuget.g.props.
2018-12-16T01:11:48.5089743Z          Generating MSBuild file D:\a\1\s\src\PsnBooster.UI\obj\PsnBooster.UI.csproj.nuget.g.targets.
2018-12-16T01:11:48.5089829Z          Writing lock file to disk. Path: D:\a\1\s\src\PsnBooster.UI\obj\project.assets.json
2018-12-16T01:11:48.5089932Z          Restore completed in 11.96 sec for D:\a\1\s\src\PsnBooster.UI\PsnBooster.UI.csproj.
2018-12-16T01:11:48.7765274Z          Committing restore...
2018-12-16T01:11:48.7765680Z          Generating MSBuild file D:\a\1\s\src\PsnBooster.Core.Tests\obj\PsnBooster.Core.Tests.csproj.nuget.g.props.
2018-12-16T01:11:48.7774116Z          Generating MSBuild file D:\a\1\s\src\PsnBooster.Core.Tests\obj\PsnBooster.Core.Tests.csproj.nuget.g.targets.
2018-12-16T01:11:48.7778124Z          Writing lock file to disk. Path: D:\a\1\s\src\PsnBooster.Core.Tests\obj\project.assets.json
2018-12-16T01:11:48.7875562Z          Restore completed in 20.21 sec for D:\a\1\s\src\PsnBooster.Core.Tests\PsnBooster.Core.Tests.csproj.
2018-12-16T01:11:48.7909635Z          
2018-12-16T01:11:48.7910313Z          NuGet Config files used:
2018-12-16T01:11:48.7910713Z              C:\Users\VssAdministrator\AppData\Roaming\NuGet\NuGet.Config
2018-12-16T01:11:48.7911735Z              C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config
2018-12-16T01:11:48.7912133Z          
2018-12-16T01:11:48.7912892Z          Feeds used:
2018-12-16T01:11:48.7913302Z              https://api.nuget.org/v3/index.json
2018-12-16T01:11:48.7917001Z              C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2018-12-16T01:11:48.8036038Z          
2018-12-16T01:11:48.8039598Z          Installed:
2018-12-16T01:11:48.8040065Z              15 package(s) to D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj
2018-12-16T01:11:48.8040744Z              26 package(s) to D:\a\1\s\src\PsnBooster.UI\PsnBooster.UI.csproj
2018-12-16T01:11:48.8041089Z              54 package(s) to D:\a\1\s\src\PsnBooster.Core.Tests\PsnBooster.Core.Tests.csproj
2018-12-16T01:11:48.8275063Z      1>Done Building Project "D:\a\1\s\PSNBooster.sln" (Restore target(s)).
2018-12-16T01:11:48.8437386Z 
2018-12-16T01:11:48.8437783Z Build succeeded.
2018-12-16T01:11:48.8437869Z     0 Warning(s)
2018-12-16T01:11:48.8437921Z     0 Error(s)
2018-12-16T01:11:48.8437982Z 
2018-12-16T01:11:48.8438032Z Time Elapsed 00:00:21.37
2018-12-16T01:11:48.9559182Z Executing: "D:/a/1/s/build/tools/NuGet.exe" restore "D:/a/1/s/PSNBooster.sln" -NoCache -Verbosity normal -NonInteractive
2018-12-16T01:11:54.2347878Z MSBuild auto-detection: using msbuild version '15.8.169.51996' from 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\bin'.
2018-12-16T01:12:02.7893182Z Restoring packages for D:\a\1\s\src\PsnBooster.Core.Tests\PsnBooster.Core.Tests.csproj...
2018-12-16T01:12:02.7908793Z Restoring packages for D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj...
2018-12-16T01:12:03.5389443Z Committing restore...
2018-12-16T01:12:03.5393284Z Committing restore...
2018-12-16T01:12:03.5402329Z Generating MSBuild file D:\a\1\s\src\PsnBooster.Core\obj\PsnBooster.Core.csproj.nuget.g.props.
2018-12-16T01:12:03.5420614Z Generating MSBuild file D:\a\1\s\src\PsnBooster.Core.Tests\obj\PsnBooster.Core.Tests.csproj.nuget.g.props.
2018-12-16T01:12:03.5807977Z Writing lock file to disk. Path: D:\a\1\s\src\PsnBooster.Core\obj\project.assets.json
2018-12-16T01:12:03.5811291Z Assets file has not changed. Skipping assets file writing. Path: D:\a\1\s\src\PsnBooster.Core.Tests\obj\project.assets.json
2018-12-16T01:12:03.5898102Z Restore completed in 883.97 ms for D:\a\1\s\src\PsnBooster.Core.Tests\PsnBooster.Core.Tests.csproj.
2018-12-16T01:12:03.5899765Z Restore completed in 883.97 ms for D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj.
2018-12-16T01:12:03.6004637Z Restoring packages for D:\a\1\s\src\PsnBooster.UI\PsnBooster.UI.csproj...
2018-12-16T01:12:03.6432850Z Committing restore...
2018-12-16T01:12:03.6434946Z Generating MSBuild file D:\a\1\s\src\PsnBooster.UI\obj\PsnBooster.UI.csproj.nuget.g.props.
2018-12-16T01:12:03.6451273Z Writing lock file to disk. Path: D:\a\1\s\src\PsnBooster.UI\obj\project.assets.json
2018-12-16T01:12:03.6489696Z Restore completed in 49.64 ms for D:\a\1\s\src\PsnBooster.UI\PsnBooster.UI.csproj.
2018-12-16T01:12:03.6854132Z 
2018-12-16T01:12:03.6854850Z NuGet Config files used:
2018-12-16T01:12:03.6854957Z     C:\Users\VssAdministrator\AppData\Roaming\NuGet\NuGet.Config
2018-12-16T01:12:03.6855128Z     C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config
2018-12-16T01:12:03.6855334Z 
2018-12-16T01:12:03.6856184Z Feeds used:
2018-12-16T01:12:03.6856389Z     C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2018-12-16T01:12:03.6856577Z     https://api.nuget.org/v3/index.json
2018-12-16T01:12:03.7583241Z Finished executing task: Restore
2018-12-16T01:12:03.7590010Z 
2018-12-16T01:12:03.7590315Z ========================================
2018-12-16T01:12:03.7590504Z Build
2018-12-16T01:12:03.7590835Z ========================================
2018-12-16T01:12:03.7591014Z Executing task: Build
2018-12-16T01:12:03.8330530Z Executing: "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/MSBuild/15.0/Bin/amd64/MSBuild.exe" /v:minimal /p:Configuration="Release" /target:Build /fl /flp:logfile="D:/a/1/s/build/artifacts./msbuild.log" "D:/a/1/s/PSNBooster.sln"
2018-12-16T01:12:05.7824843Z Microsoft (R) Build Engine version 15.8.169+g1ccb72aefa for .NET Framework
2018-12-16T01:12:05.7825540Z Copyright (C) Microsoft Corporation. All rights reserved.
2018-12-16T01:12:05.7825711Z 
2018-12-16T01:12:18.4325114Z Proxy\Client\ProxyClient.cs(56,18): warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:18.4327705Z Dns\Resolver\LocalResolver.cs(25,25): warning VSTHRD002: Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:18.4328475Z Tcp\TcpServer.cs(54,26): warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:18.4330570Z Proxy\Client\ProxyClient.cs(182,18): warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:18.4330790Z Proxy\Client\ProxyClient.cs(219,18): warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:19.1004315Z   PsnBooster.Core -> D:\a\1\s\src\PsnBooster.Core\bin\Release\netstandard2.0\PsnBooster.Core.dll
2018-12-16T01:12:25.7098040Z [NuGet Minimal]: Restoring packages for C:\Users\VssAdministrator\.nuget\packages\gitversiontask\4.0.0\build\functionality\GitVersionBuild.targets...
2018-12-16T01:12:34.6723233Z Forms\MainForm.cs(117,28): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\a\1\s\src\PsnBooster.UI\PsnBooster.UI.csproj]
2018-12-16T01:12:34.6724324Z Program.cs(29,18): warning RCS1102: Make class static. [D:\a\1\s\src\PsnBooster.UI\PsnBooster.UI.csproj]
2018-12-16T01:12:34.6923477Z   PsnBooster.UI -> D:\a\1\s\src\PsnBooster.UI\bin\Release\PsnBooster.exe
2018-12-16T01:12:35.5152635Z Proxy\Download\HashTests.cs(24,18): warning RCS1102: Make class static. [D:\a\1\s\src\PsnBooster.Core.Tests\PsnBooster.Core.Tests.csproj]
2018-12-16T01:12:35.8464509Z   PsnBooster.Core.Tests -> D:\a\1\s\src\PsnBooster.Core.Tests\bin\Release\netcoreapp2.2\PsnBooster.Core.Tests.dll
2018-12-16T01:12:35.8967144Z Finished executing task: Build
2018-12-16T01:12:35.8968225Z 
2018-12-16T01:12:35.9000341Z ========================================
2018-12-16T01:12:35.9000549Z Test
2018-12-16T01:12:35.9001256Z ========================================
2018-12-16T01:12:35.9001357Z Executing task: Test
2018-12-16T01:12:36.0288354Z Executing: "C:/hostedtoolcache/windows/dncs/2.2.101/x64/dotnet.exe" test "D:/a/1/s/PSNBooster.sln"
2018-12-16T01:12:37.7640359Z Skipping running test for project D:\a\1\s\src\PsnBooster.UI\PsnBooster.UI.csproj. To run tests with dotnet test add "<IsTestProject>true<IsTestProject>" property to project file.
2018-12-16T01:12:37.8465406Z Skipping running test for project D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj. To run tests with dotnet test add "<IsTestProject>true<IsTestProject>" property to project file.
2018-12-16T01:12:37.8466057Z Build started, please wait...
2018-12-16T01:12:42.0594330Z Dns\Resolver\LocalResolver.cs(25,25): warning VSTHRD002: Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:42.0595147Z Proxy\Client\ProxyClient.cs(56,18): warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:42.0595480Z Proxy\Client\ProxyClient.cs(182,18): warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:42.0595703Z Proxy\Client\ProxyClient.cs(219,18): warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:42.0596249Z Tcp\TcpServer.cs(54,26): warning VSTHRD110: Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method. [D:\a\1\s\src\PsnBooster.Core\PsnBooster.Core.csproj]
2018-12-16T01:12:43.0805458Z Proxy\Download\HashTests.cs(24,18): warning RCS1102: Make class static. [D:\a\1\s\src\PsnBooster.Core.Tests\PsnBooster.Core.Tests.csproj]
2018-12-16T01:12:43.3297182Z Build completed.
2018-12-16T01:12:43.3297781Z 
2018-12-16T01:12:43.3322947Z Test run for D:\a\1\s\src\PsnBooster.Core.Tests\bin\Debug\netcoreapp2.2\PsnBooster.Core.Tests.dll(.NETCoreApp,Version=v2.2)
2018-12-16T01:12:43.4785025Z Microsoft (R) Test Execution Command Line Tool Version 15.9.0
2018-12-16T01:12:43.4785253Z Copyright (c) Microsoft Corporation.  All rights reserved.
2018-12-16T01:12:43.4785302Z 
2018-12-16T01:12:43.5464649Z Starting test execution, please wait...
2018-12-16T01:13:17.5164894Z 
2018-12-16T01:13:17.5165358Z Total tests: 14. Passed: 14. Failed: 0. Skipped: 0.
2018-12-16T01:13:17.5165431Z Test Run Successful.
2018-12-16T01:13:17.5166449Z Test execution time: 33.8996 Seconds
2018-12-16T01:13:17.6342541Z Finished executing task: Test
2018-12-16T01:13:17.6415833Z 
2018-12-16T01:13:17.6515075Z ========================================
2018-12-16T01:13:17.6596303Z Pack
2018-12-16T01:13:17.6600050Z ========================================
2018-12-16T01:13:17.6600352Z Executing task: Pack
2018-12-16T01:13:17.6600833Z Copying file ByteSize.dll to D:/a/1/s/build/artifacts/release/./ByteSize.dll
2018-12-16T01:13:17.6601018Z Copying file DNS.dll to D:/a/1/s/build/artifacts/release/./DNS.dll
2018-12-16T01:13:17.6604673Z Copying file LiveCharts.dll to D:/a/1/s/build/artifacts/release/./LiveCharts.dll
2018-12-16T01:13:17.6604863Z Copying file LiveCharts.WinForms.dll to D:/a/1/s/build/artifacts/release/./LiveCharts.WinForms.dll
2018-12-16T01:13:17.6605030Z Copying file LiveCharts.Wpf.dll to D:/a/1/s/build/artifacts/release/./LiveCharts.Wpf.dll
2018-12-16T01:13:17.6605456Z Copying file Newtonsoft.Json.dll to D:/a/1/s/build/artifacts/release/./Newtonsoft.Json.dll
2018-12-16T01:13:17.6605640Z Copying file PsnBooster.Core.dll to D:/a/1/s/build/artifacts/release/./PsnBooster.Core.dll
2018-12-16T01:13:17.6606226Z Copying file PsnBooster.exe to D:/a/1/s/build/artifacts/release/./PsnBooster.exe
2018-12-16T01:13:17.6606397Z Copying file PsnBooster.exe.config to D:/a/1/s/build/artifacts/release/./PsnBooster.exe.config
2018-12-16T01:13:17.6606589Z Copying file RestSharp.dll to D:/a/1/s/build/artifacts/release/./RestSharp.dll
2018-12-16T01:13:17.6606755Z Copying file Serilog.dll to D:/a/1/s/build/artifacts/release/./Serilog.dll
2018-12-16T01:13:17.6606947Z Copying file Serilog.Enrichers.Thread.dll to D:/a/1/s/build/artifacts/release/./Serilog.Enrichers.Thread.dll
2018-12-16T01:13:17.6607127Z Copying file Serilog.Sinks.ColoredConsole.dll to D:/a/1/s/build/artifacts/release/./Serilog.Sinks.ColoredConsole.dll
2018-12-16T01:13:17.6607361Z Copying file Serilog.Sinks.Console.dll to D:/a/1/s/build/artifacts/release/./Serilog.Sinks.Console.dll
2018-12-16T01:13:17.6607543Z Copying file Stashbox.dll to D:/a/1/s/build/artifacts/release/./Stashbox.dll
2018-12-16T01:13:17.6611100Z Copying file System.Collections.Immutable.dll to D:/a/1/s/build/artifacts/release/./System.Collections.Immutable.dll
2018-12-16T01:13:17.6611335Z Copying file System.Reactive.dll to D:/a/1/s/build/artifacts/release/./System.Reactive.dll
2018-12-16T01:13:17.6611542Z Copying file System.Reflection.TypeExtensions.dll to D:/a/1/s/build/artifacts/release/./System.Reflection.TypeExtensions.dll
2018-12-16T01:13:17.6611721Z Copying file System.Runtime.CompilerServices.Unsafe.dll to D:/a/1/s/build/artifacts/release/./System.Runtime.CompilerServices.Unsafe.dll
2018-12-16T01:13:17.6611984Z Copying file System.Threading.Tasks.Extensions.dll to D:/a/1/s/build/artifacts/release/./System.Threading.Tasks.Extensions.dll
2018-12-16T01:13:17.6995500Z Copying file System.ValueTuple.dll to D:/a/1/s/build/artifacts/release/./System.ValueTuple.dll
2018-12-16T01:13:18.0006991Z Copying file YamlDotNet.dll to D:/a/1/s/build/artifacts/release/./YamlDotNet.dll
2018-12-16T01:13:18.0045733Z Copying file config.yml to D:/a/1/s/build/artifacts/release/config/config.yml
2018-12-16T01:13:18.0628802Z Creating directory D:/a/1/s/build/artifacts/release/config
2018-12-16T01:13:18.0813409Z Copying file nameservers.yml to D:/a/1/s/build/artifacts/release/config/nameservers.yml
2018-12-16T01:13:18.0828894Z creating portable release file: psnbooster-portable-0.2.0-alpha.69.zip..
2018-12-16T01:13:18.0829532Z Creating zip file: D:/a/1/s/build/artifacts/setup/psnbooster-portable-0.2.0-alpha.69.zip
2018-12-16T01:13:18.0829962Z Compressing file D:/a/1/s/build/artifacts/release/ByteSize.dll
2018-12-16T01:13:18.0830511Z Compressing file D:/a/1/s/build/artifacts/release/DNS.dll
2018-12-16T01:13:18.0830740Z Compressing file D:/a/1/s/build/artifacts/release/LiveCharts.dll
2018-12-16T01:13:18.0830938Z Compressing file D:/a/1/s/build/artifacts/release/LiveCharts.WinForms.dll
2018-12-16T01:13:18.0831124Z Compressing file D:/a/1/s/build/artifacts/release/LiveCharts.Wpf.dll
2018-12-16T01:13:18.0831540Z Compressing file D:/a/1/s/build/artifacts/release/Newtonsoft.Json.dll
2018-12-16T01:13:18.0831724Z Compressing file D:/a/1/s/build/artifacts/release/PsnBooster.Core.dll
2018-12-16T01:13:18.0831881Z Compressing file D:/a/1/s/build/artifacts/release/PsnBooster.exe
2018-12-16T01:13:18.0832062Z Compressing file D:/a/1/s/build/artifacts/release/PsnBooster.exe.config
2018-12-16T01:13:18.0832218Z Compressing file D:/a/1/s/build/artifacts/release/RestSharp.dll
2018-12-16T01:13:18.0832373Z Compressing file D:/a/1/s/build/artifacts/release/Serilog.dll
2018-12-16T01:13:18.0832560Z Compressing file D:/a/1/s/build/artifacts/release/Serilog.Enrichers.Thread.dll
2018-12-16T01:13:18.0832723Z Compressing file D:/a/1/s/build/artifacts/release/Serilog.Sinks.ColoredConsole.dll
2018-12-16T01:13:18.0833048Z Compressing file D:/a/1/s/build/artifacts/release/Serilog.Sinks.Console.dll
2018-12-16T01:13:18.0833215Z Compressing file D:/a/1/s/build/artifacts/release/Stashbox.dll
2018-12-16T01:13:18.0833413Z Compressing file D:/a/1/s/build/artifacts/release/System.Collections.Immutable.dll
2018-12-16T01:13:18.0833572Z Compressing file D:/a/1/s/build/artifacts/release/System.Reactive.dll
2018-12-16T01:13:18.0833757Z Compressing file D:/a/1/s/build/artifacts/release/System.Reflection.TypeExtensions.dll
2018-12-16T01:13:18.0833920Z Compressing file D:/a/1/s/build/artifacts/release/System.Runtime.CompilerServices.Unsafe.dll
2018-12-16T01:13:18.0834108Z Compressing file D:/a/1/s/build/artifacts/release/System.Threading.Tasks.Extensions.dll
2018-12-16T01:13:18.0834269Z Compressing file D:/a/1/s/build/artifacts/release/System.ValueTuple.dll
2018-12-16T01:13:18.0834449Z Compressing file D:/a/1/s/build/artifacts/release/YamlDotNet.dll
2018-12-16T01:13:18.0834604Z Compressing file D:/a/1/s/build/artifacts/release/config/config.yml
2018-12-16T01:13:18.0834796Z Compressing file D:/a/1/s/build/artifacts/release/config/nameservers.yml
2018-12-16T01:13:18.0834970Z Zip successfully created: D:/a/1/s/build/artifacts/setup/psnbooster-portable-0.2.0-alpha.69.zip
2018-12-16T01:13:18.0835166Z Copying file psnbooster-portable-0.2.0-alpha.69.zip to D:/a/1/s/build/releases/development/portable/psnbooster-portable-0.2.0-alpha.69.zip
2018-12-16T01:13:18.0835335Z creating zipped installer release file: psnbooster-0.2.0-alpha.69.zip.. 
2018-12-16T01:13:18.0835524Z Executing: "tools/Advanced Installer 15.5.1/bin/x86/AdvancedInstaller.com" /edit D:/a/1/s/build/setup.aip /SetVersion 0.2.0
2018-12-16T01:13:19.5016804Z Executing: "tools/Advanced Installer 15.5.1/bin/x86/AdvancedInstaller.com" /build D:/a/1/s/build/setup.aip
2018-12-16T01:13:19.6477521Z  
2018-12-16T01:13:19.6502211Z Checking builds status 
2018-12-16T01:13:19.6506421Z Build required. 
2018-12-16T01:13:19.6506765Z 
2018-12-16T01:13:19.6557441Z [ DefaultBuild ] 
2018-12-16T01:13:19.6558309Z Building package: D:\a\1\s\build\artifacts\setup\psnbooster-setup.exe 
2018-12-16T01:13:19.7830541Z Prepare build 
2018-12-16T01:13:19.7836748Z Preparing files 
2018-12-16T01:13:20.6793881Z Creating CAB file(s) 
2018-12-16T01:13:22.0420140Z Creating MSI database 
2018-12-16T01:13:22.0620160Z Writing Summary Information 
2018-12-16T01:13:22.1860025Z Creating EXE file 
2018-12-16T01:13:22.1887962Z Validating MSI 
2018-12-16T01:13:22.1888672Z  
2018-12-16T01:13:22.1890958Z Total build time: 2 sec.
2018-12-16T01:13:22.1891451Z  
2018-12-16T01:13:22.1891799Z Build finished successfully.
2018-12-16T01:13:22.2121580Z Creating zip file: D:/a/1/s/build/artifacts/setup/psnbooster-0.2.0-alpha.69.zip
2018-12-16T01:13:22.2122591Z Compressing file D:/a/1/s/build/artifacts/setup/psnbooster-setup.exe
2018-12-16T01:13:22.5689114Z Zip successfully created: D:/a/1/s/build/artifacts/setup/psnbooster-0.2.0-alpha.69.zip
2018-12-16T01:13:22.5695210Z Copying file psnbooster-0.2.0-alpha.69.zip to D:/a/1/s/build/releases/development/installer/psnbooster-0.2.0-alpha.69.zip
2018-12-16T01:13:22.5733084Z Finished executing task: Pack
2018-12-16T01:13:22.5733593Z 
2018-12-16T01:13:22.5733700Z ========================================
2018-12-16T01:13:22.5733757Z Upload
2018-12-16T01:13:22.5733831Z ========================================
2018-12-16T01:13:22.5733888Z Executing task: Upload
2018-12-16T01:13:22.5786673Z uploading portable release: psnbooster-portable-0.2.0-alpha.69.zip..
2018-12-16T01:13:23.0135961Z Resolving assembly log4net
2018-12-16T01:13:23.0150659Z Exception while resolving assembly log4net: Could not load file or assembly 'log4net' or one of its dependencies. The system cannot find the file specified.
2018-12-16T01:13:23.1362194Z Uploading file releases/development/portable/psnbooster-portable-0.2.0-alpha.69.zip to bucket cdn.psnbooster.com...
2018-12-16T01:13:23.4035365Z 5.84% (106/1,822)
2018-12-16T01:13:23.4277366Z 11.69% (212/1,822)
2018-12-16T01:13:23.4488068Z 17.53% (319/1,822)
2018-12-16T01:13:23.4504814Z 23.38% (425/1,822)
2018-12-16T01:13:23.4602277Z 29.22% (532/1,822)
2018-12-16T01:13:23.4606477Z 35.07% (638/1,822)
2018-12-16T01:13:23.4639866Z 40.91% (745/1,822)
2018-12-16T01:13:23.4668997Z 46.76% (851/1,822)
2018-12-16T01:13:23.4688957Z 52.60% (958/1,822)
2018-12-16T01:13:23.4835227Z 58.45% (1,064/1,822)
2018-12-16T01:13:23.4838660Z 64.29% (1,171/1,822)
2018-12-16T01:13:23.4866690Z 70.14% (1,277/1,822)
2018-12-16T01:13:23.4892127Z 75.98% (1,384/1,822)
2018-12-16T01:13:23.4916469Z 81.83% (1,490/1,822)
2018-12-16T01:13:23.4940732Z 87.67% (1,597/1,822)
2018-12-16T01:13:23.4946073Z 93.52% (1,703/1,822)
2018-12-16T01:13:23.4973056Z 99.36% (1,810/1,822)
2018-12-16T01:13:23.4973156Z 100.00% (1,822/1,822)
2018-12-16T01:13:23.5818961Z uploading setup release: psnbooster-0.2.0-alpha.69.zip..
2018-12-16T01:13:23.5948351Z Uploading file releases/development/installer/psnbooster-0.2.0-alpha.69.zip to bucket cdn.psnbooster.com...
2018-12-16T01:13:23.6182136Z 3.02% (106/3,522)
2018-12-16T01:13:23.6207159Z 6.05% (212/3,522)
2018-12-16T01:13:23.6234732Z 9.07% (319/3,522)
2018-12-16T01:13:23.6260705Z 12.09% (425/3,522)
2018-12-16T01:13:23.6287504Z 15.11% (532/3,522)
2018-12-16T01:13:23.6294160Z 18.14% (638/3,522)
2018-12-16T01:13:23.6319849Z 21.16% (745/3,522)
2018-12-16T01:13:23.6345915Z 24.18% (851/3,522)
2018-12-16T01:13:23.6370902Z 27.21% (958/3,522)
2018-12-16T01:13:23.6399801Z 30.23% (1,064/3,522)
2018-12-16T01:13:23.6406231Z 33.25% (1,171/3,522)
2018-12-16T01:13:23.6433224Z 36.27% (1,277/3,522)
2018-12-16T01:13:23.6462261Z 39.30% (1,384/3,522)
2018-12-16T01:13:23.6489945Z 42.32% (1,490/3,522)
2018-12-16T01:13:23.6527915Z 45.34% (1,597/3,522)
2018-12-16T01:13:23.6533235Z 48.37% (1,703/3,522)
2018-12-16T01:13:23.6559431Z 51.39% (1,810/3,522)
2018-12-16T01:13:23.6585492Z 54.41% (1,916/3,522)
2018-12-16T01:13:23.6617567Z 57.43% (2,023/3,522)
2018-12-16T01:13:23.6643502Z 60.46% (2,129/3,522)
2018-12-16T01:13:23.6672292Z 63.48% (2,236/3,522)
2018-12-16T01:13:23.6678311Z 66.50% (2,342/3,522)
2018-12-16T01:13:23.6705220Z 69.53% (2,449/3,522)
2018-12-16T01:13:23.6730469Z 72.55% (2,555/3,522)
2018-12-16T01:13:23.6757358Z 75.57% (2,662/3,522)
2018-12-16T01:13:23.6783214Z 78.59% (2,768/3,522)
2018-12-16T01:13:23.6790456Z 81.62% (2,875/3,522)
2018-12-16T01:13:23.6815041Z 84.64% (2,981/3,522)
2018-12-16T01:13:23.6840198Z 87.66% (3,088/3,522)
2018-12-16T01:13:23.6868152Z 90.69% (3,194/3,522)
2018-12-16T01:13:23.6894840Z 93.71% (3,301/3,522)
2018-12-16T01:13:23.6950008Z 96.73% (3,407/3,522)
2018-12-16T01:13:23.6950185Z 99.76% (3,514/3,522)
2018-12-16T01:13:23.6950340Z 100.00% (3,522/3,522)
2018-12-16T01:13:23.7710062Z Finished executing task: Upload
2018-12-16T01:13:23.7710267Z 
2018-12-16T01:13:23.7710324Z ========================================
2018-12-16T01:13:23.7710382Z Default
2018-12-16T01:13:23.7710456Z ========================================
2018-12-16T01:13:23.7710513Z Executing task: Default
2018-12-16T01:13:23.7710634Z Finished executing task: Default
2018-12-16T01:13:23.7729660Z 
2018-12-16T01:13:23.7730700Z ----------------------------------------
2018-12-16T01:13:23.7731553Z Teardown
2018-12-16T01:13:23.7731792Z ----------------------------------------
2018-12-16T01:13:23.7731958Z Executing custom teardown action...
2018-12-16T01:13:23.7733070Z build done for version 0.2.0-alpha.69..
2018-12-16T01:13:23.7757225Z 
2018-12-16T01:13:23.7757393Z Task                          Duration            
2018-12-16T01:13:23.7757888Z --------------------------------------------------
2018-12-16T01:13:23.7760665Z Setup                         00:00:00.0033094    
2018-12-16T01:13:23.7760768Z Clean                         00:00:00.0124565    
2018-12-16T01:13:23.7760862Z Restore                       00:02:47.0812731    
2018-12-16T01:13:23.7760925Z Build                         00:00:32.1387822    
2018-12-16T01:13:23.7761012Z Test                          00:00:41.7343352    
2018-12-16T01:13:23.7761283Z Pack                          00:00:04.9436605    
2018-12-16T01:13:23.7761345Z Upload                        00:00:01.1970106    
2018-12-16T01:13:23.7761444Z Default                       00:00:00.0000986    
2018-12-16T01:13:23.7761505Z Teardown                      00:00:00.0007032    
2018-12-16T01:13:23.7761590Z --------------------------------------------------
2018-12-16T01:13:23.7814362Z Total:                        00:04:07.1116293    
2018-12-16T01:13:23.8494325Z ##[section]Finishing: Cake 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.