2021-11-23T19:08:24.8338370Z ##[section]Starting: Compile and publish binaries 2021-11-23T19:08:24.8345774Z ============================================================================== 2021-11-23T19:08:24.8346033Z Task : Bash 2021-11-23T19:08:24.8346240Z Description : Run a Bash script on macOS, Linux, or Windows 2021-11-23T19:08:24.8346447Z Version : 3.189.0 2021-11-23T19:08:24.8346639Z Author : Microsoft Corporation 2021-11-23T19:08:24.8346890Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2021-11-23T19:08:24.8347187Z ============================================================================== 2021-11-23T19:08:24.9682853Z Generating script. 2021-11-23T19:08:24.9702552Z Formatted command: exec bash '/home/vsts/work/1/s/build/scripts/compile_binaries.sh' /home/vsts/work/1/s /home/vsts/work/1/b 2021-11-23T19:08:24.9716914Z ========================== Starting Command Output =========================== 2021-11-23T19:08:24.9730692Z [command]/usr/bin/bash /home/vsts/work/_temp/75b9c906-7d55-472c-956f-ef19c19a69f0.sh 2021-11-23T19:08:24.9835683Z GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu) 2021-11-23T19:08:24.9836687Z Removing old folder 2021-11-23T19:08:25.2081388Z Microsoft (R) .NET Core SDK version 6.0.100 2021-11-23T19:08:25.2082487Z ***************************************************** Building solutions ... ************************************************************************************* 2021-11-23T19:08:25.4934153Z Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET 2021-11-23T19:08:25.4934948Z Copyright (C) Microsoft Corporation. All rights reserved. 2021-11-23T19:08:25.4935355Z 2021-11-23T19:08:25.5671099Z Build started 11/23/2021 19:08:25. 2021-11-23T19:08:25.5758500Z 0>Process = "/usr/share/dotnet/dotnet" 2021-11-23T19:08:25.5763365Z MSBuild executable path = "/usr/share/dotnet/sdk/6.0.100/MSBuild.dll" 2021-11-23T19:08:25.5765055Z Command line arguments = "/usr/share/dotnet/sdk/6.0.100/dotnet.dll build -c Release /home/vsts/work/1/s/src/ProjectBServices.sln -v d" 2021-11-23T19:08:25.5765926Z Current directory = "/home/vsts/work/1/s/build/scripts" 2021-11-23T19:08:25.5766530Z MSBuild version = "17.0.0+c9eb9dd64" 2021-11-23T19:08:25.7666469Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" on node 1 (Restore target(s)). 2021-11-23T19:08:25.7668030Z 1>Target "ValidateSolutionConfiguration" in file "/home/vsts/work/1/s/src/ProjectBServices.sln.metaproj" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (entry point): 2021-11-23T19:08:25.7670193Z 1>Task "Error" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' != 'true')) was evaluated as ((' 2021-11-23T19:08:25.7671803Z Release|AnyCPU 2021-11-23T19:08:25.7673183Z Release|AnyCPU 2021-11-23T19:08:25.7674556Z Release|AnyCPU 2021-11-23T19:08:25.7675982Z Release|AnyCPU 2021-11-23T19:08:25.7676985Z 2021-11-23T19:08:25.7679663Z Release|AnyCPU 2021-11-23T19:08:25.7681047Z Release|AnyCPU 2021-11-23T19:08:25.7682421Z Release|AnyCPU 2021-11-23T19:08:25.7683992Z Release|AnyCPU 2021-11-23T19:08:25.7685115Z Done building target "ValidateSolutionConfiguration" in project "ProjectBServices.sln". 2021-11-23T19:08:26.4782155Z 1>Target "ValidateToolsVersions" in file "/home/vsts/work/1/s/src/ProjectBServices.sln.metaproj" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (entry point): 2021-11-23T19:08:26.4797604Z Task "Error" skipped, due to false condition; ('$(MSBuildToolsVersion)' == '2.0' and ('$(ProjectToolsVersion)' != '2.0' and '$(ProjectToolsVersion)' != '')) was evaluated as ('Current' == '2.0' and ('' != '2.0' and '' != '')). 2021-11-23T19:08:26.4803160Z 1>Done building target "ValidateToolsVersions" in project "ProjectBServices.sln". 2021-11-23T19:08:26.4804058Z 1>Target "ValidateProjects" in file "/home/vsts/work/1/s/src/ProjectBServices.sln.metaproj" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (entry point): 2021-11-23T19:08:26.4804751Z 1>Done building target "ValidateProjects" in project "ProjectBServices.sln". 2021-11-23T19:08:26.4805481Z 1>Target "_LoadRestoreGraphEntryPoints" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (target "_FilterRestoreGraphProjectInputItems" depends on it): 2021-11-23T19:08:26.4806245Z Using "GetRestoreSolutionProjectsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:26.4806779Z Task "GetRestoreSolutionProjectsTask" 2021-11-23T19:08:26.4810898Z (in) ProjectReferences '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj;/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj;/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj;/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj;/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj;/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj;/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj;/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj;/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:26.4814249Z (in) SolutionFilePath '/home/vsts/work/1/s/src/ProjectBServices.sln.metaproj' 2021-11-23T19:08:26.4814833Z Done executing task "GetRestoreSolutionProjectsTask". 2021-11-23T19:08:26.4815324Z 1>Done building target "_LoadRestoreGraphEntryPoints" in project "ProjectBServices.sln". 2021-11-23T19:08:26.4816047Z 1>Target "_FilterRestoreGraphProjectInputItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (target "_GenerateRestoreGraph" depends on it): 2021-11-23T19:08:26.4816845Z Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:26.4817362Z Task "RemoveDuplicates" 2021-11-23T19:08:26.4817757Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:26.4818288Z Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:26.4818783Z Task "MSBuild" 2021-11-23T19:08:26.4819149Z Global Properties: 2021-11-23T19:08:26.4819541Z ExcludeRestorePackageImports=true 2021-11-23T19:08:26.4819944Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:26.4820564Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:26.4821596Z SolutionName=ProjectBServices 2021-11-23T19:08:26.4822050Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:26.4822543Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:26.4823000Z SolutionExt=.sln 2021-11-23T19:08:26.4823525Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj": 2021-11-23T19:08:26.4824538Z Configuration=Release 2021-11-23T19:08:26.4824893Z Platform=AnyCPU 2021-11-23T19:08:26.4825406Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj": 2021-11-23T19:08:26.4825879Z Configuration=Release 2021-11-23T19:08:26.4826254Z Platform=AnyCPU 2021-11-23T19:08:26.4826866Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:26.4827409Z Configuration=Release 2021-11-23T19:08:26.4827767Z Platform=AnyCPU 2021-11-23T19:08:26.4828281Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj": 2021-11-23T19:08:26.4828800Z Configuration=Release 2021-11-23T19:08:26.4829151Z Platform=AnyCPU 2021-11-23T19:08:26.4829657Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:26.4830173Z Configuration=Release 2021-11-23T19:08:26.4830523Z Platform=AnyCPU 2021-11-23T19:08:26.4830956Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj": 2021-11-23T19:08:26.4831606Z Configuration=Release 2021-11-23T19:08:26.4831968Z Platform=AnyCPU 2021-11-23T19:08:26.4832426Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj": 2021-11-23T19:08:26.4832893Z Configuration=Release 2021-11-23T19:08:26.4833244Z Platform=AnyCPU 2021-11-23T19:08:26.4833740Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj": 2021-11-23T19:08:26.4834236Z Configuration=Release 2021-11-23T19:08:26.4834590Z Platform=AnyCPU 2021-11-23T19:08:26.4835094Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj": 2021-11-23T19:08:26.4835618Z Configuration=Release 2021-11-23T19:08:26.4836152Z Platform=AnyCPU 2021-11-23T19:08:26.4836640Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj": 2021-11-23T19:08:26.4837144Z Configuration=Release 2021-11-23T19:08:26.4837504Z Platform=AnyCPU 2021-11-23T19:08:26.4838049Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj": 2021-11-23T19:08:26.4838597Z Configuration=Release 2021-11-23T19:08:26.4838965Z Platform=AnyCPU 2021-11-23T19:08:26.4839450Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:26.4839974Z Configuration=Release 2021-11-23T19:08:26.4840352Z Platform=AnyCPU 2021-11-23T19:08:26.4841044Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj": 2021-11-23T19:08:26.4841577Z Configuration=Release 2021-11-23T19:08:26.4841935Z Platform=AnyCPU 2021-11-23T19:08:26.4842406Z Additional Properties for project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj": 2021-11-23T19:08:26.4842847Z Configuration=Release 2021-11-23T19:08:26.4843356Z Platform=AnyCPU 2021-11-23T19:08:26.4843872Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj": 2021-11-23T19:08:26.4844425Z Configuration=Release 2021-11-23T19:08:26.4844799Z Platform=AnyCPU 2021-11-23T19:08:26.4845256Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj": 2021-11-23T19:08:26.4845733Z Configuration=Release 2021-11-23T19:08:26.4846103Z Platform=AnyCPU 2021-11-23T19:08:26.4846772Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:26.4847447Z Configuration=Release 2021-11-23T19:08:26.4847816Z Platform=AnyCPU 2021-11-23T19:08:26.4848377Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:26.4848950Z Configuration=Release 2021-11-23T19:08:26.4849319Z Platform=AnyCPU 2021-11-23T19:08:26.4850036Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:26.4850728Z Configuration=Release 2021-11-23T19:08:26.4851078Z Platform=AnyCPU 2021-11-23T19:08:26.4851825Z Additional Properties for project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj": 2021-11-23T19:08:26.4852332Z Configuration=Release 2021-11-23T19:08:26.4852705Z Platform=AnyCPU 2021-11-23T19:08:26.4853308Z 0>Resolving SDK 'Microsoft.NET.Sdk.Web'... 2021-11-23T19:08:26.4854139Z Resolving SDK 'Microsoft.NET.Sdk'... 2021-11-23T19:08:26.4854818Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.4855529Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4856001Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4856510Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4856979Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4857656Z Resolving SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator'... 2021-11-23T19:08:26.4858486Z Resolving SDK 'Microsoft.NET.ILLink.Tasks'... 2021-11-23T19:08:26.4859256Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.4860155Z Resolving SDK 'Microsoft.NET.Sdk.Razor'... 2021-11-23T19:08:26.4861114Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**" (previous value: ";**\node_modules\**;node_modules\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.Razor.StaticAssets.ProjectSystem.props (23,5) 2021-11-23T19:08:26.4862526Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.Razor.StaticAssets.ProjectSystem.props (24,5) 2021-11-23T19:08:26.4863751Z Resolving SDK 'Microsoft.NET.Sdk.Web.ProjectSystem'... 2021-11-23T19:08:26.4868114Z Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props (16,5) 2021-11-23T19:08:26.4869036Z Resolving SDK 'Microsoft.NET.Sdk.Publish'... 2021-11-23T19:08:26.4869598Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Host" (previous value: "ProjectB.Host") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj (9,5) 2021-11-23T19:08:26.4870369Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Host" (previous value: "ProjectB.Host") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj (10,5) 2021-11-23T19:08:26.4870919Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4871293Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4871830Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.4872538Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.4873628Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (225,5) 2021-11-23T19:08:26.4875346Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.4876541Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.4877278Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.4878201Z Resolving SDK 'Microsoft.NET.SDK.WorkloadManifestTargetsLocator'... 2021-11-23T19:08:26.4878975Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.4880217Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.4881067Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.4881858Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4882555Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4883102Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4883463Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4884129Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.4884701Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4885062Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4885558Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (176,5) 2021-11-23T19:08:26.4886180Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.4886694Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4887066Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4887418Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4887778Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4888137Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4888609Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.4889205Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.4889932Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.4890461Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.4891646Z AssignProjectConfiguration; 2021-11-23T19:08:26.4892150Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.4892586Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.4893122Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.4893537Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.4893881Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.4894177Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.4894486Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.4894934Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.4895406Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.4895739Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.4896023Z SolutionExt=.sln; 2021-11-23T19:08:26.4897654Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.4898710Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.4900091Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ProjectB.Host.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Host.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.4970847Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.4971185Z 2021-11-23T19:08:26.4971427Z ResolveProjectReferences; 2021-11-23T19:08:26.4971682Z FindInvalidProjectReferences; 2021-11-23T19:08:26.4971942Z GetFrameworkPaths; 2021-11-23T19:08:26.4972181Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.4972435Z PrepareForBuild; 2021-11-23T19:08:26.4972683Z ResolveSDKReferences; 2021-11-23T19:08:26.4972919Z ExpandSDKReferences; 2021-11-23T19:08:26.4973146Z ; 2021-11-23T19:08:26.4974319Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.4974627Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.4974897Z " (previous value: " 2021-11-23T19:08:26.4975145Z ResolveProjectReferences; 2021-11-23T19:08:26.4975418Z FindInvalidProjectReferences; 2021-11-23T19:08:26.4975675Z GetFrameworkPaths; 2021-11-23T19:08:26.4975916Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.4976168Z PrepareForBuild; 2021-11-23T19:08:26.4976399Z ResolveSDKReferences; 2021-11-23T19:08:26.4976652Z ExpandSDKReferences; 2021-11-23T19:08:26.4977019Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.4977415Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.4977731Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.4978906Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.4979334Z 2021-11-23T19:08:26.4979541Z ; 2021-11-23T19:08:26.4979754Z PrepareResourceNames; 2021-11-23T19:08:26.4979993Z ResGen; 2021-11-23T19:08:26.4980226Z CompileLicxFiles 2021-11-23T19:08:26.4980440Z 2021-11-23T19:08:26.4980672Z " (previous value: " 2021-11-23T19:08:26.4981156Z ; 2021-11-23T19:08:26.4981379Z PrepareResourceNames; 2021-11-23T19:08:26.4981616Z ResGen; 2021-11-23T19:08:26.4981831Z CompileLicxFiles 2021-11-23T19:08:26.4983104Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.4984057Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.4985442Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.4987718Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.4989362Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.4991802Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.4993399Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.4995393Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.4995694Z 2021-11-23T19:08:26.4995903Z 2021-11-23T19:08:26.4996121Z ResolveProjectReferences; 2021-11-23T19:08:26.4996396Z FindInvalidProjectReferences; 2021-11-23T19:08:26.4996653Z GetFrameworkPaths; 2021-11-23T19:08:26.4996896Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.4997148Z PrepareForBuild; 2021-11-23T19:08:26.5003181Z ResolveSDKReferences; 2021-11-23T19:08:26.5003473Z ExpandSDKReferences; 2021-11-23T19:08:26.5003706Z ; 2021-11-23T19:08:26.5003944Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5004230Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5004457Z ; 2021-11-23T19:08:26.5004701Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.5004973Z " (previous value: " 2021-11-23T19:08:26.5005215Z 2021-11-23T19:08:26.5005453Z ResolveProjectReferences; 2021-11-23T19:08:26.5005712Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5007257Z GetFrameworkPaths; 2021-11-23T19:08:26.5007546Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5007791Z PrepareForBuild; 2021-11-23T19:08:26.5008045Z ResolveSDKReferences; 2021-11-23T19:08:26.5008286Z ExpandSDKReferences; 2021-11-23T19:08:26.5008519Z ; 2021-11-23T19:08:26.5008769Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5009040Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5009434Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.5010436Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ProjectB.Host.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Host.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.5012476Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.5013675Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.5014554Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Api" (previous value: "ProjectB.Api") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj (5,2) 2021-11-23T19:08:26.5015318Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Api" (previous value: "ProjectB.Api") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj (6,5) 2021-11-23T19:08:26.5015894Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5016262Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5016784Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.5018527Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.5019559Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.5020515Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.5021216Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.5022458Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.5022710Z 2021-11-23T19:08:26.5022934Z BuildOnlySettings; 2021-11-23T19:08:26.5023163Z PrepareForBuild; 2021-11-23T19:08:26.5023401Z PreBuildEvent; 2021-11-23T19:08:26.5023628Z ResolveReferences; 2021-11-23T19:08:26.5023871Z PrepareResources; 2021-11-23T19:08:26.5024115Z ResolveKeySource; 2021-11-23T19:08:26.5024333Z Compile; 2021-11-23T19:08:26.5024570Z ExportWindowsMDFile; 2021-11-23T19:08:26.5024837Z UnmanagedUnregistration; 2021-11-23T19:08:26.5025093Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.5025365Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.5025610Z GenerateManifests; 2021-11-23T19:08:26.5025852Z GetTargetPath; 2021-11-23T19:08:26.5026089Z PrepareForRun; 2021-11-23T19:08:26.5026321Z UnmanagedRegistration; 2021-11-23T19:08:26.5026570Z IncrementalClean; 2021-11-23T19:08:26.5026794Z PostBuildEvent 2021-11-23T19:08:26.5027013Z ; 2021-11-23T19:08:26.5027249Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.5027518Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.5027799Z " (previous value: " 2021-11-23T19:08:26.5028039Z BuildOnlySettings; 2021-11-23T19:08:26.5028283Z PrepareForBuild; 2021-11-23T19:08:26.5028521Z PreBuildEvent; 2021-11-23T19:08:26.5028754Z ResolveReferences; 2021-11-23T19:08:26.5029046Z PrepareResources; 2021-11-23T19:08:26.5029288Z ResolveKeySource; 2021-11-23T19:08:26.5029506Z Compile; 2021-11-23T19:08:26.5029895Z ExportWindowsMDFile; 2021-11-23T19:08:26.5030143Z UnmanagedUnregistration; 2021-11-23T19:08:26.5030415Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.5030687Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.5030928Z GenerateManifests; 2021-11-23T19:08:26.5031170Z GetTargetPath; 2021-11-23T19:08:26.5031391Z PrepareForRun; 2021-11-23T19:08:26.5031637Z UnmanagedRegistration; 2021-11-23T19:08:26.5031885Z IncrementalClean; 2021-11-23T19:08:26.5032111Z PostBuildEvent 2021-11-23T19:08:26.5032449Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.5032832Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.5033108Z _SdkBeforeClean; 2021-11-23T19:08:26.5033331Z 2021-11-23T19:08:26.5033670Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.5034086Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.5034549Z _SdkBeforeRebuild; 2021-11-23T19:08:26.5034766Z 2021-11-23T19:08:26.5035236Z BeforeRebuild; 2021-11-23T19:08:26.5035653Z Clean; 2021-11-23T19:08:26.5035876Z Build; 2021-11-23T19:08:26.5036122Z AfterRebuild; 2021-11-23T19:08:26.5036343Z 2021-11-23T19:08:26.5036597Z " (previous value: " 2021-11-23T19:08:26.5036871Z BeforeRebuild; 2021-11-23T19:08:26.5037104Z Clean; 2021-11-23T19:08:26.5037340Z Build; 2021-11-23T19:08:26.5037570Z AfterRebuild; 2021-11-23T19:08:26.5038367Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.5038756Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.5039186Z 2021-11-23T19:08:26.5039411Z ResolveReferences; 2021-11-23T19:08:26.5039640Z ResolveKeySource; 2021-11-23T19:08:26.5039895Z SetWin32ManifestProperties; 2021-11-23T19:08:26.5040175Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.5040436Z _GenerateCompileInputs; 2021-11-23T19:08:26.5040683Z BeforeCompile; 2021-11-23T19:08:26.5040931Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.5041187Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.5041442Z CoreCompile; 2021-11-23T19:08:26.5041670Z _TimeStampAfterCompile; 2021-11-23T19:08:26.5041916Z AfterCompile; 2021-11-23T19:08:26.5042134Z ; 2021-11-23T19:08:26.5042345Z _CreateAppHost; 2021-11-23T19:08:26.5042585Z _CreateComHost; 2021-11-23T19:08:26.5042810Z _GetIjwHostPaths; 2021-11-23T19:08:26.5043064Z " (previous value: " 2021-11-23T19:08:26.5043324Z ResolveReferences; 2021-11-23T19:08:26.5044569Z ResolveKeySource; 2021-11-23T19:08:26.5044842Z SetWin32ManifestProperties; 2021-11-23T19:08:26.5045109Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.5045384Z _GenerateCompileInputs; 2021-11-23T19:08:26.5045632Z BeforeCompile; 2021-11-23T19:08:26.5045863Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.5046133Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.5046389Z CoreCompile; 2021-11-23T19:08:26.5046617Z _TimeStampAfterCompile; 2021-11-23T19:08:26.5046864Z AfterCompile; 2021-11-23T19:08:26.5047186Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.5047594Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.5047874Z 2021-11-23T19:08:26.5048102Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.5048524Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.5061272Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.5061565Z ; 2021-11-23T19:08:26.5061814Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.5062073Z " (previous value: " 2021-11-23T19:08:26.5062351Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.5063210Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.5063514Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.5063868Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.5064277Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.5064599Z 2021-11-23T19:08:26.5064807Z ; 2021-11-23T19:08:26.5064995Z 2021-11-23T19:08:26.5065199Z ; 2021-11-23T19:08:26.5065880Z BuildOnlySettings; 2021-11-23T19:08:26.5066145Z PrepareForBuild; 2021-11-23T19:08:26.5066388Z AssignTargetPaths; 2021-11-23T19:08:26.5066615Z ResolveReferences 2021-11-23T19:08:26.5066836Z 2021-11-23T19:08:26.5067036Z ; 2021-11-23T19:08:26.5067252Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.5067530Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.5067796Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.5068068Z " (previous value: " 2021-11-23T19:08:26.5068304Z ; 2021-11-23T19:08:26.5068493Z 2021-11-23T19:08:26.5068699Z ; 2021-11-23T19:08:26.5068909Z BuildOnlySettings; 2021-11-23T19:08:26.5069369Z PrepareForBuild; 2021-11-23T19:08:26.5069612Z AssignTargetPaths; 2021-11-23T19:08:26.5069840Z ResolveReferences 2021-11-23T19:08:26.5070061Z 2021-11-23T19:08:26.5070387Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.5071138Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ProjectB.Host.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Host.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.5072200Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ProjectB.Host.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Host.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.5073091Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.5073828Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.5074540Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.5075167Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.5075839Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.5076654Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.5077610Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.5078395Z Property reassignment: $(DebugSymbolsProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.5078671Z ; 2021-11-23T19:08:26.5078940Z _RazorAddDebugSymbolsProjectOutputGroupOutput 2021-11-23T19:08:26.5079365Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (179,5) 2021-11-23T19:08:26.5079792Z Property reassignment: $(PrepareForBuildDependsOn)=" 2021-11-23T19:08:26.5080138Z ;GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata; 2021-11-23T19:08:26.5080446Z ResolveRazorGenerateInputs 2021-11-23T19:08:26.5102369Z " (previous value: ";GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (184,5) 2021-11-23T19:08:26.5103194Z Property reassignment: $(GenerateNuspecDependsOn)=" 2021-11-23T19:08:26.5103512Z ResolveRazorGenerateInputs; 2021-11-23T19:08:26.5103858Z Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; 2021-11-23T19:08:26.5104681Z " (previous value: "Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (189,5) 2021-11-23T19:08:26.5105249Z Property reassignment: $(PrepareForRunDependsOn)=" 2021-11-23T19:08:26.5105545Z _RazorPrepareForRun; 2021-11-23T19:08:26.5106714Z 2021-11-23T19:08:26.5106970Z CopyFilesToOutputDirectory 2021-11-23T19:08:26.5107202Z 2021-11-23T19:08:26.5107419Z " (previous value: " 2021-11-23T19:08:26.5107685Z CopyFilesToOutputDirectory 2021-11-23T19:08:26.5108035Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (194,5) 2021-11-23T19:08:26.5108611Z Property reassignment: $(UseRazorBuildServer)="true" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (285,5) 2021-11-23T19:08:26.5109316Z Property reassignment: $(_RazorDebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (291,5) 2021-11-23T19:08:26.5109875Z Property reassignment: $(PrepareForRunDependsOn)="StaticWebAssetsPrepareForRun; 2021-11-23T19:08:26.5110183Z _RazorPrepareForRun; 2021-11-23T19:08:26.5110410Z 2021-11-23T19:08:26.5110628Z CopyFilesToOutputDirectory 2021-11-23T19:08:26.5110859Z 2021-11-23T19:08:26.5111090Z " (previous value: " 2021-11-23T19:08:26.5111334Z _RazorPrepareForRun; 2021-11-23T19:08:26.5111559Z 2021-11-23T19:08:26.5111777Z CopyFilesToOutputDirectory 2021-11-23T19:08:26.5112013Z 2021-11-23T19:08:26.5112359Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (249,5) 2021-11-23T19:08:26.5112785Z Property reassignment: $(GetCopyToOutputDirectoryItemsDependsOn)=" 2021-11-23T19:08:26.5113090Z AssignTargetPaths; 2021-11-23T19:08:26.5113460Z 2021-11-23T19:08:26.5113686Z AssignProjectConfiguration; 2021-11-23T19:08:26.5113968Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.5114201Z ; 2021-11-23T19:08:26.5114459Z _GetProjectReferenceTargetFrameworkProperties; 2021-11-23T19:08:26.5114778Z _PopulateCommonStateForGetCopyToOutputDirectoryItems 2021-11-23T19:08:26.5115102Z ;AddStaticWebAssetsManifest" (previous value: " 2021-11-23T19:08:26.5115399Z AssignTargetPaths; 2021-11-23T19:08:26.5115623Z 2021-11-23T19:08:26.5115844Z AssignProjectConfiguration; 2021-11-23T19:08:26.5116125Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.5127839Z ; 2021-11-23T19:08:26.5128165Z _GetProjectReferenceTargetFrameworkProperties; 2021-11-23T19:08:26.5128494Z _PopulateCommonStateForGetCopyToOutputDirectoryItems 2021-11-23T19:08:26.5128908Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (260,5) 2021-11-23T19:08:26.5129344Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=" 2021-11-23T19:08:26.5129673Z GenerateStaticWebAssetsPackTargets; 2021-11-23T19:08:26.5129942Z IncludeStaticWebAssetsPackItems; 2021-11-23T19:08:26.5130227Z ;PackTool;_PackProjectToolValidation 2021-11-23T19:08:26.5130682Z " (previous value: ";PackTool;_PackProjectToolValidation") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (289,5) 2021-11-23T19:08:26.5131197Z Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:26.5131790Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.5132148Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.5132424Z _AddScopedCssBundles; 2021-11-23T19:08:26.5144953Z " (previous value: "UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (55,3) 2021-11-23T19:08:26.5145643Z Property reassignment: $(GenerateComputedBuildStaticWebAssetsDependsOn)=" 2021-11-23T19:08:26.5145960Z ; 2021-11-23T19:08:26.5146201Z _ResolveBundlingConfiguration; 2021-11-23T19:08:26.5146450Z _GenerateScopedCssFiles; 2021-11-23T19:08:26.5146702Z BundleScopedCssFiles; 2021-11-23T19:08:26.5147098Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (61,3) 2021-11-23T19:08:26.5147555Z Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:26.5147839Z 2021-11-23T19:08:26.5148158Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.5148532Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.5148798Z _AddScopedCssBundles; 2021-11-23T19:08:26.5149005Z ; 2021-11-23T19:08:26.5149241Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:26.5150443Z " (previous value: " 2021-11-23T19:08:26.5150825Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.5151193Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.5151443Z _AddScopedCssBundles; 2021-11-23T19:08:26.5151815Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (36,5) 2021-11-23T19:08:26.5152238Z Property reassignment: $(StaticWebAssetsPrepareForRunDependsOn)=" 2021-11-23T19:08:26.5152817Z ;GenerateStaticWebAssetsManifest;GenerateComputedBuildStaticWebAssets;CopyStaticWebAssetsToOutputDirectory; 2021-11-23T19:08:26.5153195Z _GenerateBuildJsModuleManifest; 2021-11-23T19:08:26.5153737Z " (previous value: ";GenerateStaticWebAssetsManifest;GenerateComputedBuildStaticWebAssets;CopyStaticWebAssetsToOutputDirectory") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (44,5) 2021-11-23T19:08:26.5154307Z Property reassignment: $(StaticWebAssetsPrepareForPublishDependsOn)=" 2021-11-23T19:08:26.5161039Z ;ResolveStaticWebAssetsConfiguration;GenerateStaticWebAssetsPublishManifest;GenerateComputedPublishStaticWebAssets; 2021-11-23T19:08:26.5161552Z _GeneratePublishJsModuleManifest; 2021-11-23T19:08:26.5162097Z " (previous value: ";ResolveStaticWebAssetsConfiguration;GenerateStaticWebAssetsPublishManifest;GenerateComputedPublishStaticWebAssets") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (49,5) 2021-11-23T19:08:26.5162699Z Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:26.5162984Z 2021-11-23T19:08:26.5163171Z 2021-11-23T19:08:26.5163499Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.5163869Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.5164118Z _AddScopedCssBundles; 2021-11-23T19:08:26.5164342Z ; 2021-11-23T19:08:26.5175664Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:26.5175950Z ; 2021-11-23T19:08:26.5176409Z _AddBuildJsModuleManifest; 2021-11-23T19:08:26.5176663Z " (previous value: " 2021-11-23T19:08:26.5176899Z 2021-11-23T19:08:26.5177227Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.5177593Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.5177859Z _AddScopedCssBundles; 2021-11-23T19:08:26.5178065Z ; 2021-11-23T19:08:26.5178306Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:26.5178689Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (54,5) 2021-11-23T19:08:26.5180066Z Property reassignment: $(ResolvePublishStaticWebAssetsDependsOn)=" 2021-11-23T19:08:26.5180454Z LoadStaticWebAssetsBuildManifest;ComputeReferencedProjectsPublishAssets;; 2021-11-23T19:08:26.5180943Z _AddPublishJsModuleManifest 2021-11-23T19:08:26.5181442Z " (previous value: "LoadStaticWebAssetsBuildManifest;ComputeReferencedProjectsPublishAssets;") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (59,5) 2021-11-23T19:08:26.5181993Z Property reassignment: $(GenerateRazorTargetAssemblyInfoDependsOn)=" 2021-11-23T19:08:26.5182316Z _ResolveMvcAssemblyAttributes; 2021-11-23T19:08:26.5182539Z 2021-11-23T19:08:26.5182784Z GetRazorTargetAssemblyAttributes; 2021-11-23T19:08:26.5183079Z _CreateRazorTargetAssemblyInfoInputsCacheFile; 2021-11-23T19:08:26.5183365Z CoreGenerateRazorTargetAssemblyInfo 2021-11-23T19:08:26.5183607Z 2021-11-23T19:08:26.5183823Z " (previous value: " 2021-11-23T19:08:26.5184097Z GetRazorTargetAssemblyAttributes; 2021-11-23T19:08:26.5184394Z _CreateRazorTargetAssemblyInfoInputsCacheFile; 2021-11-23T19:08:26.5184679Z CoreGenerateRazorTargetAssemblyInfo 2021-11-23T19:08:26.5185083Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (36,5) 2021-11-23T19:08:26.5185499Z Property reassignment: $(CoreCompileDependsOn)=" 2021-11-23T19:08:26.5185968Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:26.5186281Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:26.5186757Z " (previous value: ";_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (181,5) 2021-11-23T19:08:26.5187298Z Property reassignment: $(_GenerateRazorAssemblyInfoDependsOn)=" 2021-11-23T19:08:26.5187616Z _ResolveMvcAssemblyAttributes; 2021-11-23T19:08:26.5187927Z RazorGetAssemblyAttributes;PrepareForBuild;_CoreGenerateRazorAssemblyInfo; 2021-11-23T19:08:26.5188487Z " (previous value: "RazorGetAssemblyAttributes;PrepareForBuild;_CoreGenerateRazorAssemblyInfo") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (189,5) 2021-11-23T19:08:26.5189034Z Property reassignment: $(CoreCompileDependsOn)=" 2021-11-23T19:08:26.5189316Z _DiscoverMvcApplicationParts; 2021-11-23T19:08:26.5189556Z 2021-11-23T19:08:26.5189832Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:26.5190120Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:26.5190352Z ; 2021-11-23T19:08:26.5190762Z " (previous value: " 2021-11-23T19:08:26.5191321Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:26.5191647Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:26.5208773Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.MvcApplicationPartsDiscovery.targets (22,5) 2021-11-23T19:08:26.5209929Z Property reassignment: $(RazorDesignTimeTargets)="/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets" (previous value: "/usr/share/dotnet/sdk/6.0.100/Microsoft/VisualStudio/Razor/Microsoft.NET.Sdk.Razor.DesignTime.targets") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (753,5) 2021-11-23T19:08:26.5210991Z Property reassignment: $(RunWorkingDirectory)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets (21,5) 2021-11-23T19:08:26.5212883Z Property reassignment: $(PublishConfiguration)="Release" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets (74,5) 2021-11-23T19:08:26.5214126Z Property reassignment: $(BaseIntermediateOutputPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets (80,5) 2021-11-23T19:08:26.5215101Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.5215937Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.5216671Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.5217412Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.5231910Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.5232682Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.5233248Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5233608Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5234089Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.5235660Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.5236188Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5236540Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5236907Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5237269Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5237613Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5238099Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.5243972Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.5244629Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.5245159Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.5245476Z AssignProjectConfiguration; 2021-11-23T19:08:26.5245742Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.5247040Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.5247561Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5247949Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.5248288Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.5248566Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.5248839Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.5249129Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.5249410Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.5249742Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.5250040Z SolutionExt=.sln; 2021-11-23T19:08:26.5250386Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.5251149Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.5267414Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ProjectB.Api.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Api.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.5268452Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.5268755Z 2021-11-23T19:08:26.5268980Z ResolveProjectReferences; 2021-11-23T19:08:26.5269251Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5269494Z GetFrameworkPaths; 2021-11-23T19:08:26.5269750Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5270003Z PrepareForBuild; 2021-11-23T19:08:26.5270244Z ResolveSDKReferences; 2021-11-23T19:08:26.5270496Z ExpandSDKReferences; 2021-11-23T19:08:26.5270707Z ; 2021-11-23T19:08:26.5270952Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5271234Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5272519Z " (previous value: " 2021-11-23T19:08:26.5272823Z ResolveProjectReferences; 2021-11-23T19:08:26.5273091Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5273334Z GetFrameworkPaths; 2021-11-23T19:08:26.5273588Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5273825Z PrepareForBuild; 2021-11-23T19:08:26.5274073Z ResolveSDKReferences; 2021-11-23T19:08:26.5274323Z ExpandSDKReferences; 2021-11-23T19:08:26.5274673Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.5275238Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.5275553Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5275815Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5276058Z 2021-11-23T19:08:26.5276247Z ; 2021-11-23T19:08:26.5276478Z PrepareResourceNames; 2021-11-23T19:08:26.5276714Z ResGen; 2021-11-23T19:08:26.5276930Z CompileLicxFiles 2021-11-23T19:08:26.5277150Z 2021-11-23T19:08:26.5277366Z " (previous value: " 2021-11-23T19:08:26.5277604Z ; 2021-11-23T19:08:26.5277832Z PrepareResourceNames; 2021-11-23T19:08:26.5278052Z ResGen; 2021-11-23T19:08:26.5278281Z CompileLicxFiles 2021-11-23T19:08:26.5278624Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.5279272Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.5301495Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.5302801Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.5304324Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.5305315Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.5307506Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.5308257Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.5308534Z 2021-11-23T19:08:26.5308742Z 2021-11-23T19:08:26.5308972Z ResolveProjectReferences; 2021-11-23T19:08:26.5309226Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5309492Z GetFrameworkPaths; 2021-11-23T19:08:26.5309732Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5309987Z PrepareForBuild; 2021-11-23T19:08:26.5310236Z ResolveSDKReferences; 2021-11-23T19:08:26.5310472Z ExpandSDKReferences; 2021-11-23T19:08:26.5310697Z ; 2021-11-23T19:08:26.5310941Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5311205Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5311440Z ; 2021-11-23T19:08:26.5311659Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.5311924Z " (previous value: " 2021-11-23T19:08:26.5312158Z 2021-11-23T19:08:26.5313443Z ResolveProjectReferences; 2021-11-23T19:08:26.5313880Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5314125Z GetFrameworkPaths; 2021-11-23T19:08:26.5314380Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5314633Z PrepareForBuild; 2021-11-23T19:08:26.5314872Z ResolveSDKReferences; 2021-11-23T19:08:26.5315126Z ExpandSDKReferences; 2021-11-23T19:08:26.5315337Z ; 2021-11-23T19:08:26.5315580Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5315859Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5316230Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.5317039Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ProjectB.Api.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Api.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.5324965Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.5325733Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.5326484Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.5327221Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.5333340Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.5333684Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.5334123Z 2021-11-23T19:08:26.5334342Z BuildOnlySettings; 2021-11-23T19:08:26.5334585Z PrepareForBuild; 2021-11-23T19:08:26.5334808Z PreBuildEvent; 2021-11-23T19:08:26.5335050Z ResolveReferences; 2021-11-23T19:08:26.5335295Z PrepareResources; 2021-11-23T19:08:26.5335522Z ResolveKeySource; 2021-11-23T19:08:26.5335755Z Compile; 2021-11-23T19:08:26.5335990Z ExportWindowsMDFile; 2021-11-23T19:08:26.5341991Z UnmanagedUnregistration; 2021-11-23T19:08:26.5342368Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.5342634Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.5342891Z GenerateManifests; 2021-11-23T19:08:26.5343146Z GetTargetPath; 2021-11-23T19:08:26.5343369Z PrepareForRun; 2021-11-23T19:08:26.5343614Z UnmanagedRegistration; 2021-11-23T19:08:26.5343849Z IncrementalClean; 2021-11-23T19:08:26.5344094Z PostBuildEvent 2021-11-23T19:08:26.5344312Z ; 2021-11-23T19:08:26.5344534Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.5344816Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.5345083Z " (previous value: " 2021-11-23T19:08:26.5346264Z BuildOnlySettings; 2021-11-23T19:08:26.5346518Z PrepareForBuild; 2021-11-23T19:08:26.5346921Z PreBuildEvent; 2021-11-23T19:08:26.5347168Z ResolveReferences; 2021-11-23T19:08:26.5347863Z PrepareResources; 2021-11-23T19:08:26.5348114Z ResolveKeySource; 2021-11-23T19:08:26.5348544Z Compile; 2021-11-23T19:08:26.5348796Z ExportWindowsMDFile; 2021-11-23T19:08:26.5349288Z UnmanagedUnregistration; 2021-11-23T19:08:26.5349595Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.5349886Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.5350172Z GenerateManifests; 2021-11-23T19:08:26.5350590Z GetTargetPath; 2021-11-23T19:08:26.5351000Z PrepareForRun; 2021-11-23T19:08:26.5351252Z UnmanagedRegistration; 2021-11-23T19:08:26.5351493Z IncrementalClean; 2021-11-23T19:08:26.5351905Z PostBuildEvent 2021-11-23T19:08:26.5352226Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.5352613Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.5434843Z _SdkBeforeClean; 2021-11-23T19:08:26.5435115Z 2021-11-23T19:08:26.5435481Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.5435909Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.5436173Z _SdkBeforeRebuild; 2021-11-23T19:08:26.5436398Z 2021-11-23T19:08:26.5436617Z BeforeRebuild; 2021-11-23T19:08:26.5436836Z Clean; 2021-11-23T19:08:26.5437055Z Build; 2021-11-23T19:08:26.5437263Z AfterRebuild; 2021-11-23T19:08:26.5437479Z 2021-11-23T19:08:26.5437712Z " (previous value: " 2021-11-23T19:08:26.5437948Z BeforeRebuild; 2021-11-23T19:08:26.5438174Z Clean; 2021-11-23T19:08:26.5438376Z Build; 2021-11-23T19:08:26.5438601Z AfterRebuild; 2021-11-23T19:08:26.5438936Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.5439296Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.5439554Z 2021-11-23T19:08:26.5441207Z ResolveReferences; 2021-11-23T19:08:26.5441471Z ResolveKeySource; 2021-11-23T19:08:26.5441729Z SetWin32ManifestProperties; 2021-11-23T19:08:26.5441995Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.5442480Z _GenerateCompileInputs; 2021-11-23T19:08:26.5442735Z BeforeCompile; 2021-11-23T19:08:26.5442966Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.5443237Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.5443478Z CoreCompile; 2021-11-23T19:08:26.5443723Z _TimeStampAfterCompile; 2021-11-23T19:08:26.5443969Z AfterCompile; 2021-11-23T19:08:26.5444172Z ; 2021-11-23T19:08:26.5452939Z _CreateAppHost; 2021-11-23T19:08:26.5453222Z _CreateComHost; 2021-11-23T19:08:26.5453472Z _GetIjwHostPaths; 2021-11-23T19:08:26.5453726Z " (previous value: " 2021-11-23T19:08:26.5453969Z ResolveReferences; 2021-11-23T19:08:26.5454229Z ResolveKeySource; 2021-11-23T19:08:26.5454467Z SetWin32ManifestProperties; 2021-11-23T19:08:26.5454751Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.5455028Z _GenerateCompileInputs; 2021-11-23T19:08:26.5455266Z BeforeCompile; 2021-11-23T19:08:26.5455515Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.5455785Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.5457437Z CoreCompile; 2021-11-23T19:08:26.5457718Z _TimeStampAfterCompile; 2021-11-23T19:08:26.5457950Z AfterCompile; 2021-11-23T19:08:26.5458290Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.5458689Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.5458955Z 2021-11-23T19:08:26.5459198Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.5459472Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.5459964Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.5460205Z ; 2021-11-23T19:08:26.5460431Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.5460853Z " (previous value: " 2021-11-23T19:08:26.5461148Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.5461422Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.5461704Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.5462042Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.5462466Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.5462774Z 2021-11-23T19:08:26.5462964Z ; 2021-11-23T19:08:26.5463171Z 2021-11-23T19:08:26.5463373Z ; 2021-11-23T19:08:26.5463582Z BuildOnlySettings; 2021-11-23T19:08:26.5463835Z PrepareForBuild; 2021-11-23T19:08:26.5464064Z AssignTargetPaths; 2021-11-23T19:08:26.5541333Z ResolveReferences 2021-11-23T19:08:26.5541615Z 2021-11-23T19:08:26.5541831Z ; 2021-11-23T19:08:26.5542072Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.5542345Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.5542637Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.5542918Z " (previous value: " 2021-11-23T19:08:26.5543148Z ; 2021-11-23T19:08:26.5543360Z 2021-11-23T19:08:26.5543553Z ; 2021-11-23T19:08:26.5543787Z BuildOnlySettings; 2021-11-23T19:08:26.5544036Z PrepareForBuild; 2021-11-23T19:08:26.5544273Z AssignTargetPaths; 2021-11-23T19:08:26.5544526Z ResolveReferences 2021-11-23T19:08:26.5544740Z 2021-11-23T19:08:26.5545083Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.5545862Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ProjectB.Api.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Api.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.5547175Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ProjectB.Api.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Api.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.5548129Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.5548876Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.5549644Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.5550507Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.5551343Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.5552184Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.5552839Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.5553622Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.5554538Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.5555453Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.5556387Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.5557263Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.5558112Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.5559048Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.5559846Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.5560907Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.5561941Z Overriding target "BeforePublish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "BeforePublish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets". 2021-11-23T19:08:26.5562776Z Overriding target "AfterPublish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "AfterPublish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets". 2021-11-23T19:08:26.5563639Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.5564333Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.5565082Z The target "CollectUpToDateCheckInputDesignTime" listed in a BeforeTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (164,5)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.5565878Z The target "CollectUpToDateCheckBuiltDesignTime" listed in a BeforeTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (164,5)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.5566697Z The target "RazorGenerateComponentDeclaration" listed in an AfterTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets (55,53)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.5567464Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.5568179Z 2>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (entry point): 2021-11-23T19:08:26.5568729Z 2>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Host.csproj". 2021-11-23T19:08:26.5569285Z 2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.5569945Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.5570619Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5570982Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5571354Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5571709Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5572325Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.5574182Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Domain" (previous value: "ProjectB.Domain") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj (5,2) 2021-11-23T19:08:26.5575040Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Domain" (previous value: "ProjectB.Domain") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj (6,5) 2021-11-23T19:08:26.5575809Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5576402Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5577179Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.5578535Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.5580896Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.5582003Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.5582921Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.5584417Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.5585568Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.5587189Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.5587773Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5588128Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5588644Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.5589305Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.5589955Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5591175Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5591626Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5591988Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5592361Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5592863Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.5593467Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.5594118Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.5594656Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.5595782Z AssignProjectConfiguration; 2021-11-23T19:08:26.5596085Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.5596523Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.5596997Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5597548Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.5597897Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.5598169Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.5598471Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.5598754Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.5599889Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.5600257Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.5600547Z SolutionExt=.sln; 2021-11-23T19:08:26.5600921Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.5601709Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.5607131Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ProjectB.Domain.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Domain.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.5608146Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.5608427Z 2021-11-23T19:08:26.5608672Z ResolveProjectReferences; 2021-11-23T19:08:26.5608934Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5609202Z GetFrameworkPaths; 2021-11-23T19:08:26.5609466Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5609710Z PrepareForBuild; 2021-11-23T19:08:26.5609970Z ResolveSDKReferences; 2021-11-23T19:08:26.5610228Z ExpandSDKReferences; 2021-11-23T19:08:26.5610446Z ; 2021-11-23T19:08:26.5610699Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5612025Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5612327Z " (previous value: " 2021-11-23T19:08:26.5612600Z ResolveProjectReferences; 2021-11-23T19:08:26.5612860Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5613125Z GetFrameworkPaths; 2021-11-23T19:08:26.5613371Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5613632Z PrepareForBuild; 2021-11-23T19:08:26.5613886Z ResolveSDKReferences; 2021-11-23T19:08:26.5614130Z ExpandSDKReferences; 2021-11-23T19:08:26.5614508Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.5614949Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.5615261Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5615547Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5615779Z 2021-11-23T19:08:26.5615989Z ; 2021-11-23T19:08:26.5616226Z PrepareResourceNames; 2021-11-23T19:08:26.5616456Z ResGen; 2021-11-23T19:08:26.5616697Z CompileLicxFiles 2021-11-23T19:08:26.5616924Z 2021-11-23T19:08:26.5617150Z " (previous value: " 2021-11-23T19:08:26.5617396Z ; 2021-11-23T19:08:26.5617617Z PrepareResourceNames; 2021-11-23T19:08:26.5617864Z ResGen; 2021-11-23T19:08:26.5618099Z CompileLicxFiles 2021-11-23T19:08:26.5618458Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.5619129Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.5626154Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.5627110Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.5628062Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.5629082Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.5630138Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.5630866Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.5631164Z 2021-11-23T19:08:26.5637034Z 2021-11-23T19:08:26.5637290Z ResolveProjectReferences; 2021-11-23T19:08:26.5637573Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5638065Z GetFrameworkPaths; 2021-11-23T19:08:26.5638322Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5638582Z PrepareForBuild; 2021-11-23T19:08:26.5638819Z ResolveSDKReferences; 2021-11-23T19:08:26.5639080Z ExpandSDKReferences; 2021-11-23T19:08:26.5639313Z ; 2021-11-23T19:08:26.5639551Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5639838Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5640065Z ; 2021-11-23T19:08:26.5640307Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.5640582Z " (previous value: " 2021-11-23T19:08:26.5640810Z 2021-11-23T19:08:26.5641048Z ResolveProjectReferences; 2021-11-23T19:08:26.5641317Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5641587Z GetFrameworkPaths; 2021-11-23T19:08:26.5641848Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5642092Z PrepareForBuild; 2021-11-23T19:08:26.5642353Z ResolveSDKReferences; 2021-11-23T19:08:26.5642611Z ExpandSDKReferences; 2021-11-23T19:08:26.5642830Z ; 2021-11-23T19:08:26.5643083Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5643355Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5643754Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.5644603Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ProjectB.Domain.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Domain.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.5645681Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.5646414Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.5647183Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.5647955Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.5648518Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.5648823Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.5649057Z 2021-11-23T19:08:26.5649294Z BuildOnlySettings; 2021-11-23T19:08:26.5649546Z PrepareForBuild; 2021-11-23T19:08:26.5649778Z PreBuildEvent; 2021-11-23T19:08:26.5650027Z ResolveReferences; 2021-11-23T19:08:26.5650265Z PrepareResources; 2021-11-23T19:08:26.5650515Z ResolveKeySource; 2021-11-23T19:08:26.5650754Z Compile; 2021-11-23T19:08:26.5650984Z ExportWindowsMDFile; 2021-11-23T19:08:26.5651247Z UnmanagedUnregistration; 2021-11-23T19:08:26.5651509Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.5651789Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.5652052Z GenerateManifests; 2021-11-23T19:08:26.5652291Z GetTargetPath; 2021-11-23T19:08:26.5652535Z PrepareForRun; 2021-11-23T19:08:26.5652771Z UnmanagedRegistration; 2021-11-23T19:08:26.5653030Z IncrementalClean; 2021-11-23T19:08:26.5653392Z PostBuildEvent 2021-11-23T19:08:26.5653608Z ; 2021-11-23T19:08:26.5653851Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.5654125Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.5654416Z " (previous value: " 2021-11-23T19:08:26.5654679Z BuildOnlySettings; 2021-11-23T19:08:26.5654912Z PrepareForBuild; 2021-11-23T19:08:26.5655157Z PreBuildEvent; 2021-11-23T19:08:26.5655404Z ResolveReferences; 2021-11-23T19:08:26.5655639Z PrepareResources; 2021-11-23T19:08:26.5655889Z ResolveKeySource; 2021-11-23T19:08:26.5656114Z Compile; 2021-11-23T19:08:26.5656357Z ExportWindowsMDFile; 2021-11-23T19:08:26.5656626Z UnmanagedUnregistration; 2021-11-23T19:08:26.5656890Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.5657167Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.5657415Z GenerateManifests; 2021-11-23T19:08:26.5657668Z GetTargetPath; 2021-11-23T19:08:26.5657909Z PrepareForRun; 2021-11-23T19:08:26.5692777Z UnmanagedRegistration; 2021-11-23T19:08:26.5693112Z IncrementalClean; 2021-11-23T19:08:26.5693351Z PostBuildEvent 2021-11-23T19:08:26.5693705Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.5694102Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.5694385Z _SdkBeforeClean; 2021-11-23T19:08:26.5694616Z 2021-11-23T19:08:26.5694982Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.5695623Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.5695918Z _SdkBeforeRebuild; 2021-11-23T19:08:26.5696151Z 2021-11-23T19:08:26.5696361Z BeforeRebuild; 2021-11-23T19:08:26.5696606Z Clean; 2021-11-23T19:08:26.5696815Z Build; 2021-11-23T19:08:26.5697045Z AfterRebuild; 2021-11-23T19:08:26.5697269Z 2021-11-23T19:08:26.5697494Z " (previous value: " 2021-11-23T19:08:26.5697754Z BeforeRebuild; 2021-11-23T19:08:26.5697974Z Clean; 2021-11-23T19:08:26.5699087Z Build; 2021-11-23T19:08:26.5699344Z AfterRebuild; 2021-11-23T19:08:26.5699677Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.5700064Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.5700316Z 2021-11-23T19:08:26.5700549Z ResolveReferences; 2021-11-23T19:08:26.5701028Z ResolveKeySource; 2021-11-23T19:08:26.5701283Z SetWin32ManifestProperties; 2021-11-23T19:08:26.5701575Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.5701865Z _GenerateCompileInputs; 2021-11-23T19:08:26.5702106Z BeforeCompile; 2021-11-23T19:08:26.5702363Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.5702628Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.5714509Z CoreCompile; 2021-11-23T19:08:26.5714926Z _TimeStampAfterCompile; 2021-11-23T19:08:26.5715184Z AfterCompile; 2021-11-23T19:08:26.5715413Z ; 2021-11-23T19:08:26.5715625Z _CreateAppHost; 2021-11-23T19:08:26.5715874Z _CreateComHost; 2021-11-23T19:08:26.5716121Z _GetIjwHostPaths; 2021-11-23T19:08:26.5716369Z " (previous value: " 2021-11-23T19:08:26.5716638Z ResolveReferences; 2021-11-23T19:08:26.5716892Z ResolveKeySource; 2021-11-23T19:08:26.5717157Z SetWin32ManifestProperties; 2021-11-23T19:08:26.5717448Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.5717715Z _GenerateCompileInputs; 2021-11-23T19:08:26.5719106Z BeforeCompile; 2021-11-23T19:08:26.5719374Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.5719638Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.5719901Z CoreCompile; 2021-11-23T19:08:26.5720138Z _TimeStampAfterCompile; 2021-11-23T19:08:26.5720390Z AfterCompile; 2021-11-23T19:08:26.5720737Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.5721131Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.5721420Z 2021-11-23T19:08:26.5721656Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.5721958Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.5722262Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.5722489Z ; 2021-11-23T19:08:26.5722736Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.5723021Z " (previous value: " 2021-11-23T19:08:26.5723290Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.5723588Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.5723864Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.5724228Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.5724662Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.5724962Z 2021-11-23T19:08:26.5725173Z ; 2021-11-23T19:08:26.5725383Z 2021-11-23T19:08:26.5725581Z ; 2021-11-23T19:08:26.5725813Z BuildOnlySettings; 2021-11-23T19:08:26.5726194Z PrepareForBuild; 2021-11-23T19:08:26.5726451Z AssignTargetPaths; 2021-11-23T19:08:26.5726703Z ResolveReferences 2021-11-23T19:08:26.5726917Z 2021-11-23T19:08:26.5727130Z ; 2021-11-23T19:08:26.5727354Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.5727639Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.5727930Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.5728196Z " (previous value: " 2021-11-23T19:08:26.5728441Z ; 2021-11-23T19:08:26.5728635Z 2021-11-23T19:08:26.5728847Z ; 2021-11-23T19:08:26.5736338Z BuildOnlySettings; 2021-11-23T19:08:26.5736615Z PrepareForBuild; 2021-11-23T19:08:26.5736870Z AssignTargetPaths; 2021-11-23T19:08:26.5737107Z ResolveReferences 2021-11-23T19:08:26.5737337Z 2021-11-23T19:08:26.5737678Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.5738460Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ProjectB.Domain.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Domain.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.5747347Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ProjectB.Domain.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Domain.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.5748423Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.5749213Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.5750178Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.5758947Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.5759754Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.5760763Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.5762023Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.5762889Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.5763727Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.5765680Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.5766623Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.5767534Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.5768472Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.5769357Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.5776708Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.5777680Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.5778647Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.5779346Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.5791719Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.5792604Z 3>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (entry point): 2021-11-23T19:08:26.5793183Z 3>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:26.5793679Z 3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.5794344Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.5796559Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5797146Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5797525Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5797888Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5798508Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.5799374Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Application" (previous value: "ProjectB.Application") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj (5,2) 2021-11-23T19:08:26.5800238Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Application" (previous value: "ProjectB.Application") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj (6,5) 2021-11-23T19:08:26.5800848Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5801225Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5801777Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.5802490Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.5803340Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.5805525Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.5806786Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.5807740Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.5808705Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.5809689Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.5810423Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5810874Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5811520Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.5812349Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.5812985Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5813597Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5814079Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5814541Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5815005Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5815790Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.5850367Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.5851267Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.5851845Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.5852163Z AssignProjectConfiguration; 2021-11-23T19:08:26.5852472Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.5852925Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.5853413Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.5853828Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.5854182Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.5854461Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.5854765Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.5855055Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.5855374Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.5855723Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.5856227Z SolutionExt=.sln; 2021-11-23T19:08:26.5856624Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.5857449Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.5858613Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ProjectB.Application.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.5859403Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.5859692Z 2021-11-23T19:08:26.5859945Z ResolveProjectReferences; 2021-11-23T19:08:26.5860213Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5860489Z GetFrameworkPaths; 2021-11-23T19:08:26.5861884Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5862172Z PrepareForBuild; 2021-11-23T19:08:26.5862441Z ResolveSDKReferences; 2021-11-23T19:08:26.5862706Z ExpandSDKReferences; 2021-11-23T19:08:26.5862931Z ; 2021-11-23T19:08:26.5863193Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5863471Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5863755Z " (previous value: " 2021-11-23T19:08:26.5864206Z ResolveProjectReferences; 2021-11-23T19:08:26.5864476Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5864748Z GetFrameworkPaths; 2021-11-23T19:08:26.5865010Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5865280Z PrepareForBuild; 2021-11-23T19:08:26.5865541Z ResolveSDKReferences; 2021-11-23T19:08:26.5873765Z ExpandSDKReferences; 2021-11-23T19:08:26.5874388Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.5874834Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.5875157Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5875456Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5875705Z 2021-11-23T19:08:26.5875906Z ; 2021-11-23T19:08:26.5876148Z PrepareResourceNames; 2021-11-23T19:08:26.5876400Z ResGen; 2021-11-23T19:08:26.5876644Z CompileLicxFiles 2021-11-23T19:08:26.5876875Z 2021-11-23T19:08:26.5877106Z " (previous value: " 2021-11-23T19:08:26.5877363Z ; 2021-11-23T19:08:26.5878441Z PrepareResourceNames; 2021-11-23T19:08:26.5878729Z ResGen; 2021-11-23T19:08:26.5878973Z CompileLicxFiles 2021-11-23T19:08:26.5879342Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.5880035Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.5880928Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.5881871Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.5883059Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.5884082Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.5885175Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.5896398Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.5896867Z 2021-11-23T19:08:26.5897116Z 2021-11-23T19:08:26.5897365Z ResolveProjectReferences; 2021-11-23T19:08:26.5897668Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5898129Z GetFrameworkPaths; 2021-11-23T19:08:26.5898394Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5899052Z PrepareForBuild; 2021-11-23T19:08:26.5899302Z ResolveSDKReferences; 2021-11-23T19:08:26.5899570Z ExpandSDKReferences; 2021-11-23T19:08:26.5899809Z ; 2021-11-23T19:08:26.5900064Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5907064Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5907393Z ; 2021-11-23T19:08:26.5907707Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.5908057Z " (previous value: " 2021-11-23T19:08:26.5908347Z 2021-11-23T19:08:26.5908649Z ResolveProjectReferences; 2021-11-23T19:08:26.5909127Z FindInvalidProjectReferences; 2021-11-23T19:08:26.5909394Z GetFrameworkPaths; 2021-11-23T19:08:26.5909655Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.5909897Z PrepareForBuild; 2021-11-23T19:08:26.5910150Z ResolveSDKReferences; 2021-11-23T19:08:26.5910407Z ExpandSDKReferences; 2021-11-23T19:08:26.5910640Z ; 2021-11-23T19:08:26.5910893Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.5911162Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.5911558Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.5912434Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ProjectB.Application.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.5930609Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.5931386Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.5932331Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.5933099Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.5933647Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.5933944Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.5934164Z 2021-11-23T19:08:26.5935331Z BuildOnlySettings; 2021-11-23T19:08:26.5935620Z PrepareForBuild; 2021-11-23T19:08:26.5935845Z PreBuildEvent; 2021-11-23T19:08:26.5936086Z ResolveReferences; 2021-11-23T19:08:26.5936313Z PrepareResources; 2021-11-23T19:08:26.5936558Z ResolveKeySource; 2021-11-23T19:08:26.5936797Z Compile; 2021-11-23T19:08:26.5937019Z ExportWindowsMDFile; 2021-11-23T19:08:26.5937273Z UnmanagedUnregistration; 2021-11-23T19:08:26.5937529Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.5937801Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.5938056Z GenerateManifests; 2021-11-23T19:08:26.5938282Z GetTargetPath; 2021-11-23T19:08:26.5938521Z PrepareForRun; 2021-11-23T19:08:26.5938765Z UnmanagedRegistration; 2021-11-23T19:08:26.5939000Z IncrementalClean; 2021-11-23T19:08:26.5939237Z PostBuildEvent 2021-11-23T19:08:26.5939438Z ; 2021-11-23T19:08:26.5939675Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.5940115Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.5940383Z " (previous value: " 2021-11-23T19:08:26.5940641Z BuildOnlySettings; 2021-11-23T19:08:26.5945052Z PrepareForBuild; 2021-11-23T19:08:26.5945333Z PreBuildEvent; 2021-11-23T19:08:26.5945583Z ResolveReferences; 2021-11-23T19:08:26.5945819Z PrepareResources; 2021-11-23T19:08:26.5946069Z ResolveKeySource; 2021-11-23T19:08:26.5946291Z Compile; 2021-11-23T19:08:26.5946534Z ExportWindowsMDFile; 2021-11-23T19:08:26.5946795Z UnmanagedUnregistration; 2021-11-23T19:08:26.5947060Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.5947340Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.5947763Z GenerateManifests; 2021-11-23T19:08:26.5948006Z GetTargetPath; 2021-11-23T19:08:26.5948240Z PrepareForRun; 2021-11-23T19:08:26.5948485Z UnmanagedRegistration; 2021-11-23T19:08:26.5948735Z IncrementalClean; 2021-11-23T19:08:26.5948974Z PostBuildEvent 2021-11-23T19:08:26.5949300Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.5965982Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.5966308Z _SdkBeforeClean; 2021-11-23T19:08:26.5966522Z 2021-11-23T19:08:26.5966879Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.5967277Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.5967559Z _SdkBeforeRebuild; 2021-11-23T19:08:26.5967785Z 2021-11-23T19:08:26.5967989Z BeforeRebuild; 2021-11-23T19:08:26.5968216Z Clean; 2021-11-23T19:08:26.5968418Z Build; 2021-11-23T19:08:26.5968661Z AfterRebuild; 2021-11-23T19:08:26.5968877Z 2021-11-23T19:08:26.5969094Z " (previous value: " 2021-11-23T19:08:26.5969346Z BeforeRebuild; 2021-11-23T19:08:26.5969777Z Clean; 2021-11-23T19:08:26.5970898Z Build; 2021-11-23T19:08:26.5971126Z AfterRebuild; 2021-11-23T19:08:26.5971448Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.5972004Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.5972276Z 2021-11-23T19:08:26.5972732Z ResolveReferences; 2021-11-23T19:08:26.5973008Z ResolveKeySource; 2021-11-23T19:08:26.5973524Z SetWin32ManifestProperties; 2021-11-23T19:08:26.5974032Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.5974364Z _GenerateCompileInputs; 2021-11-23T19:08:26.5974644Z BeforeCompile; 2021-11-23T19:08:26.5974950Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.5975419Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.5975876Z CoreCompile; 2021-11-23T19:08:26.5976365Z _TimeStampAfterCompile; 2021-11-23T19:08:26.5976614Z AfterCompile; 2021-11-23T19:08:26.5976844Z ; 2021-11-23T19:08:26.5977222Z _CreateAppHost; 2021-11-23T19:08:26.5977468Z _CreateComHost; 2021-11-23T19:08:26.5977716Z _GetIjwHostPaths; 2021-11-23T19:08:26.5977962Z " (previous value: " 2021-11-23T19:08:26.5981305Z ResolveReferences; 2021-11-23T19:08:26.5981575Z ResolveKeySource; 2021-11-23T19:08:26.5981818Z SetWin32ManifestProperties; 2021-11-23T19:08:26.5982099Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.5982358Z _GenerateCompileInputs; 2021-11-23T19:08:26.5982605Z BeforeCompile; 2021-11-23T19:08:26.5983073Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.5983332Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.5990734Z CoreCompile; 2021-11-23T19:08:26.5991019Z _TimeStampAfterCompile; 2021-11-23T19:08:26.5991293Z AfterCompile; 2021-11-23T19:08:26.5991632Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.5992014Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.5992297Z 2021-11-23T19:08:26.5992540Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.5992816Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.5993098Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.5993317Z ; 2021-11-23T19:08:26.5993556Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.5993829Z " (previous value: " 2021-11-23T19:08:26.5994090Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.5995635Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.5995960Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.5996324Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.5996761Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.5997052Z 2021-11-23T19:08:26.5997259Z ; 2021-11-23T19:08:26.5997462Z 2021-11-23T19:08:26.5997651Z ; 2021-11-23T19:08:26.5997877Z BuildOnlySettings; 2021-11-23T19:08:26.5998105Z PrepareForBuild; 2021-11-23T19:08:26.5998349Z AssignTargetPaths; 2021-11-23T19:08:26.5998592Z ResolveReferences 2021-11-23T19:08:26.5998983Z 2021-11-23T19:08:26.5999186Z ; 2021-11-23T19:08:26.5999594Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.5999894Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.6013963Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.6015029Z " (previous value: " 2021-11-23T19:08:26.6015296Z ; 2021-11-23T19:08:26.6015715Z 2021-11-23T19:08:26.6015943Z ; 2021-11-23T19:08:26.6016175Z BuildOnlySettings; 2021-11-23T19:08:26.6016408Z PrepareForBuild; 2021-11-23T19:08:26.6016660Z AssignTargetPaths; 2021-11-23T19:08:26.6016909Z ResolveReferences 2021-11-23T19:08:26.6017122Z 2021-11-23T19:08:26.6017462Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.6018244Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ProjectB.Application.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.6029888Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ProjectB.Application.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Application.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.6031083Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.6031848Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.6032807Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.6033475Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.6035073Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.6036709Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.6038031Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.6039514Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.6040438Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.6050622Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.6051883Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.6052862Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.6054017Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.6061279Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6062254Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6063172Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6064164Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.6064875Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.6066030Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.6073403Z 4>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (entry point): 2021-11-23T19:08:26.6074512Z 4>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Application.csproj". 2021-11-23T19:08:26.6075245Z 4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.6076183Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.6076991Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6077382Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6077788Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6078200Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6086472Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.6087946Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Persistence" (previous value: "ProjectB.Persistence") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj (5,2) 2021-11-23T19:08:26.6089244Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Persistence" (previous value: "ProjectB.Persistence") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj (6,5) 2021-11-23T19:08:26.6090108Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6090526Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6091154Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.6101700Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.6103004Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.6104168Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.6105251Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.6106444Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.6108277Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.6109276Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.6110001Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6110628Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6111395Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.6112419Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.6113168Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6113771Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6114366Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6114972Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6115391Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6133634Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.6134406Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.6135088Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.6135627Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.6135964Z AssignProjectConfiguration; 2021-11-23T19:08:26.6136266Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.6136716Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.6146275Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6146845Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.6147214Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.6147522Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.6147990Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.6148280Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.6148596Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.6148929Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.6149249Z SolutionExt=.sln; 2021-11-23T19:08:26.6149871Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.6160825Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.6162127Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ProjectB.Persistence.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Persistence.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.6162922Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.6163233Z 2021-11-23T19:08:26.6163487Z ResolveProjectReferences; 2021-11-23T19:08:26.6163757Z FindInvalidProjectReferences; 2021-11-23T19:08:26.6164035Z GetFrameworkPaths; 2021-11-23T19:08:26.6164293Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.6164561Z PrepareForBuild; 2021-11-23T19:08:26.6164823Z ResolveSDKReferences; 2021-11-23T19:08:26.6165075Z ExpandSDKReferences; 2021-11-23T19:08:26.6166223Z ; 2021-11-23T19:08:26.6166477Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.6166772Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.6167059Z " (previous value: " 2021-11-23T19:08:26.6167324Z ResolveProjectReferences; 2021-11-23T19:08:26.6167608Z FindInvalidProjectReferences; 2021-11-23T19:08:26.6167880Z GetFrameworkPaths; 2021-11-23T19:08:26.6168136Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.6168412Z PrepareForBuild; 2021-11-23T19:08:26.6168657Z ResolveSDKReferences; 2021-11-23T19:08:26.6168924Z ExpandSDKReferences; 2021-11-23T19:08:26.6169314Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.6169952Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.6170301Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.6170595Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.6170831Z 2021-11-23T19:08:26.6171048Z ; 2021-11-23T19:08:26.6171275Z PrepareResourceNames; 2021-11-23T19:08:26.6171529Z ResGen; 2021-11-23T19:08:26.6171777Z CompileLicxFiles 2021-11-23T19:08:26.6171995Z 2021-11-23T19:08:26.6172241Z " (previous value: " 2021-11-23T19:08:26.6172478Z ; 2021-11-23T19:08:26.6172732Z PrepareResourceNames; 2021-11-23T19:08:26.6172983Z ResGen; 2021-11-23T19:08:26.6173212Z CompileLicxFiles 2021-11-23T19:08:26.6173593Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.6174289Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.6175165Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.6176104Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.6177248Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.6180293Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.6181670Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.6182470Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.6182780Z 2021-11-23T19:08:26.6182991Z 2021-11-23T19:08:26.6183400Z ResolveProjectReferences; 2021-11-23T19:08:26.6183686Z FindInvalidProjectReferences; 2021-11-23T19:08:26.6183946Z GetFrameworkPaths; 2021-11-23T19:08:26.6184216Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.6184468Z PrepareForBuild; 2021-11-23T19:08:26.6184729Z ResolveSDKReferences; 2021-11-23T19:08:26.6184997Z ExpandSDKReferences; 2021-11-23T19:08:26.6185223Z ; 2021-11-23T19:08:26.6185482Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.6185780Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.6186015Z ; 2021-11-23T19:08:26.6186264Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.6186532Z " (previous value: " 2021-11-23T19:08:26.6186979Z 2021-11-23T19:08:26.6187232Z ResolveProjectReferences; 2021-11-23T19:08:26.6187504Z FindInvalidProjectReferences; 2021-11-23T19:08:26.6187778Z GetFrameworkPaths; 2021-11-23T19:08:26.6188033Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.6188301Z PrepareForBuild; 2021-11-23T19:08:26.6188613Z ResolveSDKReferences; 2021-11-23T19:08:26.6188866Z ExpandSDKReferences; 2021-11-23T19:08:26.6189105Z ; 2021-11-23T19:08:26.6189346Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.6189642Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.6190057Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.6190941Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ProjectB.Persistence.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Persistence.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.6192119Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.6192902Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.6193845Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.6194679Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.6195274Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.6195733Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.6195985Z 2021-11-23T19:08:26.6196222Z BuildOnlySettings; 2021-11-23T19:08:26.6196466Z PrepareForBuild; 2021-11-23T19:08:26.6196720Z PreBuildEvent; 2021-11-23T19:08:26.6196959Z ResolveReferences; 2021-11-23T19:08:26.6197216Z PrepareResources; 2021-11-23T19:08:26.6197474Z ResolveKeySource; 2021-11-23T19:08:26.6197713Z Compile; 2021-11-23T19:08:26.6197964Z ExportWindowsMDFile; 2021-11-23T19:08:26.6198233Z UnmanagedUnregistration; 2021-11-23T19:08:26.6198507Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.6198800Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.6199055Z GenerateManifests; 2021-11-23T19:08:26.6199313Z GetTargetPath; 2021-11-23T19:08:26.6199563Z PrepareForRun; 2021-11-23T19:08:26.6199810Z UnmanagedRegistration; 2021-11-23T19:08:26.6200075Z IncrementalClean; 2021-11-23T19:08:26.6200312Z PostBuildEvent 2021-11-23T19:08:26.6200544Z ; 2021-11-23T19:08:26.6200794Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.6201078Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.6201375Z " (previous value: " 2021-11-23T19:08:26.6201631Z BuildOnlySettings; 2021-11-23T19:08:26.6201886Z PrepareForBuild; 2021-11-23T19:08:26.6202142Z PreBuildEvent; 2021-11-23T19:08:26.6202380Z ResolveReferences; 2021-11-23T19:08:26.6202637Z PrepareResources; 2021-11-23T19:08:26.6202894Z ResolveKeySource; 2021-11-23T19:08:26.6203243Z Compile; 2021-11-23T19:08:26.6203503Z ExportWindowsMDFile; 2021-11-23T19:08:26.6203756Z UnmanagedUnregistration; 2021-11-23T19:08:26.6204045Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.6204331Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.6204585Z GenerateManifests; 2021-11-23T19:08:26.6204838Z GetTargetPath; 2021-11-23T19:08:26.6301133Z PrepareForRun; 2021-11-23T19:08:26.6301577Z UnmanagedRegistration; 2021-11-23T19:08:26.6301854Z IncrementalClean; 2021-11-23T19:08:26.6302089Z PostBuildEvent 2021-11-23T19:08:26.6302438Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.6302853Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.6303137Z _SdkBeforeClean; 2021-11-23T19:08:26.6303368Z 2021-11-23T19:08:26.6303726Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.6304151Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.6304440Z _SdkBeforeRebuild; 2021-11-23T19:08:26.6304654Z 2021-11-23T19:08:26.6304879Z BeforeRebuild; 2021-11-23T19:08:26.6305114Z Clean; 2021-11-23T19:08:26.6305322Z Build; 2021-11-23T19:08:26.6305553Z AfterRebuild; 2021-11-23T19:08:26.6305758Z 2021-11-23T19:08:26.6305995Z " (previous value: " 2021-11-23T19:08:26.6306254Z BeforeRebuild; 2021-11-23T19:08:26.6306473Z Clean; 2021-11-23T19:08:26.6306930Z Build; 2021-11-23T19:08:26.6307148Z AfterRebuild; 2021-11-23T19:08:26.6307493Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.6307887Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.6308139Z 2021-11-23T19:08:26.6309120Z ResolveReferences; 2021-11-23T19:08:26.6314115Z ResolveKeySource; 2021-11-23T19:08:26.6314610Z SetWin32ManifestProperties; 2021-11-23T19:08:26.6314926Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.6315210Z _GenerateCompileInputs; 2021-11-23T19:08:26.6315665Z BeforeCompile; 2021-11-23T19:08:26.6315943Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.6316232Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.6316524Z CoreCompile; 2021-11-23T19:08:26.6316784Z _TimeStampAfterCompile; 2021-11-23T19:08:26.6317242Z AfterCompile; 2021-11-23T19:08:26.6317481Z ; 2021-11-23T19:08:26.6317706Z _CreateAppHost; 2021-11-23T19:08:26.6317968Z _CreateComHost; 2021-11-23T19:08:26.6318374Z _GetIjwHostPaths; 2021-11-23T19:08:26.6318812Z " (previous value: " 2021-11-23T19:08:26.6319075Z ResolveReferences; 2021-11-23T19:08:26.6319311Z ResolveKeySource; 2021-11-23T19:08:26.6319574Z SetWin32ManifestProperties; 2021-11-23T19:08:26.6319848Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.6320129Z _GenerateCompileInputs; 2021-11-23T19:08:26.6320383Z BeforeCompile; 2021-11-23T19:08:26.6320625Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.6320904Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.6321165Z CoreCompile; 2021-11-23T19:08:26.6321400Z _TimeStampAfterCompile; 2021-11-23T19:08:26.6321651Z AfterCompile; 2021-11-23T19:08:26.6321986Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.6322394Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.6322913Z 2021-11-23T19:08:26.6323158Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.6323456Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.6323730Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.6323974Z ; 2021-11-23T19:08:26.6324220Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.6324485Z " (previous value: " 2021-11-23T19:08:26.6324769Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.6325065Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.6325338Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.6325698Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.6326124Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.6326437Z 2021-11-23T19:08:26.6326653Z ; 2021-11-23T19:08:26.6326848Z 2021-11-23T19:08:26.6327057Z ; 2021-11-23T19:08:26.6327273Z BuildOnlySettings; 2021-11-23T19:08:26.6327522Z PrepareForBuild; 2021-11-23T19:08:26.6327771Z AssignTargetPaths; 2021-11-23T19:08:26.6328006Z ResolveReferences 2021-11-23T19:08:26.6328234Z 2021-11-23T19:08:26.6328437Z ; 2021-11-23T19:08:26.6328662Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.6328947Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.6329223Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.6329501Z " (previous value: " 2021-11-23T19:08:26.6329743Z ; 2021-11-23T19:08:26.6329937Z 2021-11-23T19:08:26.6330274Z ; 2021-11-23T19:08:26.6330491Z BuildOnlySettings; 2021-11-23T19:08:26.6330741Z PrepareForBuild; 2021-11-23T19:08:26.6330990Z AssignTargetPaths; 2021-11-23T19:08:26.6331233Z ResolveReferences 2021-11-23T19:08:26.6331461Z 2021-11-23T19:08:26.6331786Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.6332675Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ProjectB.Persistence.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Persistence.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.6333823Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ProjectB.Persistence.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Persistence.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.6334771Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.6335530Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.6336267Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.6337189Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.6337931Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.6339063Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.6682482Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.6685550Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.6689808Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.6695906Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.6696879Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.6698268Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.6699330Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.6700302Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.6701479Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.6702427Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.6703358Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.6704549Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.6705725Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.6706732Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.6707695Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6708623Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6709726Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6710767Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.6711544Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.6726062Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6726941Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6727837Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.6728607Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.6729260Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.6729951Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.6730685Z 6>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (entry point): 2021-11-23T19:08:26.6731459Z 6>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:26.6731940Z 6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.6808257Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.6839788Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6840329Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6840710Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6841100Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.6841825Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5) on node 2 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.6845316Z 5>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (entry point): 2021-11-23T19:08:26.6845927Z 5>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Api.csproj". 2021-11-23T19:08:26.6846824Z 0>Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.7014267Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**" (previous value: ";**\node_modules\**;node_modules\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.Razor.StaticAssets.ProjectSystem.props (23,5) 2021-11-23T19:08:26.7016836Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.Razor.StaticAssets.ProjectSystem.props (24,5) 2021-11-23T19:08:26.7018126Z Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props (16,5) 2021-11-23T19:08:26.7019039Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectA.Host" (previous value: "ProjectA.Host") at /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj (9,5) 2021-11-23T19:08:26.7019896Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectA.Host" (previous value: "ProjectA.Host") at /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj (10,5) 2021-11-23T19:08:26.7078862Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7079256Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7079713Z 5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.7080563Z 0>Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.7081543Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.7082693Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (225,5) 2021-11-23T19:08:26.7084318Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.7085555Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.7086313Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.7087074Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.7087967Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.7088730Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.7089312Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7089686Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7090197Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (176,5) 2021-11-23T19:08:26.7090842Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.7091533Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.7092073Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7092436Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7092818Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7093189Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7093542Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7094050Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.7094555Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7095127Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.7095791Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7096311Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.7096817Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.7097132Z AssignProjectConfiguration; 2021-11-23T19:08:26.7097415Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.7097830Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.7098290Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7098652Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7099009Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7099401Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.7099738Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.7100003Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.7100286Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.7100558Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.7265732Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.7266387Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.7266696Z SolutionExt=.sln; 2021-11-23T19:08:26.7267086Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.7267861Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.7268883Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/Release/net6.0/ProjectA.Host.assets.cache" (previous value: "obj\Release/net6.0/ProjectA.Host.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.7269576Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.7269880Z 2021-11-23T19:08:26.7270128Z ResolveProjectReferences; 2021-11-23T19:08:26.7270573Z FindInvalidProjectReferences; 2021-11-23T19:08:26.7270865Z GetFrameworkPaths; 2021-11-23T19:08:26.7271143Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.7271403Z PrepareForBuild; 2021-11-23T19:08:26.7271671Z ResolveSDKReferences; 2021-11-23T19:08:26.7271932Z ExpandSDKReferences; 2021-11-23T19:08:26.7272177Z ; 2021-11-23T19:08:26.7272444Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.7272731Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.7273025Z " (previous value: " 2021-11-23T19:08:26.7273314Z ResolveProjectReferences; 2021-11-23T19:08:26.7273589Z FindInvalidProjectReferences; 2021-11-23T19:08:26.7273872Z GetFrameworkPaths; 2021-11-23T19:08:26.7274322Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.7274606Z PrepareForBuild; 2021-11-23T19:08:26.7274881Z ResolveSDKReferences; 2021-11-23T19:08:26.7275289Z ExpandSDKReferences; 2021-11-23T19:08:26.7275711Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.7276318Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.7276663Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.7276969Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.7277212Z 2021-11-23T19:08:26.7277435Z ; 2021-11-23T19:08:26.7277684Z PrepareResourceNames; 2021-11-23T19:08:26.7277927Z ResGen; 2021-11-23T19:08:26.7278179Z CompileLicxFiles 2021-11-23T19:08:26.7278404Z 2021-11-23T19:08:26.7278658Z " (previous value: " 2021-11-23T19:08:26.7278925Z ; 2021-11-23T19:08:26.7279318Z PrepareResourceNames; 2021-11-23T19:08:26.7279566Z ResGen; 2021-11-23T19:08:26.7279794Z CompileLicxFiles 2021-11-23T19:08:26.7280353Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.7281360Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.7282869Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.7284839Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.7286440Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.7288311Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.7290514Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.7291673Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.7291991Z 2021-11-23T19:08:26.7292220Z 2021-11-23T19:08:26.7292456Z ResolveProjectReferences; 2021-11-23T19:08:26.7292746Z FindInvalidProjectReferences; 2021-11-23T19:08:26.7293453Z GetFrameworkPaths; 2021-11-23T19:08:26.7293718Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.7293994Z PrepareForBuild; 2021-11-23T19:08:26.7294248Z ResolveSDKReferences; 2021-11-23T19:08:26.7294527Z ExpandSDKReferences; 2021-11-23T19:08:26.7294774Z ; 2021-11-23T19:08:26.7295025Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.7295328Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.7295569Z ; 2021-11-23T19:08:26.7295824Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.7296114Z " (previous value: " 2021-11-23T19:08:26.7296357Z 2021-11-23T19:08:26.7296607Z ResolveProjectReferences; 2021-11-23T19:08:26.7297042Z FindInvalidProjectReferences; 2021-11-23T19:08:26.7297318Z GetFrameworkPaths; 2021-11-23T19:08:26.7297586Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.7297965Z PrepareForBuild; 2021-11-23T19:08:26.7298228Z ResolveSDKReferences; 2021-11-23T19:08:26.7298676Z ExpandSDKReferences; 2021-11-23T19:08:26.7298908Z ; 2021-11-23T19:08:26.7299172Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.7299465Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.7299886Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.7302553Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/Release/net6.0/ProjectA.Host.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectA.Host.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.7303571Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.7304352Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.7305310Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.7306104Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.7306680Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.7306993Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.7307227Z 2021-11-23T19:08:26.7307469Z BuildOnlySettings; 2021-11-23T19:08:26.7307724Z PrepareForBuild; 2021-11-23T19:08:26.7307962Z PreBuildEvent; 2021-11-23T19:08:26.7308216Z ResolveReferences; 2021-11-23T19:08:26.7308623Z PrepareResources; 2021-11-23T19:08:26.7308891Z ResolveKeySource; 2021-11-23T19:08:26.7309138Z Compile; 2021-11-23T19:08:26.7309372Z ExportWindowsMDFile; 2021-11-23T19:08:26.7309641Z UnmanagedUnregistration; 2021-11-23T19:08:26.7309911Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.7310198Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.7310466Z GenerateManifests; 2021-11-23T19:08:26.7310705Z GetTargetPath; 2021-11-23T19:08:26.7310953Z PrepareForRun; 2021-11-23T19:08:26.7311197Z UnmanagedRegistration; 2021-11-23T19:08:26.7311461Z IncrementalClean; 2021-11-23T19:08:26.7311714Z PostBuildEvent 2021-11-23T19:08:26.7312120Z ; 2021-11-23T19:08:26.7312378Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.7312685Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.7312980Z " (previous value: " 2021-11-23T19:08:26.7313257Z BuildOnlySettings; 2021-11-23T19:08:26.7313506Z PrepareForBuild; 2021-11-23T19:08:26.7313763Z PreBuildEvent; 2021-11-23T19:08:26.7314025Z ResolveReferences; 2021-11-23T19:08:26.7314275Z PrepareResources; 2021-11-23T19:08:26.7314538Z ResolveKeySource; 2021-11-23T19:08:26.7314930Z Compile; 2021-11-23T19:08:26.7315444Z ExportWindowsMDFile; 2021-11-23T19:08:26.7315719Z UnmanagedUnregistration; 2021-11-23T19:08:26.7315997Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.7316291Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.7316551Z GenerateManifests; 2021-11-23T19:08:26.7316941Z GetTargetPath; 2021-11-23T19:08:26.7317202Z PrepareForRun; 2021-11-23T19:08:26.7317455Z UnmanagedRegistration; 2021-11-23T19:08:26.7317724Z IncrementalClean; 2021-11-23T19:08:26.7318134Z PostBuildEvent 2021-11-23T19:08:26.7318491Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.7318893Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.7319177Z _SdkBeforeClean; 2021-11-23T19:08:26.7319595Z 2021-11-23T19:08:26.7319983Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.7320414Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.7320719Z _SdkBeforeRebuild; 2021-11-23T19:08:26.7320963Z 2021-11-23T19:08:26.7321188Z BeforeRebuild; 2021-11-23T19:08:26.7321441Z Clean; 2021-11-23T19:08:26.7321661Z Build; 2021-11-23T19:08:26.7321906Z AfterRebuild; 2021-11-23T19:08:26.7322142Z 2021-11-23T19:08:26.7322535Z " (previous value: " 2021-11-23T19:08:26.7322992Z BeforeRebuild; 2021-11-23T19:08:26.7323225Z Clean; 2021-11-23T19:08:26.7323461Z Build; 2021-11-23T19:08:26.7323704Z AfterRebuild; 2021-11-23T19:08:26.7324055Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.7324464Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.7324747Z 2021-11-23T19:08:26.7324977Z ResolveReferences; 2021-11-23T19:08:26.7325243Z ResolveKeySource; 2021-11-23T19:08:26.7325787Z SetWin32ManifestProperties; 2021-11-23T19:08:26.7326088Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.7326378Z _GenerateCompileInputs; 2021-11-23T19:08:26.7326629Z BeforeCompile; 2021-11-23T19:08:26.7326891Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.7327159Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.7327536Z CoreCompile; 2021-11-23T19:08:26.7327802Z _TimeStampAfterCompile; 2021-11-23T19:08:26.7328048Z AfterCompile; 2021-11-23T19:08:26.7328278Z ; 2021-11-23T19:08:26.7328494Z _CreateAppHost; 2021-11-23T19:08:26.7328747Z _CreateComHost; 2021-11-23T19:08:26.7329003Z _GetIjwHostPaths; 2021-11-23T19:08:26.7329258Z " (previous value: " 2021-11-23T19:08:26.7329528Z ResolveReferences; 2021-11-23T19:08:26.7329785Z ResolveKeySource; 2021-11-23T19:08:26.7330040Z SetWin32ManifestProperties; 2021-11-23T19:08:26.7330339Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.7330612Z _GenerateCompileInputs; 2021-11-23T19:08:26.7330880Z BeforeCompile; 2021-11-23T19:08:26.7331141Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.7331413Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.7331681Z CoreCompile; 2021-11-23T19:08:26.7331928Z _TimeStampAfterCompile; 2021-11-23T19:08:26.7332190Z AfterCompile; 2021-11-23T19:08:26.7332546Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.7332952Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.7333248Z 2021-11-23T19:08:26.7333505Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.7333796Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.7334096Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.7334327Z ; 2021-11-23T19:08:26.7334579Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.7334980Z " (previous value: " 2021-11-23T19:08:26.7335258Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.7335562Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.7335842Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.7336223Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.7336669Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.7336976Z 2021-11-23T19:08:26.7337191Z ; 2021-11-23T19:08:26.7337405Z 2021-11-23T19:08:26.7337604Z ; 2021-11-23T19:08:26.7337844Z BuildOnlySettings; 2021-11-23T19:08:26.7338086Z PrepareForBuild; 2021-11-23T19:08:26.7338344Z AssignTargetPaths; 2021-11-23T19:08:26.7338601Z ResolveReferences 2021-11-23T19:08:26.7338820Z 2021-11-23T19:08:26.7339031Z ; 2021-11-23T19:08:26.7339266Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.7339557Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.7339854Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.7340131Z " (previous value: " 2021-11-23T19:08:26.7340382Z ; 2021-11-23T19:08:26.7340583Z 2021-11-23T19:08:26.7341024Z ; 2021-11-23T19:08:26.7341267Z BuildOnlySettings; 2021-11-23T19:08:26.7341507Z PrepareForBuild; 2021-11-23T19:08:26.7341766Z AssignTargetPaths; 2021-11-23T19:08:26.7342006Z ResolveReferences 2021-11-23T19:08:26.7342241Z 2021-11-23T19:08:26.7342590Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.7344170Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/Release/net6.0/ProjectA.Host.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectA.Host.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.7345475Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/Release/net6.0/ProjectA.Host.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectA.Host.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.7347121Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.7348374Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.7349437Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.7350351Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.7351179Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.7352013Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectA.Api" (previous value: "ProjectA.Api") at /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj (5,5) 2021-11-23T19:08:26.7352880Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectA.Api" (previous value: "ProjectA.Api") at /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj (6,5) 2021-11-23T19:08:26.7353551Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7353946Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7354524Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.7355301Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.7356512Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.7357380Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.7358130Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.7358888Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.7359637Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.7360372Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.7361361Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.7362471Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.7363063Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7363437Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7363953Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.7364455Z Property reassignment: $(DebugSymbolsProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.7364750Z ; 2021-11-23T19:08:26.7365019Z _RazorAddDebugSymbolsProjectOutputGroupOutput 2021-11-23T19:08:26.7365437Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (179,5) 2021-11-23T19:08:26.7365898Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7366256Z Property reassignment: $(PrepareForBuildDependsOn)=" 2021-11-23T19:08:26.7366595Z ;GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata; 2021-11-23T19:08:26.7366912Z ResolveRazorGenerateInputs 2021-11-23T19:08:26.7367481Z " (previous value: ";GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (184,5) 2021-11-23T19:08:26.7368013Z Property reassignment: $(GenerateNuspecDependsOn)=" 2021-11-23T19:08:26.7368321Z ResolveRazorGenerateInputs; 2021-11-23T19:08:26.7368671Z Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; 2021-11-23T19:08:26.7369295Z " (previous value: "Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (189,5) 2021-11-23T19:08:26.7369864Z Property reassignment: $(PrepareForRunDependsOn)=" 2021-11-23T19:08:26.7370163Z _RazorPrepareForRun; 2021-11-23T19:08:26.7370385Z 2021-11-23T19:08:26.7370624Z CopyFilesToOutputDirectory 2021-11-23T19:08:26.7370851Z 2021-11-23T19:08:26.7371089Z " (previous value: " 2021-11-23T19:08:26.7371362Z CopyFilesToOutputDirectory 2021-11-23T19:08:26.7371726Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (194,5) 2021-11-23T19:08:26.7372159Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7372543Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7373063Z Property reassignment: $(UseRazorBuildServer)="true" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (285,5) 2021-11-23T19:08:26.7373602Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7374153Z Property reassignment: $(_RazorDebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (291,5) 2021-11-23T19:08:26.7374708Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7375296Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.7375826Z Property reassignment: $(PrepareForRunDependsOn)="StaticWebAssetsPrepareForRun; 2021-11-23T19:08:26.7376158Z _RazorPrepareForRun; 2021-11-23T19:08:26.7376376Z 2021-11-23T19:08:26.7376616Z CopyFilesToOutputDirectory 2021-11-23T19:08:26.7376838Z 2021-11-23T19:08:26.7377078Z " (previous value: " 2021-11-23T19:08:26.7377343Z _RazorPrepareForRun; 2021-11-23T19:08:26.7377562Z 2021-11-23T19:08:26.7377799Z CopyFilesToOutputDirectory 2021-11-23T19:08:26.7378211Z 2021-11-23T19:08:26.7378761Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (249,5) 2021-11-23T19:08:26.7379580Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.7380331Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.7381424Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.7381800Z AssignProjectConfiguration; 2021-11-23T19:08:26.7382455Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.7383055Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.7383681Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.7384069Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.7384424Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.7384711Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.7384988Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.7385286Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.7385573Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.7385913Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.7386220Z SolutionExt=.sln; 2021-11-23T19:08:26.7386576Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.7387011Z Property reassignment: $(GetCopyToOutputDirectoryItemsDependsOn)=" 2021-11-23T19:08:26.7387332Z AssignTargetPaths; 2021-11-23T19:08:26.7387549Z 2021-11-23T19:08:26.7387791Z AssignProjectConfiguration; 2021-11-23T19:08:26.7388082Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.7388328Z ; 2021-11-23T19:08:26.7388592Z _GetProjectReferenceTargetFrameworkProperties; 2021-11-23T19:08:26.7388906Z _PopulateCommonStateForGetCopyToOutputDirectoryItems 2021-11-23T19:08:26.7389256Z ;AddStaticWebAssetsManifest" (previous value: " 2021-11-23T19:08:26.7389562Z AssignTargetPaths; 2021-11-23T19:08:26.7389779Z 2021-11-23T19:08:26.7390018Z AssignProjectConfiguration; 2021-11-23T19:08:26.7390290Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.7390544Z ; 2021-11-23T19:08:26.7390808Z _GetProjectReferenceTargetFrameworkProperties; 2021-11-23T19:08:26.7391122Z _PopulateCommonStateForGetCopyToOutputDirectoryItems 2021-11-23T19:08:26.7391552Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (260,5) 2021-11-23T19:08:26.7392113Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=" 2021-11-23T19:08:26.7392440Z GenerateStaticWebAssetsPackTargets; 2021-11-23T19:08:26.7392731Z IncludeStaticWebAssetsPackItems; 2021-11-23T19:08:26.7393008Z ;PackTool;_PackProjectToolValidation 2021-11-23T19:08:26.7393494Z " (previous value: ";PackTool;_PackProjectToolValidation") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (289,5) 2021-11-23T19:08:26.7394020Z Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:26.7394426Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.7394812Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.7395086Z _AddScopedCssBundles; 2021-11-23T19:08:26.7395608Z " (previous value: "UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (55,3) 2021-11-23T19:08:26.7396227Z Property reassignment: $(GenerateComputedBuildStaticWebAssetsDependsOn)=" 2021-11-23T19:08:26.7396529Z ; 2021-11-23T19:08:26.7396774Z _ResolveBundlingConfiguration; 2021-11-23T19:08:26.7397028Z _GenerateScopedCssFiles; 2021-11-23T19:08:26.7397288Z BundleScopedCssFiles; 2021-11-23T19:08:26.7397681Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (61,3) 2021-11-23T19:08:26.7398153Z Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:26.7398551Z 2021-11-23T19:08:26.7398877Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.7399263Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.7399536Z _AddScopedCssBundles; 2021-11-23T19:08:26.7399749Z ; 2021-11-23T19:08:26.7399993Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:26.7400273Z " (previous value: " 2021-11-23T19:08:26.7400630Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.7401007Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.7401262Z _AddScopedCssBundles; 2021-11-23T19:08:26.7401637Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (36,5) 2021-11-23T19:08:26.7402071Z Property reassignment: $(StaticWebAssetsPrepareForRunDependsOn)=" 2021-11-23T19:08:26.7402481Z ;GenerateStaticWebAssetsManifest;GenerateComputedBuildStaticWebAssets;CopyStaticWebAssetsToOutputDirectory; 2021-11-23T19:08:26.7402864Z _GenerateBuildJsModuleManifest; 2021-11-23T19:08:26.7403418Z " (previous value: ";GenerateStaticWebAssetsManifest;GenerateComputedBuildStaticWebAssets;CopyStaticWebAssetsToOutputDirectory") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (44,5) 2021-11-23T19:08:26.7404021Z Property reassignment: $(StaticWebAssetsPrepareForPublishDependsOn)=" 2021-11-23T19:08:26.7404442Z ;ResolveStaticWebAssetsConfiguration;GenerateStaticWebAssetsPublishManifest;GenerateComputedPublishStaticWebAssets; 2021-11-23T19:08:26.7404831Z _GeneratePublishJsModuleManifest; 2021-11-23T19:08:26.7405395Z " (previous value: ";ResolveStaticWebAssetsConfiguration;GenerateStaticWebAssetsPublishManifest;GenerateComputedPublishStaticWebAssets") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (49,5) 2021-11-23T19:08:26.7405992Z Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:26.7406384Z 2021-11-23T19:08:26.7406602Z 2021-11-23T19:08:26.7406925Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.7407306Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.7407579Z _AddScopedCssBundles; 2021-11-23T19:08:26.7407792Z ; 2021-11-23T19:08:26.7408036Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:26.7408279Z ; 2021-11-23T19:08:26.7408502Z _AddBuildJsModuleManifest; 2021-11-23T19:08:26.7408777Z " (previous value: " 2021-11-23T19:08:26.7409003Z 2021-11-23T19:08:26.7409348Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:26.7409729Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:26.7409985Z _AddScopedCssBundles; 2021-11-23T19:08:26.7410220Z ; 2021-11-23T19:08:26.7410446Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:26.7410838Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (54,5) 2021-11-23T19:08:26.7411278Z Property reassignment: $(ResolvePublishStaticWebAssetsDependsOn)=" 2021-11-23T19:08:26.7411644Z LoadStaticWebAssetsBuildManifest;ComputeReferencedProjectsPublishAssets;; 2021-11-23T19:08:26.7411975Z _AddPublishJsModuleManifest 2021-11-23T19:08:26.7412482Z " (previous value: "LoadStaticWebAssetsBuildManifest;ComputeReferencedProjectsPublishAssets;") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (59,5) 2021-11-23T19:08:26.7413133Z Property reassignment: $(GenerateRazorTargetAssemblyInfoDependsOn)=" 2021-11-23T19:08:26.7413470Z _ResolveMvcAssemblyAttributes; 2021-11-23T19:08:26.7413723Z 2021-11-23T19:08:26.7413957Z GetRazorTargetAssemblyAttributes; 2021-11-23T19:08:26.7414261Z _CreateRazorTargetAssemblyInfoInputsCacheFile; 2021-11-23T19:08:26.7414568Z CoreGenerateRazorTargetAssemblyInfo 2021-11-23T19:08:26.7414801Z 2021-11-23T19:08:26.7415037Z " (previous value: " 2021-11-23T19:08:26.7415303Z GetRazorTargetAssemblyAttributes; 2021-11-23T19:08:26.7415608Z _CreateRazorTargetAssemblyInfoInputsCacheFile; 2021-11-23T19:08:26.7415915Z CoreGenerateRazorTargetAssemblyInfo 2021-11-23T19:08:26.7416306Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (36,5) 2021-11-23T19:08:26.7416744Z Property reassignment: $(CoreCompileDependsOn)=" 2021-11-23T19:08:26.7417091Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:26.7417387Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:26.7417899Z " (previous value: ";_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (181,5) 2021-11-23T19:08:26.7418455Z Property reassignment: $(_GenerateRazorAssemblyInfoDependsOn)=" 2021-11-23T19:08:26.7418781Z _ResolveMvcAssemblyAttributes; 2021-11-23T19:08:26.7419106Z RazorGetAssemblyAttributes;PrepareForBuild;_CoreGenerateRazorAssemblyInfo; 2021-11-23T19:08:26.7419686Z " (previous value: "RazorGetAssemblyAttributes;PrepareForBuild;_CoreGenerateRazorAssemblyInfo") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (189,5) 2021-11-23T19:08:26.7420355Z Property reassignment: $(CoreCompileDependsOn)=" 2021-11-23T19:08:26.7420667Z _DiscoverMvcApplicationParts; 2021-11-23T19:08:26.7421233Z 2021-11-23T19:08:26.7421509Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:26.7421822Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:26.7422046Z ; 2021-11-23T19:08:26.7422286Z " (previous value: " 2021-11-23T19:08:26.7422603Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:26.7422899Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:26.7423307Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.MvcApplicationPartsDiscovery.targets (22,5) 2021-11-23T19:08:26.7424181Z Property reassignment: $(RazorDesignTimeTargets)="/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets" (previous value: "/usr/share/dotnet/sdk/6.0.100/Microsoft/VisualStudio/Razor/Microsoft.NET.Sdk.Razor.DesignTime.targets") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (753,5) 2021-11-23T19:08:26.7425282Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.7426163Z Property reassignment: $(RunWorkingDirectory)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Host" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets (21,5) 2021-11-23T19:08:26.7427061Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/Release/net6.0/ProjectA.Api.assets.cache" (previous value: "obj\Release/net6.0/ProjectA.Api.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.7427850Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.7428140Z 2021-11-23T19:08:26.7428364Z ResolveProjectReferences; 2021-11-23T19:08:26.7428641Z FindInvalidProjectReferences; 2021-11-23T19:08:26.7428905Z GetFrameworkPaths; 2021-11-23T19:08:26.7429150Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.7429409Z PrepareForBuild; 2021-11-23T19:08:26.7429646Z ResolveSDKReferences; 2021-11-23T19:08:26.7429903Z ExpandSDKReferences; 2021-11-23T19:08:26.7430135Z ; 2021-11-23T19:08:26.7430371Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.7430655Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.7430921Z " (previous value: " 2021-11-23T19:08:26.7431193Z ResolveProjectReferences; 2021-11-23T19:08:26.7431467Z FindInvalidProjectReferences; 2021-11-23T19:08:26.7454118Z GetFrameworkPaths; 2021-11-23T19:08:26.7454477Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.7454757Z PrepareForBuild; 2021-11-23T19:08:26.7455014Z ResolveSDKReferences; 2021-11-23T19:08:26.7455290Z ExpandSDKReferences; 2021-11-23T19:08:26.7455673Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.7456572Z Property reassignment: $(PublishConfiguration)="Release" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets (74,5) 2021-11-23T19:08:26.7457405Z Property reassignment: $(BaseIntermediateOutputPath)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets (80,5) 2021-11-23T19:08:26.7458039Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.7458720Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.7459035Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.7459278Z 2021-11-23T19:08:26.7459501Z ; 2021-11-23T19:08:26.7459751Z PrepareResourceNames; 2021-11-23T19:08:26.7459996Z ResGen; 2021-11-23T19:08:26.7460250Z CompileLicxFiles 2021-11-23T19:08:26.7460475Z 2021-11-23T19:08:26.7460886Z " (previous value: " 2021-11-23T19:08:26.7461323Z ; 2021-11-23T19:08:26.7461549Z PrepareResourceNames; 2021-11-23T19:08:26.7461800Z ResGen; 2021-11-23T19:08:26.7462204Z CompileLicxFiles 2021-11-23T19:08:26.7462600Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.7463501Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.7464453Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.7510624Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.7511866Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.7512918Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.7640472Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.7641348Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.7641651Z 2021-11-23T19:08:26.7641853Z 2021-11-23T19:08:26.7642100Z ResolveProjectReferences; 2021-11-23T19:08:26.7642362Z FindInvalidProjectReferences; 2021-11-23T19:08:26.7642630Z GetFrameworkPaths; 2021-11-23T19:08:26.7642893Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.7643136Z PrepareForBuild; 2021-11-23T19:08:26.7643390Z ResolveSDKReferences; 2021-11-23T19:08:26.7643647Z ExpandSDKReferences; 2021-11-23T19:08:26.7643865Z ; 2021-11-23T19:08:26.7649435Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.7649811Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.7650117Z ; 2021-11-23T19:08:26.7650420Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.7650749Z " (previous value: " 2021-11-23T19:08:26.7656123Z 2021-11-23T19:08:26.7656426Z ResolveProjectReferences; 2021-11-23T19:08:26.7656774Z FindInvalidProjectReferences; 2021-11-23T19:08:26.7657349Z GetFrameworkPaths; 2021-11-23T19:08:26.7657671Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.7657996Z PrepareForBuild; 2021-11-23T19:08:26.7658298Z ResolveSDKReferences; 2021-11-23T19:08:26.7658627Z ExpandSDKReferences; 2021-11-23T19:08:26.7658918Z ; 2021-11-23T19:08:26.7659218Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.7659576Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.7660057Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.7668958Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/Release/net6.0/ProjectA.Api.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectA.Api.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.7669971Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.7670715Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.7671478Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.7672251Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.7673008Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.7673307Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.7673551Z 2021-11-23T19:08:26.7673766Z BuildOnlySettings; 2021-11-23T19:08:26.7674020Z PrepareForBuild; 2021-11-23T19:08:26.7674267Z PreBuildEvent; 2021-11-23T19:08:26.7674500Z ResolveReferences; 2021-11-23T19:08:26.7674751Z PrepareResources; 2021-11-23T19:08:26.7680683Z ResolveKeySource; 2021-11-23T19:08:26.7680955Z Compile; 2021-11-23T19:08:26.7681199Z ExportWindowsMDFile; 2021-11-23T19:08:26.7681446Z UnmanagedUnregistration; 2021-11-23T19:08:26.7681724Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.7682002Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.7682260Z GenerateManifests; 2021-11-23T19:08:26.7682509Z GetTargetPath; 2021-11-23T19:08:26.7682737Z PrepareForRun; 2021-11-23T19:08:26.7682989Z UnmanagedRegistration; 2021-11-23T19:08:26.7683248Z IncrementalClean; 2021-11-23T19:08:26.7683480Z PostBuildEvent 2021-11-23T19:08:26.7683704Z ; 2021-11-23T19:08:26.7683931Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.7684221Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.7684510Z " (previous value: " 2021-11-23T19:08:26.7684758Z BuildOnlySettings; 2021-11-23T19:08:26.7685006Z PrepareForBuild; 2021-11-23T19:08:26.7685234Z PreBuildEvent; 2021-11-23T19:08:26.7685481Z ResolveReferences; 2021-11-23T19:08:26.7685731Z PrepareResources; 2021-11-23T19:08:26.7685964Z ResolveKeySource; 2021-11-23T19:08:26.7686206Z Compile; 2021-11-23T19:08:26.7686450Z ExportWindowsMDFile; 2021-11-23T19:08:26.7686696Z UnmanagedUnregistration; 2021-11-23T19:08:26.7686973Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.7702318Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.7702623Z GenerateManifests; 2021-11-23T19:08:26.7713442Z GetTargetPath; 2021-11-23T19:08:26.7713695Z PrepareForRun; 2021-11-23T19:08:26.7713951Z UnmanagedRegistration; 2021-11-23T19:08:26.7714193Z IncrementalClean; 2021-11-23T19:08:26.7714438Z PostBuildEvent 2021-11-23T19:08:26.7714784Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.7715165Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.7715461Z _SdkBeforeClean; 2021-11-23T19:08:26.7715691Z 2021-11-23T19:08:26.7744140Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.7744696Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.7744995Z _SdkBeforeRebuild; 2021-11-23T19:08:26.7745271Z 2021-11-23T19:08:26.7745499Z BeforeRebuild; 2021-11-23T19:08:26.7745717Z Clean; 2021-11-23T19:08:26.7746827Z Build; 2021-11-23T19:08:26.7747140Z AfterRebuild; 2021-11-23T19:08:26.7763351Z 2021-11-23T19:08:26.7763636Z " (previous value: " 2021-11-23T19:08:26.7763880Z BeforeRebuild; 2021-11-23T19:08:26.7764114Z Clean; 2021-11-23T19:08:26.7788841Z Build; 2021-11-23T19:08:26.7789092Z AfterRebuild; 2021-11-23T19:08:26.7789453Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.7789835Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.7790328Z 2021-11-23T19:08:26.7790568Z ResolveReferences; 2021-11-23T19:08:26.7941451Z ResolveKeySource; 2021-11-23T19:08:26.7941794Z SetWin32ManifestProperties; 2021-11-23T19:08:26.7942112Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.7980578Z _GenerateCompileInputs; 2021-11-23T19:08:26.7981060Z BeforeCompile; 2021-11-23T19:08:26.7981310Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.7981591Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.7981852Z CoreCompile; 2021-11-23T19:08:26.7982087Z _TimeStampAfterCompile; 2021-11-23T19:08:26.7982339Z AfterCompile; 2021-11-23T19:08:26.7982546Z ; 2021-11-23T19:08:26.7982774Z _CreateAppHost; 2021-11-23T19:08:26.7983019Z _CreateComHost; 2021-11-23T19:08:26.7983251Z _GetIjwHostPaths; 2021-11-23T19:08:26.7983514Z " (previous value: " 2021-11-23T19:08:26.8011269Z ResolveReferences; 2021-11-23T19:08:26.8011586Z ResolveKeySource; 2021-11-23T19:08:26.8011852Z SetWin32ManifestProperties; 2021-11-23T19:08:26.8012141Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.8012425Z _GenerateCompileInputs; 2021-11-23T19:08:26.8012661Z BeforeCompile; 2021-11-23T19:08:26.8012916Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.8013194Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.8013439Z CoreCompile; 2021-11-23T19:08:26.8013690Z _TimeStampAfterCompile; 2021-11-23T19:08:26.8013941Z AfterCompile; 2021-11-23T19:08:26.8025524Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.8026043Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.8026319Z 2021-11-23T19:08:26.8026583Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.8026881Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.8027155Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.8027607Z ; 2021-11-23T19:08:26.8027844Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.8028126Z " (previous value: " 2021-11-23T19:08:26.8028410Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.8028695Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.8028984Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.8029346Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.8029764Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.8030080Z 2021-11-23T19:08:26.8030273Z ; 2021-11-23T19:08:26.8030483Z 2021-11-23T19:08:26.8030700Z ; 2021-11-23T19:08:26.8030915Z BuildOnlySettings; 2021-11-23T19:08:26.8031165Z PrepareForBuild; 2021-11-23T19:08:26.8031413Z AssignTargetPaths; 2021-11-23T19:08:26.8031654Z ResolveReferences 2021-11-23T19:08:26.8031884Z 2021-11-23T19:08:26.8032073Z ; 2021-11-23T19:08:26.8032312Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.8032599Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.8032874Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.8033152Z " (previous value: " 2021-11-23T19:08:26.8033379Z ; 2021-11-23T19:08:26.8033591Z 2021-11-23T19:08:26.8033799Z ; 2021-11-23T19:08:26.8034014Z BuildOnlySettings; 2021-11-23T19:08:26.8034262Z PrepareForBuild; 2021-11-23T19:08:26.8034497Z AssignTargetPaths; 2021-11-23T19:08:26.8034750Z ResolveReferences 2021-11-23T19:08:26.8035097Z 2021-11-23T19:08:26.8035426Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.8036142Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/Release/net6.0/ProjectA.Api.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectA.Api.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.8037130Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/Release/net6.0/ProjectA.Api.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectA.Api.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.8037991Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.8038755Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.8039478Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.8040141Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.8040887Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.8041880Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.8043243Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.8044114Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.8044952Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8045770Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8046686Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8047588Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8050689Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.8051854Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8052928Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8054070Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8055165Z Overriding target "BeforePublish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "BeforePublish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets". 2021-11-23T19:08:26.8056213Z Overriding target "AfterPublish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "AfterPublish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets". 2021-11-23T19:08:26.8057171Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8058220Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8059178Z The target "CollectUpToDateCheckInputDesignTime" listed in a BeforeTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (164,5)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8060211Z The target "CollectUpToDateCheckBuiltDesignTime" listed in a BeforeTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (164,5)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8061737Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.8062886Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.8063987Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8064896Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8066040Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8067035Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8068059Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.8069055Z The target "RazorGenerateComponentDeclaration" listed in an AfterTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets (55,53)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8069857Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (7) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.8070544Z 7>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (entry point): 2021-11-23T19:08:26.8071111Z 7>Done building target "_IsProjectRestoreSupported" in project "ProjectA.Host.csproj". 2021-11-23T19:08:26.8071583Z 7>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.8072513Z 0>Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8073425Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8074387Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8075232Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8075962Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8076730Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.8077316Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8077828Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8078223Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8078599Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8079261Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.8080062Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (8) on node 2 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.8080719Z 8>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (entry point): 2021-11-23T19:08:26.8081271Z 8>Done building target "_IsProjectRestoreSupported" in project "ProjectA.Api.csproj". 2021-11-23T19:08:26.8081728Z 8>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.8082398Z 0>Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Client" (previous value: "ProjectB.Client") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj (5,2) 2021-11-23T19:08:26.8083262Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Client" (previous value: "ProjectB.Client") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj (6,5) 2021-11-23T19:08:26.8084077Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8084484Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8085074Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.8086966Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.8088025Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.8088992Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.8089805Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.8090645Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.8091643Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.8092441Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.8093266Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.8093967Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8094369Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8094746Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8095137Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8095789Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.8096675Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Contracts" (previous value: "ProjectB.Contracts") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj (5,2) 2021-11-23T19:08:26.8097574Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Contracts" (previous value: "ProjectB.Contracts") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj (6,5) 2021-11-23T19:08:26.8098369Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8098749Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8099107Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8099487Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8100044Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.8100900Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.8101899Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.8102803Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.8103565Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.8104286Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.8104960Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.8105500Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8105874Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8107350Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8107742Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8108109Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8108699Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.8109630Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.8110333Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.8110966Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.8111633Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.8112174Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.8112510Z AssignProjectConfiguration; 2021-11-23T19:08:26.8112809Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.8113248Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.8113950Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.8114565Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8114965Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.8115324Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.8115623Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.8115909Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.8116215Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.8116655Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.8116994Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.8117308Z SolutionExt=.sln; 2021-11-23T19:08:26.8117677Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.8118494Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.8131069Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8131500Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8145088Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.8145837Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.8146759Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/Release/net6.0/ProjectB.Client.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Client.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.8147524Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8148125Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8148502Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.8148810Z 2021-11-23T19:08:26.8149809Z ResolveProjectReferences; 2021-11-23T19:08:26.8150224Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8150567Z GetFrameworkPaths; 2021-11-23T19:08:26.8150881Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8151207Z PrepareForBuild; 2021-11-23T19:08:26.8151527Z ResolveSDKReferences; 2021-11-23T19:08:26.8151836Z ExpandSDKReferences; 2021-11-23T19:08:26.8152127Z ; 2021-11-23T19:08:26.8152425Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8152933Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8153407Z " (previous value: " 2021-11-23T19:08:26.8153702Z ResolveProjectReferences; 2021-11-23T19:08:26.8154004Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8154294Z GetFrameworkPaths; 2021-11-23T19:08:26.8154570Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8154854Z PrepareForBuild; 2021-11-23T19:08:26.8155115Z ResolveSDKReferences; 2021-11-23T19:08:26.8155398Z ExpandSDKReferences; 2021-11-23T19:08:26.8155809Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.8156623Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.8156964Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8157257Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8157492Z 2021-11-23T19:08:26.8157707Z ; 2021-11-23T19:08:26.8157932Z PrepareResourceNames; 2021-11-23T19:08:26.8158187Z ResGen; 2021-11-23T19:08:26.8158431Z CompileLicxFiles 2021-11-23T19:08:26.8158646Z 2021-11-23T19:08:26.8158891Z " (previous value: " 2021-11-23T19:08:26.8159124Z ; 2021-11-23T19:08:26.8159548Z PrepareResourceNames; 2021-11-23T19:08:26.8160011Z ResGen; 2021-11-23T19:08:26.8160292Z CompileLicxFiles 2021-11-23T19:08:26.8160757Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.8161304Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8161756Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8162218Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8162987Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.8164725Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.8165765Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.8167041Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.8168500Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.8169589Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.8170894Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.8171846Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.8172397Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.8172711Z 2021-11-23T19:08:26.8172946Z 2021-11-23T19:08:26.8173597Z ResolveProjectReferences; 2021-11-23T19:08:26.8173896Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8174380Z GetFrameworkPaths; 2021-11-23T19:08:26.8174671Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8174975Z PrepareForBuild; 2021-11-23T19:08:26.8175271Z ResolveSDKReferences; 2021-11-23T19:08:26.8175559Z ExpandSDKReferences; 2021-11-23T19:08:26.8175990Z ; 2021-11-23T19:08:26.8176421Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8176734Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8177004Z ; 2021-11-23T19:08:26.8177251Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.8177551Z " (previous value: " 2021-11-23T19:08:26.8177800Z 2021-11-23T19:08:26.8178164Z ResolveProjectReferences; 2021-11-23T19:08:26.8178470Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8178929Z GetFrameworkPaths; 2021-11-23T19:08:26.8179222Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8179516Z PrepareForBuild; 2021-11-23T19:08:26.8179786Z ResolveSDKReferences; 2021-11-23T19:08:26.8180077Z ExpandSDKReferences; 2021-11-23T19:08:26.8180323Z ; 2021-11-23T19:08:26.8180606Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8181083Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8182013Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.8183154Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/Release/net6.0/ProjectB.Client.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Client.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.8184226Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.8185465Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.8202448Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.8203306Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.8203743Z AssignProjectConfiguration; 2021-11-23T19:08:26.8204078Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.8204517Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.8205239Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.8227626Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.8228377Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.8228692Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.8228980Z 2021-11-23T19:08:26.8229203Z BuildOnlySettings; 2021-11-23T19:08:26.8235667Z PrepareForBuild; 2021-11-23T19:08:26.8235962Z PreBuildEvent; 2021-11-23T19:08:26.8236205Z ResolveReferences; 2021-11-23T19:08:26.8236503Z PrepareResources; 2021-11-23T19:08:26.8236747Z ResolveKeySource; 2021-11-23T19:08:26.8237034Z Compile; 2021-11-23T19:08:26.8237318Z ExportWindowsMDFile; 2021-11-23T19:08:26.8237578Z UnmanagedUnregistration; 2021-11-23T19:08:26.8237899Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.8238282Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.8238547Z GenerateManifests; 2021-11-23T19:08:26.8238909Z GetTargetPath; 2021-11-23T19:08:26.8243674Z PrepareForRun; 2021-11-23T19:08:26.8244028Z UnmanagedRegistration; 2021-11-23T19:08:26.8244328Z IncrementalClean; 2021-11-23T19:08:26.8244570Z PostBuildEvent 2021-11-23T19:08:26.8245027Z ; 2021-11-23T19:08:26.8245269Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.8245607Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.8245937Z " (previous value: " 2021-11-23T19:08:26.8246198Z BuildOnlySettings; 2021-11-23T19:08:26.8246528Z PrepareForBuild; 2021-11-23T19:08:26.8246766Z PreBuildEvent; 2021-11-23T19:08:26.8247114Z ResolveReferences; 2021-11-23T19:08:26.8247406Z PrepareResources; 2021-11-23T19:08:26.8247649Z ResolveKeySource; 2021-11-23T19:08:26.8247929Z Compile; 2021-11-23T19:08:26.8248163Z ExportWindowsMDFile; 2021-11-23T19:08:26.8248469Z UnmanagedUnregistration; 2021-11-23T19:08:26.8265135Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.8265436Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.8265748Z GenerateManifests; 2021-11-23T19:08:26.8266054Z GetTargetPath; 2021-11-23T19:08:26.8266307Z PrepareForRun; 2021-11-23T19:08:26.8266603Z UnmanagedRegistration; 2021-11-23T19:08:26.8266854Z IncrementalClean; 2021-11-23T19:08:26.8267207Z PostBuildEvent 2021-11-23T19:08:26.8267602Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.8267990Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.8268326Z _SdkBeforeClean; 2021-11-23T19:08:26.8268545Z 2021-11-23T19:08:26.8268957Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.8269431Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.8269895Z _SdkBeforeRebuild; 2021-11-23T19:08:26.8270194Z 2021-11-23T19:08:26.8270459Z BeforeRebuild; 2021-11-23T19:08:26.8270687Z Clean; 2021-11-23T19:08:26.8270961Z Build; 2021-11-23T19:08:26.8271184Z AfterRebuild; 2021-11-23T19:08:26.8271479Z 2021-11-23T19:08:26.8271760Z " (previous value: " 2021-11-23T19:08:26.8272016Z BeforeRebuild; 2021-11-23T19:08:26.8272294Z Clean; 2021-11-23T19:08:26.8272510Z Build; 2021-11-23T19:08:26.8272783Z AfterRebuild; 2021-11-23T19:08:26.8273172Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.8273556Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.8273877Z 2021-11-23T19:08:26.8274145Z ResolveReferences; 2021-11-23T19:08:26.8274392Z ResolveKeySource; 2021-11-23T19:08:26.8274705Z SetWin32ManifestProperties; 2021-11-23T19:08:26.8274990Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.8275342Z _GenerateCompileInputs; 2021-11-23T19:08:26.8275642Z BeforeCompile; 2021-11-23T19:08:26.8275891Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.8276212Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.8276467Z CoreCompile; 2021-11-23T19:08:26.8276762Z _TimeStampAfterCompile; 2021-11-23T19:08:26.8277064Z AfterCompile; 2021-11-23T19:08:26.8277284Z ; 2021-11-23T19:08:26.8277553Z _CreateAppHost; 2021-11-23T19:08:26.8277790Z _CreateComHost; 2021-11-23T19:08:26.8278104Z _GetIjwHostPaths; 2021-11-23T19:08:26.8278405Z " (previous value: " 2021-11-23T19:08:26.8278662Z ResolveReferences; 2021-11-23T19:08:26.8279006Z ResolveKeySource; 2021-11-23T19:08:26.8279269Z SetWin32ManifestProperties; 2021-11-23T19:08:26.8279602Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.8279929Z _GenerateCompileInputs; 2021-11-23T19:08:26.8280292Z BeforeCompile; 2021-11-23T19:08:26.8280615Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.8280936Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.8281193Z CoreCompile; 2021-11-23T19:08:26.8281490Z _TimeStampAfterCompile; 2021-11-23T19:08:26.8281735Z AfterCompile; 2021-11-23T19:08:26.8282124Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.8282577Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.8282862Z 2021-11-23T19:08:26.8283183Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.8283523Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.8283817Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.8284099Z ; 2021-11-23T19:08:26.8284337Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.8284674Z " (previous value: " 2021-11-23T19:08:26.8285003Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.8285298Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.8285630Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.8285988Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.8286470Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.8286835Z 2021-11-23T19:08:26.8287038Z ; 2021-11-23T19:08:26.8287316Z 2021-11-23T19:08:26.8287568Z ; 2021-11-23T19:08:26.8287794Z BuildOnlySettings; 2021-11-23T19:08:26.8288098Z PrepareForBuild; 2021-11-23T19:08:26.8288448Z AssignTargetPaths; 2021-11-23T19:08:26.8288749Z ResolveReferences 2021-11-23T19:08:26.8289017Z 2021-11-23T19:08:26.8289217Z ; 2021-11-23T19:08:26.8289509Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.8289788Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.8290123Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.8290442Z " (previous value: " 2021-11-23T19:08:26.8290680Z ; 2021-11-23T19:08:26.8290959Z 2021-11-23T19:08:26.8291160Z ; 2021-11-23T19:08:26.8291447Z BuildOnlySettings; 2021-11-23T19:08:26.8291738Z PrepareForBuild; 2021-11-23T19:08:26.8291982Z AssignTargetPaths; 2021-11-23T19:08:26.8292275Z ResolveReferences 2021-11-23T19:08:26.8292495Z 2021-11-23T19:08:26.8292881Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.8293395Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8294147Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/Release/net6.0/ProjectB.Client.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Client.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.8295323Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/Release/net6.0/ProjectB.Client.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Client.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.8296306Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.8297154Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.8298077Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.8298806Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.8299558Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.8300564Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.8301609Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.8302016Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.8302348Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.8302637Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.8302980Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.8303277Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.8303714Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.8304198Z SolutionExt=.sln; 2021-11-23T19:08:26.8304570Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.8305442Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.8306629Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/Release/net6.0/ProjectB.Contracts.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Contracts.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.8307442Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.8307776Z 2021-11-23T19:08:26.8308008Z ResolveProjectReferences; 2021-11-23T19:08:26.8308324Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8308650Z GetFrameworkPaths; 2021-11-23T19:08:26.8308914Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8309251Z PrepareForBuild; 2021-11-23T19:08:26.8309500Z ResolveSDKReferences; 2021-11-23T19:08:26.8309801Z ExpandSDKReferences; 2021-11-23T19:08:26.8310074Z ; 2021-11-23T19:08:26.8310319Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8310648Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8310918Z " (previous value: " 2021-11-23T19:08:26.8311231Z ResolveProjectReferences; 2021-11-23T19:08:26.8311548Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8311805Z GetFrameworkPaths; 2021-11-23T19:08:26.8312129Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8312432Z PrepareForBuild; 2021-11-23T19:08:26.8312683Z ResolveSDKReferences; 2021-11-23T19:08:26.8313004Z ExpandSDKReferences; 2021-11-23T19:08:26.8313486Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.8313973Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.8314342Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8321524Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8321922Z 2021-11-23T19:08:26.8322184Z ; 2021-11-23T19:08:26.8322422Z PrepareResourceNames; 2021-11-23T19:08:26.8329505Z ResGen; 2021-11-23T19:08:26.8329760Z CompileLicxFiles 2021-11-23T19:08:26.8330037Z 2021-11-23T19:08:26.8330365Z " (previous value: " 2021-11-23T19:08:26.8330628Z ; 2021-11-23T19:08:26.8330906Z PrepareResourceNames; 2021-11-23T19:08:26.8332462Z ResGen; 2021-11-23T19:08:26.8333758Z CompileLicxFiles 2021-11-23T19:08:26.8338950Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.8339704Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.8340649Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.8341866Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.8343118Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.8344193Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.8345366Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.8346157Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.8346487Z 2021-11-23T19:08:26.8371040Z 2021-11-23T19:08:26.8375656Z ResolveProjectReferences; 2021-11-23T19:08:26.8375959Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8377690Z GetFrameworkPaths; 2021-11-23T19:08:26.8379014Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8383952Z PrepareForBuild; 2021-11-23T19:08:26.8385717Z ResolveSDKReferences; 2021-11-23T19:08:26.8386953Z ExpandSDKReferences; 2021-11-23T19:08:26.8387264Z ; 2021-11-23T19:08:26.8387577Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8405134Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8405487Z ; 2021-11-23T19:08:26.8405772Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.8406231Z " (previous value: " 2021-11-23T19:08:26.8406580Z 2021-11-23T19:08:26.8406815Z ResolveProjectReferences; 2021-11-23T19:08:26.8407153Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8407464Z GetFrameworkPaths; 2021-11-23T19:08:26.8407722Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8408025Z PrepareForBuild; 2021-11-23T19:08:26.8408273Z ResolveSDKReferences; 2021-11-23T19:08:26.8408575Z ExpandSDKReferences; 2021-11-23T19:08:26.8408847Z ; 2021-11-23T19:08:26.8409094Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8409422Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8409826Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.8413114Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/Release/net6.0/ProjectB.Contracts.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Contracts.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.8414327Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.8430920Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.8435552Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.8436487Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.8437110Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.8437409Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.8437692Z 2021-11-23T19:08:26.8437915Z BuildOnlySettings; 2021-11-23T19:08:26.8438211Z PrepareForBuild; 2021-11-23T19:08:26.8438510Z PreBuildEvent; 2021-11-23T19:08:26.8438756Z ResolveReferences; 2021-11-23T19:08:26.8439108Z PrepareResources; 2021-11-23T19:08:26.8439361Z ResolveKeySource; 2021-11-23T19:08:26.8439645Z Compile; 2021-11-23T19:08:26.8439934Z ExportWindowsMDFile; 2021-11-23T19:08:26.8440191Z UnmanagedUnregistration; 2021-11-23T19:08:26.8440520Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.8440841Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.8441100Z GenerateManifests; 2021-11-23T19:08:26.8441390Z GetTargetPath; 2021-11-23T19:08:26.8441626Z PrepareForRun; 2021-11-23T19:08:26.8441918Z UnmanagedRegistration; 2021-11-23T19:08:26.8442233Z IncrementalClean; 2021-11-23T19:08:26.8442476Z PostBuildEvent 2021-11-23T19:08:26.8442767Z ; 2021-11-23T19:08:26.8443003Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.8443340Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.8443668Z " (previous value: " 2021-11-23T19:08:26.8443926Z BuildOnlySettings; 2021-11-23T19:08:26.8444221Z PrepareForBuild; 2021-11-23T19:08:26.8444458Z PreBuildEvent; 2021-11-23T19:08:26.8445580Z ResolveReferences; 2021-11-23T19:08:26.8445908Z PrepareResources; 2021-11-23T19:08:26.8446311Z ResolveKeySource; 2021-11-23T19:08:26.8446625Z Compile; 2021-11-23T19:08:26.8462741Z ExportWindowsMDFile; 2021-11-23T19:08:26.8463157Z UnmanagedUnregistration; 2021-11-23T19:08:26.8463468Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.8470800Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.8471376Z GenerateManifests; 2021-11-23T19:08:26.8471700Z GetTargetPath; 2021-11-23T19:08:26.8472264Z PrepareForRun; 2021-11-23T19:08:26.8473115Z UnmanagedRegistration; 2021-11-23T19:08:26.8473416Z IncrementalClean; 2021-11-23T19:08:26.8473915Z PostBuildEvent 2021-11-23T19:08:26.8478094Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.8478719Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.8479065Z _SdkBeforeClean; 2021-11-23T19:08:26.8479386Z 2021-11-23T19:08:26.8479740Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.8480190Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.8480456Z _SdkBeforeRebuild; 2021-11-23T19:08:26.8480716Z 2021-11-23T19:08:26.8480969Z BeforeRebuild; 2021-11-23T19:08:26.8481184Z Clean; 2021-11-23T19:08:26.8481435Z Build; 2021-11-23T19:08:26.8481707Z AfterRebuild; 2021-11-23T19:08:26.8481912Z 2021-11-23T19:08:26.8482180Z " (previous value: " 2021-11-23T19:08:26.8482417Z BeforeRebuild; 2021-11-23T19:08:26.8482864Z Clean; 2021-11-23T19:08:26.8483141Z Build; 2021-11-23T19:08:26.8483358Z AfterRebuild; 2021-11-23T19:08:26.8483728Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.8484097Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.8484392Z 2021-11-23T19:08:26.8484651Z ResolveReferences; 2021-11-23T19:08:26.8484884Z ResolveKeySource; 2021-11-23T19:08:26.8485189Z SetWin32ManifestProperties; 2021-11-23T19:08:26.8485457Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.8485767Z _GenerateCompileInputs; 2021-11-23T19:08:26.8486045Z BeforeCompile; 2021-11-23T19:08:26.8486280Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.8486583Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.8486891Z CoreCompile; 2021-11-23T19:08:26.8487133Z _TimeStampAfterCompile; 2021-11-23T19:08:26.8487419Z AfterCompile; 2021-11-23T19:08:26.8487622Z ; 2021-11-23T19:08:26.8581582Z _CreateAppHost; 2021-11-23T19:08:26.8581865Z _CreateComHost; 2021-11-23T19:08:26.8582111Z _GetIjwHostPaths; 2021-11-23T19:08:26.8582358Z " (previous value: " 2021-11-23T19:08:26.8582601Z ResolveReferences; 2021-11-23T19:08:26.8582837Z ResolveKeySource; 2021-11-23T19:08:26.8583081Z SetWin32ManifestProperties; 2021-11-23T19:08:26.8583349Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.8583613Z _GenerateCompileInputs; 2021-11-23T19:08:26.8583849Z BeforeCompile; 2021-11-23T19:08:26.8584082Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.8584343Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.8584583Z CoreCompile; 2021-11-23T19:08:26.8584819Z _TimeStampAfterCompile; 2021-11-23T19:08:26.8585059Z AfterCompile; 2021-11-23T19:08:26.8585382Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.8585771Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.8586241Z 2021-11-23T19:08:26.8586487Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.8586769Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.8587037Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.8587261Z ; 2021-11-23T19:08:26.8587490Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.8587746Z " (previous value: " 2021-11-23T19:08:26.8588013Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.8588287Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.8609224Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.8609603Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.8610030Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.8610334Z 2021-11-23T19:08:26.8610530Z ; 2021-11-23T19:08:26.8610718Z 2021-11-23T19:08:26.8610912Z ; 2021-11-23T19:08:26.8611123Z BuildOnlySettings; 2021-11-23T19:08:26.8611356Z PrepareForBuild; 2021-11-23T19:08:26.8611588Z AssignTargetPaths; 2021-11-23T19:08:26.8611817Z ResolveReferences 2021-11-23T19:08:26.8612027Z 2021-11-23T19:08:26.8612211Z ; 2021-11-23T19:08:26.8612433Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.8612701Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.8612971Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.8613232Z " (previous value: " 2021-11-23T19:08:26.8613677Z ; 2021-11-23T19:08:26.8613875Z 2021-11-23T19:08:26.8614068Z ; 2021-11-23T19:08:26.8614277Z BuildOnlySettings; 2021-11-23T19:08:26.8614508Z PrepareForBuild; 2021-11-23T19:08:26.8614744Z AssignTargetPaths; 2021-11-23T19:08:26.8614980Z ResolveReferences 2021-11-23T19:08:26.8615190Z 2021-11-23T19:08:26.8615506Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.8616261Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/Release/net6.0/ProjectB.Contracts.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Contracts.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.8617345Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/Release/net6.0/ProjectB.Contracts.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Contracts.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.8618257Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.8618991Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.8619690Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.8620334Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.8624697Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.8625884Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.8627008Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.8627853Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.8629244Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8635280Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8636508Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8637420Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8638357Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.8639236Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8640249Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8641123Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8641886Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8642554Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8643361Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (9) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.8644056Z 9>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (entry point): 2021-11-23T19:08:26.8644612Z 9>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Client.csproj". 2021-11-23T19:08:26.8645088Z 9>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.8645694Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.8646232Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8646594Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8646939Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8647298Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8647896Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.8648787Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectA.Api.UnitTests" (previous value: "ProjectA.Api.UnitTests") at /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj (8,5) 2021-11-23T19:08:26.8649526Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectA.Api.UnitTests" (previous value: "ProjectA.Api.UnitTests") at /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj (9,5) 2021-11-23T19:08:26.8650069Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8650418Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8650935Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.8651636Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.8652452Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.8653281Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.8654002Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.8655858Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.8657034Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.8658317Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.8659127Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8659836Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8660494Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.8661373Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.8661880Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8662236Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8662590Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8662945Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8663463Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8663957Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.8664703Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.8665348Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.8665870Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.8666354Z AssignProjectConfiguration; 2021-11-23T19:08:26.8666626Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.8667037Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.8667498Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8667874Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.8668209Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.8668479Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.8668753Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.8669033Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.8669317Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.8669632Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.8669926Z SolutionExt=.sln; 2021-11-23T19:08:26.8670272Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.8671006Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.8677610Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/Release/net6.0/ProjectA.Api.UnitTests.assets.cache" (previous value: "obj\Release/net6.0/ProjectA.Api.UnitTests.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.8687163Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.8687448Z 2021-11-23T19:08:26.8687670Z ResolveProjectReferences; 2021-11-23T19:08:26.8687932Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8688184Z GetFrameworkPaths; 2021-11-23T19:08:26.8697460Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8697911Z PrepareForBuild; 2021-11-23T19:08:26.8698143Z ResolveSDKReferences; 2021-11-23T19:08:26.8698398Z ExpandSDKReferences; 2021-11-23T19:08:26.8698613Z ; 2021-11-23T19:08:26.8698843Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8699111Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8699371Z " (previous value: " 2021-11-23T19:08:26.8699629Z ResolveProjectReferences; 2021-11-23T19:08:26.8699886Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8700129Z GetFrameworkPaths; 2021-11-23T19:08:26.8700375Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8700616Z PrepareForBuild; 2021-11-23T19:08:26.8701017Z ResolveSDKReferences; 2021-11-23T19:08:26.8701263Z ExpandSDKReferences; 2021-11-23T19:08:26.8701616Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.8702018Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.8702533Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8702797Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8703033Z 2021-11-23T19:08:26.8708211Z ; 2021-11-23T19:08:26.8708533Z PrepareResourceNames; 2021-11-23T19:08:26.8708777Z ResGen; 2021-11-23T19:08:26.8708994Z CompileLicxFiles 2021-11-23T19:08:26.8709203Z 2021-11-23T19:08:26.8709425Z " (previous value: " 2021-11-23T19:08:26.8709647Z ; 2021-11-23T19:08:26.8709866Z PrepareResourceNames; 2021-11-23T19:08:26.8710087Z ResGen; 2021-11-23T19:08:26.8710310Z CompileLicxFiles 2021-11-23T19:08:26.8710662Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.8711300Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.8712144Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.8713015Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.8713936Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.8714898Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.8716279Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.8716999Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.8717277Z 2021-11-23T19:08:26.8717471Z 2021-11-23T19:08:26.8717706Z ResolveProjectReferences; 2021-11-23T19:08:26.8717966Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8718223Z GetFrameworkPaths; 2021-11-23T19:08:26.8718475Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8718725Z PrepareForBuild; 2021-11-23T19:08:26.8718970Z ResolveSDKReferences; 2021-11-23T19:08:26.8719215Z ExpandSDKReferences; 2021-11-23T19:08:26.8719436Z ; 2021-11-23T19:08:26.8719679Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8719950Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8720186Z ; 2021-11-23T19:08:26.8720421Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.8720848Z " (previous value: " 2021-11-23T19:08:26.8721073Z 2021-11-23T19:08:26.8721289Z ResolveProjectReferences; 2021-11-23T19:08:26.8721547Z FindInvalidProjectReferences; 2021-11-23T19:08:26.8721907Z GetFrameworkPaths; 2021-11-23T19:08:26.8722150Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.8722392Z PrepareForBuild; 2021-11-23T19:08:26.8722624Z ResolveSDKReferences; 2021-11-23T19:08:26.8722871Z ExpandSDKReferences; 2021-11-23T19:08:26.8723089Z ; 2021-11-23T19:08:26.8723318Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.8723586Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.8723955Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.8724740Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/Release/net6.0/ProjectA.Api.UnitTests.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectA.Api.UnitTests.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.8725627Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.8726334Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.8727062Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.8727804Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.8728333Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.8728622Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.8728850Z 2021-11-23T19:08:26.8729062Z BuildOnlySettings; 2021-11-23T19:08:26.8729574Z PrepareForBuild; 2021-11-23T19:08:26.8729819Z PreBuildEvent; 2021-11-23T19:08:26.8730234Z ResolveReferences; 2021-11-23T19:08:26.8730484Z PrepareResources; 2021-11-23T19:08:26.8730727Z ResolveKeySource; 2021-11-23T19:08:26.8730964Z Compile; 2021-11-23T19:08:26.8731204Z ExportWindowsMDFile; 2021-11-23T19:08:26.8742020Z UnmanagedUnregistration; 2021-11-23T19:08:26.8750941Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.8751230Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.8751485Z GenerateManifests; 2021-11-23T19:08:26.8758214Z GetTargetPath; 2021-11-23T19:08:26.8758529Z PrepareForRun; 2021-11-23T19:08:26.8759176Z UnmanagedRegistration; 2021-11-23T19:08:26.8759451Z IncrementalClean; 2021-11-23T19:08:26.8759698Z PostBuildEvent 2021-11-23T19:08:26.8759937Z ; 2021-11-23T19:08:26.8760186Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.8760827Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.8779583Z " (previous value: " 2021-11-23T19:08:26.8779859Z BuildOnlySettings; 2021-11-23T19:08:26.8780110Z PrepareForBuild; 2021-11-23T19:08:26.8780341Z PreBuildEvent; 2021-11-23T19:08:26.8780969Z ResolveReferences; 2021-11-23T19:08:26.8781249Z PrepareResources; 2021-11-23T19:08:26.8781492Z ResolveKeySource; 2021-11-23T19:08:26.8781894Z Compile; 2021-11-23T19:08:26.8782123Z ExportWindowsMDFile; 2021-11-23T19:08:26.8782386Z UnmanagedUnregistration; 2021-11-23T19:08:26.8782669Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.8783133Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.8783396Z GenerateManifests; 2021-11-23T19:08:26.8783632Z GetTargetPath; 2021-11-23T19:08:26.8783868Z PrepareForRun; 2021-11-23T19:08:26.8784280Z UnmanagedRegistration; 2021-11-23T19:08:26.8784697Z IncrementalClean; 2021-11-23T19:08:26.8785118Z PostBuildEvent 2021-11-23T19:08:26.8785644Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.8786234Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.8786549Z _SdkBeforeClean; 2021-11-23T19:08:26.8786788Z 2021-11-23T19:08:26.8787176Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.8787806Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.8788625Z _SdkBeforeRebuild; 2021-11-23T19:08:26.8789093Z 2021-11-23T19:08:26.8789485Z BeforeRebuild; 2021-11-23T19:08:26.8789718Z Clean; 2021-11-23T19:08:26.8789945Z Build; 2021-11-23T19:08:26.8790180Z AfterRebuild; 2021-11-23T19:08:26.8790408Z 2021-11-23T19:08:26.8790651Z " (previous value: " 2021-11-23T19:08:26.8790911Z BeforeRebuild; 2021-11-23T19:08:26.8791150Z Clean; 2021-11-23T19:08:26.8791372Z Build; 2021-11-23T19:08:26.8791937Z AfterRebuild; 2021-11-23T19:08:26.8792477Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.8793015Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.8793272Z 2021-11-23T19:08:26.8793491Z ResolveReferences; 2021-11-23T19:08:26.8793728Z ResolveKeySource; 2021-11-23T19:08:26.8793985Z SetWin32ManifestProperties; 2021-11-23T19:08:26.8794259Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.8794533Z _GenerateCompileInputs; 2021-11-23T19:08:26.8794779Z BeforeCompile; 2021-11-23T19:08:26.8795302Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.8795572Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.8795812Z CoreCompile; 2021-11-23T19:08:26.8796049Z _TimeStampAfterCompile; 2021-11-23T19:08:26.8796288Z AfterCompile; 2021-11-23T19:08:26.8796490Z ; 2021-11-23T19:08:26.8796699Z _CreateAppHost; 2021-11-23T19:08:26.8796927Z _CreateComHost; 2021-11-23T19:08:26.8797155Z _GetIjwHostPaths; 2021-11-23T19:08:26.8797400Z " (previous value: " 2021-11-23T19:08:26.8797642Z ResolveReferences; 2021-11-23T19:08:26.8797876Z ResolveKeySource; 2021-11-23T19:08:26.8798122Z SetWin32ManifestProperties; 2021-11-23T19:08:26.8798394Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.8798661Z _GenerateCompileInputs; 2021-11-23T19:08:26.8798894Z BeforeCompile; 2021-11-23T19:08:26.8799140Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.8799403Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.8799644Z CoreCompile; 2021-11-23T19:08:26.8799880Z _TimeStampAfterCompile; 2021-11-23T19:08:26.8800110Z AfterCompile; 2021-11-23T19:08:26.8800436Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.8800828Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.8801094Z 2021-11-23T19:08:26.8801339Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.8801627Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.8801894Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.8802232Z ; 2021-11-23T19:08:26.8802458Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.8802731Z " (previous value: " 2021-11-23T19:08:26.8803011Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.8803286Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.8803560Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.8803905Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.8804311Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.8804611Z 2021-11-23T19:08:26.8804802Z ; 2021-11-23T19:08:26.8804999Z 2021-11-23T19:08:26.8805192Z ; 2021-11-23T19:08:26.8805402Z BuildOnlySettings; 2021-11-23T19:08:26.8805635Z PrepareForBuild; 2021-11-23T19:08:26.8805864Z AssignTargetPaths; 2021-11-23T19:08:26.8806105Z ResolveReferences 2021-11-23T19:08:26.8806315Z 2021-11-23T19:08:26.8806500Z ; 2021-11-23T19:08:26.8806721Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.8806986Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.8807261Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.8816291Z " (previous value: " 2021-11-23T19:08:26.8816613Z ; 2021-11-23T19:08:26.8816822Z 2021-11-23T19:08:26.8817021Z ; 2021-11-23T19:08:26.8817230Z BuildOnlySettings; 2021-11-23T19:08:26.8817473Z PrepareForBuild; 2021-11-23T19:08:26.8817701Z AssignTargetPaths; 2021-11-23T19:08:26.8817944Z ResolveReferences 2021-11-23T19:08:26.8818164Z 2021-11-23T19:08:26.8818482Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.8819234Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/Release/net6.0/ProjectA.Api.UnitTests.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectA.Api.UnitTests.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.8820316Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.8821510Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/Release/net6.0/ProjectA.Api.UnitTests.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectA.Api.UnitTests.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.8822376Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.8823177Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.8824018Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.8824771Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8825715Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8826611Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8827485Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8828393Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.8829249Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8830069Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8830942Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8831966Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.8832688Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8833376Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8834054Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.8834745Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10) on node 2 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.8835648Z 10>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (entry point): 2021-11-23T19:08:26.8836215Z 10>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:26.8836702Z 10>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.8837510Z 0>Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.8838785Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.8839869Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.8840608Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8840982Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8841344Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8841713Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8842492Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.8843355Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Application.UnitTests" (previous value: "ProjectB.Application.UnitTests") at /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj (6,5) 2021-11-23T19:08:26.8844263Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Application.UnitTests" (previous value: "ProjectB.Application.UnitTests") at /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj (7,5) 2021-11-23T19:08:26.8844909Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8845375Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8845916Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.8846605Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.8847430Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.8848285Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.8849025Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.8849763Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.8850486Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.8870789Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.8876714Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.8877794Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8878628Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.8879953Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8881064Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.8882008Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.8883447Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.8892221Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8902234Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8902758Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.8903382Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.8933515Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8934443Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8934898Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8935474Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8936180Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8936697Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.8937316Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.8952184Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.8952762Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.8953073Z AssignProjectConfiguration; 2021-11-23T19:08:26.8953365Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.8953787Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.8970447Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.8971122Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8976527Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8977436Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.8978068Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.8978393Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.8978671Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.8978938Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.8979234Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.8979529Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.8979845Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.8980339Z SolutionExt=.sln; 2021-11-23T19:08:26.8980863Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.8981471Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.8982136Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.9002350Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (11) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.9003124Z 11>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (entry point): 2021-11-23T19:08:26.9006472Z 11>Done building target "_IsProjectRestoreSupported" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:26.9043933Z 11>Done Building Project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.9044887Z 0>Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.9046220Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/Release/net6.0/ProjectB.Application.UnitTests.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.UnitTests.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.9064477Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.9065158Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.9065443Z 2021-11-23T19:08:26.9065684Z ResolveProjectReferences; 2021-11-23T19:08:26.9065959Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9066224Z GetFrameworkPaths; 2021-11-23T19:08:26.9066487Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9066732Z PrepareForBuild; 2021-11-23T19:08:26.9066987Z ResolveSDKReferences; 2021-11-23T19:08:26.9067250Z ExpandSDKReferences; 2021-11-23T19:08:26.9067469Z ; 2021-11-23T19:08:26.9067721Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9067992Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9076088Z " (previous value: " 2021-11-23T19:08:26.9076463Z ResolveProjectReferences; 2021-11-23T19:08:26.9076727Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9076992Z GetFrameworkPaths; 2021-11-23T19:08:26.9114246Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9114583Z PrepareForBuild; 2021-11-23T19:08:26.9115969Z ResolveSDKReferences; 2021-11-23T19:08:26.9116230Z ExpandSDKReferences; 2021-11-23T19:08:26.9116616Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.9117029Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.9117528Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9117814Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9118051Z 2021-11-23T19:08:26.9118241Z ; 2021-11-23T19:08:26.9119396Z PrepareResourceNames; 2021-11-23T19:08:26.9119649Z ResGen; 2021-11-23T19:08:26.9119887Z CompileLicxFiles 2021-11-23T19:08:26.9120108Z 2021-11-23T19:08:26.9120327Z " (previous value: " 2021-11-23T19:08:26.9120566Z ; 2021-11-23T19:08:26.9120779Z PrepareResourceNames; 2021-11-23T19:08:26.9121016Z ResGen; 2021-11-23T19:08:26.9121245Z CompileLicxFiles 2021-11-23T19:08:26.9121590Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.9135833Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.9136714Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.9137596Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.9138434Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9138784Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9139443Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.9140418Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.9141609Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.9142405Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9142770Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9155929Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.9156317Z 2021-11-23T19:08:26.9156531Z 2021-11-23T19:08:26.9156762Z ResolveProjectReferences; 2021-11-23T19:08:26.9157015Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9157276Z GetFrameworkPaths; 2021-11-23T19:08:26.9157516Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9157769Z PrepareForBuild; 2021-11-23T19:08:26.9158029Z ResolveSDKReferences; 2021-11-23T19:08:26.9159471Z ExpandSDKReferences; 2021-11-23T19:08:26.9159793Z ; 2021-11-23T19:08:26.9174570Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9175129Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9184213Z ; 2021-11-23T19:08:26.9184476Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.9184768Z " (previous value: " 2021-11-23T19:08:26.9185011Z 2021-11-23T19:08:26.9185266Z ResolveProjectReferences; 2021-11-23T19:08:26.9185561Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9185828Z GetFrameworkPaths; 2021-11-23T19:08:26.9186105Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9186379Z PrepareForBuild; 2021-11-23T19:08:26.9186634Z ResolveSDKReferences; 2021-11-23T19:08:26.9186907Z ExpandSDKReferences; 2021-11-23T19:08:26.9187137Z ; 2021-11-23T19:08:26.9187421Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9187725Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9188132Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.9189089Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/Release/net6.0/ProjectB.Application.UnitTests.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.UnitTests.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.9190228Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.9191302Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.9192089Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.9192877Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.9193695Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.9206206Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.9206530Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.9206774Z 2021-11-23T19:08:26.9207005Z BuildOnlySettings; 2021-11-23T19:08:26.9207240Z PrepareForBuild; 2021-11-23T19:08:26.9207492Z PreBuildEvent; 2021-11-23T19:08:26.9207739Z ResolveReferences; 2021-11-23T19:08:26.9207976Z PrepareResources; 2021-11-23T19:08:26.9208225Z ResolveKeySource; 2021-11-23T19:08:26.9208449Z Compile; 2021-11-23T19:08:26.9208692Z ExportWindowsMDFile; 2021-11-23T19:08:26.9218226Z UnmanagedUnregistration; 2021-11-23T19:08:26.9218708Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.9218996Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.9219251Z GenerateManifests; 2021-11-23T19:08:26.9219506Z GetTargetPath; 2021-11-23T19:08:26.9219757Z PrepareForRun; 2021-11-23T19:08:26.9220016Z UnmanagedRegistration; 2021-11-23T19:08:26.9220281Z IncrementalClean; 2021-11-23T19:08:26.9220519Z PostBuildEvent 2021-11-23T19:08:26.9221005Z ; 2021-11-23T19:08:26.9221266Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.9221745Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.9222052Z " (previous value: " 2021-11-23T19:08:26.9222308Z BuildOnlySettings; 2021-11-23T19:08:26.9222568Z PrepareForBuild; 2021-11-23T19:08:26.9222823Z PreBuildEvent; 2021-11-23T19:08:26.9223064Z ResolveReferences; 2021-11-23T19:08:26.9223324Z PrepareResources; 2021-11-23T19:08:26.9223579Z ResolveKeySource; 2021-11-23T19:08:26.9223813Z Compile; 2021-11-23T19:08:26.9224062Z ExportWindowsMDFile; 2021-11-23T19:08:26.9224468Z UnmanagedUnregistration; 2021-11-23T19:08:26.9224747Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.9225033Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.9225281Z GenerateManifests; 2021-11-23T19:08:26.9225529Z GetTargetPath; 2021-11-23T19:08:26.9225757Z PrepareForRun; 2021-11-23T19:08:26.9226015Z UnmanagedRegistration; 2021-11-23T19:08:26.9226271Z IncrementalClean; 2021-11-23T19:08:26.9226502Z PostBuildEvent 2021-11-23T19:08:26.9226847Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.9227236Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.9227693Z _SdkBeforeClean; 2021-11-23T19:08:26.9227930Z 2021-11-23T19:08:26.9228290Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.9233756Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.9234275Z _SdkBeforeRebuild; 2021-11-23T19:08:26.9234492Z 2021-11-23T19:08:26.9234719Z BeforeRebuild; 2021-11-23T19:08:26.9234937Z Clean; 2021-11-23T19:08:26.9235162Z Build; 2021-11-23T19:08:26.9235400Z AfterRebuild; 2021-11-23T19:08:26.9235609Z 2021-11-23T19:08:26.9235848Z " (previous value: " 2021-11-23T19:08:26.9236091Z BeforeRebuild; 2021-11-23T19:08:26.9236324Z Clean; 2021-11-23T19:08:26.9236546Z Build; 2021-11-23T19:08:26.9236762Z AfterRebuild; 2021-11-23T19:08:26.9237109Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.9237729Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Core" (previous value: "ProjectB.Core") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj (5,2) 2021-11-23T19:08:26.9238507Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Core" (previous value: "ProjectB.Core") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj (6,5) 2021-11-23T19:08:26.9239077Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.9239344Z 2021-11-23T19:08:26.9239559Z ResolveReferences; 2021-11-23T19:08:26.9239811Z ResolveKeySource; 2021-11-23T19:08:26.9240074Z SetWin32ManifestProperties; 2021-11-23T19:08:26.9240348Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.9240632Z _GenerateCompileInputs; 2021-11-23T19:08:26.9240871Z BeforeCompile; 2021-11-23T19:08:26.9241126Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.9241403Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.9241650Z CoreCompile; 2021-11-23T19:08:26.9241903Z _TimeStampAfterCompile; 2021-11-23T19:08:26.9242147Z AfterCompile; 2021-11-23T19:08:26.9242372Z ; 2021-11-23T19:08:26.9242599Z _CreateAppHost; 2021-11-23T19:08:26.9242829Z _CreateComHost; 2021-11-23T19:08:26.9243129Z _GetIjwHostPaths; 2021-11-23T19:08:26.9243506Z " (previous value: " 2021-11-23T19:08:26.9243779Z ResolveReferences; 2021-11-23T19:08:26.9244031Z ResolveKeySource; 2021-11-23T19:08:26.9244279Z SetWin32ManifestProperties; 2021-11-23T19:08:26.9244566Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.9244848Z _GenerateCompileInputs; 2021-11-23T19:08:26.9245087Z BeforeCompile; 2021-11-23T19:08:26.9245343Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.9245606Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.9245870Z CoreCompile; 2021-11-23T19:08:26.9246122Z _TimeStampAfterCompile; 2021-11-23T19:08:26.9246361Z AfterCompile; 2021-11-23T19:08:26.9246711Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.9247109Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9247487Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9247854Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.9248127Z 2021-11-23T19:08:26.9248377Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.9248675Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.9248949Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.9249190Z ; 2021-11-23T19:08:26.9249421Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.9249701Z " (previous value: " 2021-11-23T19:08:26.9249985Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.9250267Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.9250668Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.9251033Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.9251457Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.9251771Z 2021-11-23T19:08:26.9251965Z ; 2021-11-23T19:08:26.9252176Z 2021-11-23T19:08:26.9252387Z ; 2021-11-23T19:08:26.9252603Z BuildOnlySettings; 2021-11-23T19:08:26.9252852Z PrepareForBuild; 2021-11-23T19:08:26.9253264Z AssignTargetPaths; 2021-11-23T19:08:26.9253523Z ResolveReferences 2021-11-23T19:08:26.9254202Z 2021-11-23T19:08:26.9254420Z ; 2021-11-23T19:08:26.9254866Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.9255182Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.9255527Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.9255854Z " (previous value: " 2021-11-23T19:08:26.9256122Z ; 2021-11-23T19:08:26.9256368Z 2021-11-23T19:08:26.9256617Z ; 2021-11-23T19:08:26.9257026Z BuildOnlySettings; 2021-11-23T19:08:26.9257619Z PrepareForBuild; 2021-11-23T19:08:26.9257862Z AssignTargetPaths; 2021-11-23T19:08:26.9258274Z ResolveReferences 2021-11-23T19:08:26.9258503Z 2021-11-23T19:08:26.9260024Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.9261104Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.9262045Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.9263523Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.9264769Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.9265532Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.9266288Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.9267044Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.9268006Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/Release/net6.0/ProjectB.Application.UnitTests.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.UnitTests.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.9269196Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/Release/net6.0/ProjectB.Application.UnitTests.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Application.UnitTests.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.9270269Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.9271032Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.9271834Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.9272561Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.9273213Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.9273908Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.9275062Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.9276063Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9276818Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9308032Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.9318611Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.9319154Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9319509Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9326760Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9327149Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9334188Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9334709Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.9335319Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.9335980Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.9336487Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.9336802Z AssignProjectConfiguration; 2021-11-23T19:08:26.9337085Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.9337498Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.9338161Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9338562Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.9338885Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.9339168Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.9339437Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.9339729Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.9340026Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.9381873Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.9382284Z SolutionExt=.sln; 2021-11-23T19:08:26.9382653Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.9383515Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.9384578Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/Release/net6.0/ProjectB.Core.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Core.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.9385289Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.9385556Z 2021-11-23T19:08:26.9399362Z ResolveProjectReferences; 2021-11-23T19:08:26.9399674Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9406551Z GetFrameworkPaths; 2021-11-23T19:08:26.9406888Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9407128Z PrepareForBuild; 2021-11-23T19:08:26.9407572Z ResolveSDKReferences; 2021-11-23T19:08:26.9407830Z ExpandSDKReferences; 2021-11-23T19:08:26.9408040Z ; 2021-11-23T19:08:26.9408286Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9408549Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9408823Z " (previous value: " 2021-11-23T19:08:26.9409089Z ResolveProjectReferences; 2021-11-23T19:08:26.9409518Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9409963Z GetFrameworkPaths; 2021-11-23T19:08:26.9410234Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9410734Z PrepareForBuild; 2021-11-23T19:08:26.9411003Z ResolveSDKReferences; 2021-11-23T19:08:26.9411261Z ExpandSDKReferences; 2021-11-23T19:08:26.9411672Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.9412124Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.9412614Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9412910Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9413317Z 2021-11-23T19:08:26.9413512Z ; 2021-11-23T19:08:26.9413746Z PrepareResourceNames; 2021-11-23T19:08:26.9414143Z ResGen; 2021-11-23T19:08:26.9414373Z CompileLicxFiles 2021-11-23T19:08:26.9414592Z 2021-11-23T19:08:26.9414811Z " (previous value: " 2021-11-23T19:08:26.9415049Z ; 2021-11-23T19:08:26.9415263Z PrepareResourceNames; 2021-11-23T19:08:26.9415501Z ResGen; 2021-11-23T19:08:26.9415731Z CompileLicxFiles 2021-11-23T19:08:26.9416199Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.9416853Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:26.9417699Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:26.9418578Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:26.9419510Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:26.9420483Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:26.9421657Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:26.9422353Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.9422635Z 2021-11-23T19:08:26.9422959Z 2021-11-23T19:08:26.9423183Z ResolveProjectReferences; 2021-11-23T19:08:26.9423453Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9423711Z GetFrameworkPaths; 2021-11-23T19:08:26.9423953Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9424204Z PrepareForBuild; 2021-11-23T19:08:26.9424434Z ResolveSDKReferences; 2021-11-23T19:08:26.9424686Z ExpandSDKReferences; 2021-11-23T19:08:26.9424914Z ; 2021-11-23T19:08:26.9425144Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9425423Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9425657Z ; 2021-11-23T19:08:26.9425876Z ResolveTargetingPackAssets; 2021-11-23T19:08:26.9426149Z " (previous value: " 2021-11-23T19:08:26.9426370Z 2021-11-23T19:08:26.9426604Z ResolveProjectReferences; 2021-11-23T19:08:26.9426871Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9427119Z GetFrameworkPaths; 2021-11-23T19:08:26.9427373Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9427611Z PrepareForBuild; 2021-11-23T19:08:26.9427857Z ResolveSDKReferences; 2021-11-23T19:08:26.9428109Z ExpandSDKReferences; 2021-11-23T19:08:26.9428320Z ; 2021-11-23T19:08:26.9428565Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9428827Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9429213Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:26.9430024Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/Release/net6.0/ProjectB.Core.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Core.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:26.9431054Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:26.9431766Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:26.9432485Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:26.9433240Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:26.9433791Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:26.9434089Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:26.9434309Z 2021-11-23T19:08:26.9434535Z BuildOnlySettings; 2021-11-23T19:08:26.9434780Z PrepareForBuild; 2021-11-23T19:08:26.9435005Z PreBuildEvent; 2021-11-23T19:08:26.9435246Z ResolveReferences; 2021-11-23T19:08:26.9435476Z PrepareResources; 2021-11-23T19:08:26.9435717Z ResolveKeySource; 2021-11-23T19:08:26.9435950Z Compile; 2021-11-23T19:08:26.9436171Z ExportWindowsMDFile; 2021-11-23T19:08:26.9436424Z UnmanagedUnregistration; 2021-11-23T19:08:26.9436698Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.9436955Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.9437209Z GenerateManifests; 2021-11-23T19:08:26.9437433Z GetTargetPath; 2021-11-23T19:08:26.9437774Z PrepareForRun; 2021-11-23T19:08:26.9438027Z UnmanagedRegistration; 2021-11-23T19:08:26.9438260Z IncrementalClean; 2021-11-23T19:08:26.9438499Z PostBuildEvent 2021-11-23T19:08:26.9438702Z ; 2021-11-23T19:08:26.9438938Z GenerateBuildDependencyFile; 2021-11-23T19:08:26.9439222Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:26.9439486Z " (previous value: " 2021-11-23T19:08:26.9439741Z BuildOnlySettings; 2021-11-23T19:08:26.9439967Z PrepareForBuild; 2021-11-23T19:08:26.9440207Z PreBuildEvent; 2021-11-23T19:08:26.9440447Z ResolveReferences; 2021-11-23T19:08:26.9440675Z PrepareResources; 2021-11-23T19:08:26.9440926Z ResolveKeySource; 2021-11-23T19:08:26.9441144Z Compile; 2021-11-23T19:08:26.9441380Z ExportWindowsMDFile; 2021-11-23T19:08:26.9441637Z UnmanagedUnregistration; 2021-11-23T19:08:26.9441897Z GenerateSerializationAssemblies; 2021-11-23T19:08:26.9442168Z CreateSatelliteAssemblies; 2021-11-23T19:08:26.9442422Z GenerateManifests; 2021-11-23T19:08:26.9442647Z GetTargetPath; 2021-11-23T19:08:26.9442882Z PrepareForRun; 2021-11-23T19:08:26.9443112Z UnmanagedRegistration; 2021-11-23T19:08:26.9443358Z IncrementalClean; 2021-11-23T19:08:26.9443597Z PostBuildEvent 2021-11-23T19:08:26.9443921Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:26.9444303Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:26.9444763Z _SdkBeforeClean; 2021-11-23T19:08:26.9445085Z 2021-11-23T19:08:26.9445454Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:26.9446057Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:26.9446354Z _SdkBeforeRebuild; 2021-11-23T19:08:26.9446592Z 2021-11-23T19:08:26.9446808Z BeforeRebuild; 2021-11-23T19:08:26.9447046Z Clean; 2021-11-23T19:08:26.9447259Z Build; 2021-11-23T19:08:26.9447497Z AfterRebuild; 2021-11-23T19:08:26.9447725Z 2021-11-23T19:08:26.9447954Z " (previous value: " 2021-11-23T19:08:26.9448217Z BeforeRebuild; 2021-11-23T19:08:26.9448455Z Clean; 2021-11-23T19:08:26.9448668Z Build; 2021-11-23T19:08:26.9448906Z AfterRebuild; 2021-11-23T19:08:26.9449247Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:26.9449801Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:26.9450068Z 2021-11-23T19:08:26.9450282Z ResolveReferences; 2021-11-23T19:08:26.9450535Z ResolveKeySource; 2021-11-23T19:08:26.9450782Z SetWin32ManifestProperties; 2021-11-23T19:08:26.9451072Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.9451353Z _GenerateCompileInputs; 2021-11-23T19:08:26.9451592Z BeforeCompile; 2021-11-23T19:08:26.9451847Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.9452111Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.9452372Z CoreCompile; 2021-11-23T19:08:26.9452626Z _TimeStampAfterCompile; 2021-11-23T19:08:26.9452863Z AfterCompile; 2021-11-23T19:08:26.9453087Z ; 2021-11-23T19:08:26.9453313Z _CreateAppHost; 2021-11-23T19:08:26.9453543Z _CreateComHost; 2021-11-23T19:08:26.9453796Z _GetIjwHostPaths; 2021-11-23T19:08:26.9454043Z " (previous value: " 2021-11-23T19:08:26.9454307Z ResolveReferences; 2021-11-23T19:08:26.9454557Z ResolveKeySource; 2021-11-23T19:08:26.9454903Z SetWin32ManifestProperties; 2021-11-23T19:08:26.9455199Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:26.9455466Z _GenerateCompileInputs; 2021-11-23T19:08:26.9455720Z BeforeCompile; 2021-11-23T19:08:26.9455974Z _TimeStampBeforeCompile; 2021-11-23T19:08:26.9456238Z _GenerateCompileDependencyCache; 2021-11-23T19:08:26.9456500Z CoreCompile; 2021-11-23T19:08:26.9456737Z _TimeStampAfterCompile; 2021-11-23T19:08:26.9456990Z AfterCompile; 2021-11-23T19:08:26.9457337Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:26.9457731Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:26.9458213Z 2021-11-23T19:08:26.9458470Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.9458940Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.9459253Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.9459672Z ; 2021-11-23T19:08:26.9460163Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:26.9462314Z " (previous value: " 2021-11-23T19:08:26.9462688Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:26.9463064Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:26.9463425Z GenerateSatelliteAssemblies 2021-11-23T19:08:26.9463866Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:26.9464412Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:26.9465009Z 2021-11-23T19:08:26.9465489Z ; 2021-11-23T19:08:26.9465798Z 2021-11-23T19:08:26.9466200Z ; 2021-11-23T19:08:26.9466471Z BuildOnlySettings; 2021-11-23T19:08:26.9467125Z PrepareForBuild; 2021-11-23T19:08:26.9467572Z AssignTargetPaths; 2021-11-23T19:08:26.9467847Z ResolveReferences 2021-11-23T19:08:26.9468081Z 2021-11-23T19:08:26.9468306Z ; 2021-11-23T19:08:26.9468551Z _GenerateDesignerDepsFile; 2021-11-23T19:08:26.9468861Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:26.9469177Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:26.9469468Z " (previous value: " 2021-11-23T19:08:26.9469895Z ; 2021-11-23T19:08:26.9470290Z 2021-11-23T19:08:26.9470659Z ; 2021-11-23T19:08:26.9470898Z BuildOnlySettings; 2021-11-23T19:08:26.9471138Z PrepareForBuild; 2021-11-23T19:08:26.9471401Z AssignTargetPaths; 2021-11-23T19:08:26.9471663Z ResolveReferences 2021-11-23T19:08:26.9471882Z 2021-11-23T19:08:26.9472232Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:26.9473062Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/Release/net6.0/ProjectB.Core.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Core.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:26.9474325Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/Release/net6.0/ProjectB.Core.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Core.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:26.9475239Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:26.9476302Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:26.9477024Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:26.9477855Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:26.9478550Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:26.9479518Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:26.9489426Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.9519726Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.9520868Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.9521692Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.9522584Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.9523469Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.9524378Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.9525232Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.9526057Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.9527060Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.9546359Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.9547169Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.9547881Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (12) on node 2 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.9548638Z 12>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (entry point): 2021-11-23T19:08:26.9549238Z 12>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:26.9549750Z 12>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.9574364Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.9585452Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9585928Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9605112Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:26.9606099Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:26.9607121Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.9608129Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:26.9609076Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.9610009Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:26.9611181Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:26.9612092Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.9617057Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.9618028Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:26.9618824Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.9619529Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:26.9620458Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.9621410Z 13>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (entry point): 2021-11-23T19:08:26.9621994Z 13>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Core.csproj". 2021-11-23T19:08:26.9622471Z 13>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:26.9630320Z 0>The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9630786Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9637831Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/EM.Shared/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:26.9643855Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9647666Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9656596Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.9662421Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9707439Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Database.Migrations" (previous value: "ProjectB.Database.Migrations") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj (5,2) 2021-11-23T19:08:26.9708446Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Database.Migrations" (previous value: "ProjectB.Database.Migrations") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj (6,5) 2021-11-23T19:08:26.9709730Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9710162Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9710737Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.9711609Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.9712560Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.9713553Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.9714410Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.9715276Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.9716303Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.9716974Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9726060Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:26.9730927Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.Shared" (previous value: "EM.Shared") at /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj (5,2) 2021-11-23T19:08:26.9734596Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.Shared" (previous value: "EM.Shared") at /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj (6,5) 2021-11-23T19:08:26.9743446Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.9747476Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9750672Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9756685Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:26.9767818Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9768313Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9773208Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.9775561Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.9780272Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:26.9785863Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:26.9790432Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:26.9794384Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:26.9801895Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9808211Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9815629Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:26.9817071Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9821754Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:26.9829260Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9836313Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9847614Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:26.9848453Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:26.9856024Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:26.9862344Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9867757Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9875601Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:26.9880471Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:26.9908612Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:26.9909320Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:26.9935041Z AssignProjectConfiguration; 2021-11-23T19:08:26.9937976Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:26.9939428Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:26.9940133Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:26.9940906Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:26.9941561Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:26.9942125Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:26.9942527Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:26.9942932Z SolutionName=ProjectBServices; 2021-11-23T19:08:26.9943325Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:26.9943772Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:26.9944196Z SolutionExt=.sln; 2021-11-23T19:08:26.9944674Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:26.9945909Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:26.9947151Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/Release/net6.0/ProjectB.Database.Migrations.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Database.Migrations.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:26.9948203Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:26.9948595Z 2021-11-23T19:08:26.9948863Z ResolveProjectReferences; 2021-11-23T19:08:26.9949119Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9949484Z GetFrameworkPaths; 2021-11-23T19:08:26.9949771Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9950098Z PrepareForBuild; 2021-11-23T19:08:26.9950443Z ResolveSDKReferences; 2021-11-23T19:08:26.9950793Z ExpandSDKReferences; 2021-11-23T19:08:26.9951095Z ; 2021-11-23T19:08:26.9951450Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9951826Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9952170Z " (previous value: " 2021-11-23T19:08:26.9952531Z ResolveProjectReferences; 2021-11-23T19:08:26.9952892Z FindInvalidProjectReferences; 2021-11-23T19:08:26.9953227Z GetFrameworkPaths; 2021-11-23T19:08:26.9953589Z GetReferenceAssemblyPaths; 2021-11-23T19:08:26.9953936Z PrepareForBuild; 2021-11-23T19:08:26.9954259Z ResolveSDKReferences; 2021-11-23T19:08:26.9954608Z ExpandSDKReferences; 2021-11-23T19:08:26.9955081Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:26.9965791Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:26.9966553Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:26.9966924Z _HandlePackageFileConflicts; 2021-11-23T19:08:26.9967214Z 2021-11-23T19:08:26.9967477Z ; 2021-11-23T19:08:26.9967773Z PrepareResourceNames; 2021-11-23T19:08:26.9968064Z ResGen; 2021-11-23T19:08:26.9968363Z CompileLicxFiles 2021-11-23T19:08:26.9968630Z 2021-11-23T19:08:26.9968931Z " (previous value: " 2021-11-23T19:08:26.9969253Z ; 2021-11-23T19:08:26.9969700Z PrepareResourceNames; 2021-11-23T19:08:26.9970120Z ResGen; 2021-11-23T19:08:26.9970348Z CompileLicxFiles 2021-11-23T19:08:26.9970941Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:26.9975888Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0007489Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:27.0008493Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:27.0009455Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:27.0010453Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:27.0011489Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:27.0012985Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:27.0014122Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0024509Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0025006Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0025377Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0026079Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:27.0026752Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:27.0027431Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:27.0028001Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:27.0028346Z AssignProjectConfiguration; 2021-11-23T19:08:27.0028639Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:27.0029105Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:27.0044185Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0044722Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.0045009Z 2021-11-23T19:08:27.0045225Z 2021-11-23T19:08:27.0045454Z ResolveProjectReferences; 2021-11-23T19:08:27.0045948Z FindInvalidProjectReferences; 2021-11-23T19:08:27.0046229Z GetFrameworkPaths; 2021-11-23T19:08:27.0046485Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.0046753Z PrepareForBuild; 2021-11-23T19:08:27.0047001Z ResolveSDKReferences; 2021-11-23T19:08:27.0047271Z ExpandSDKReferences; 2021-11-23T19:08:27.0047511Z ; 2021-11-23T19:08:27.0047755Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.0048050Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.0048298Z ; 2021-11-23T19:08:27.0048529Z ResolveTargetingPackAssets; 2021-11-23T19:08:27.0048814Z " (previous value: " 2021-11-23T19:08:27.0049049Z 2021-11-23T19:08:27.0049300Z ResolveProjectReferences; 2021-11-23T19:08:27.0049583Z FindInvalidProjectReferences; 2021-11-23T19:08:27.0049841Z GetFrameworkPaths; 2021-11-23T19:08:27.0050115Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.0050367Z PrepareForBuild; 2021-11-23T19:08:27.0050628Z ResolveSDKReferences; 2021-11-23T19:08:27.0050892Z ExpandSDKReferences; 2021-11-23T19:08:27.0051116Z ; 2021-11-23T19:08:27.0051375Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.0051655Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.0052064Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:27.0052536Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:27.0052879Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:27.0053297Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:27.0053779Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:27.0054080Z SolutionName=ProjectBServices; 2021-11-23T19:08:27.0054407Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:27.0054765Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:27.0055074Z SolutionExt=.sln; 2021-11-23T19:08:27.0055654Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:27.0106372Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/EM.Shared/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/EM.Shared/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:27.0111537Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/Release/net6.0/ProjectB.Database.Migrations.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Database.Migrations.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:27.0112704Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:27.0116081Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:27.0116883Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:27.0117672Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:27.0120551Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:27.0121100Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:27.0121361Z 2021-11-23T19:08:27.0121592Z BuildOnlySettings; 2021-11-23T19:08:27.0121859Z PrepareForBuild; 2021-11-23T19:08:27.0122105Z PreBuildEvent; 2021-11-23T19:08:27.0124594Z ResolveReferences; 2021-11-23T19:08:27.0124878Z PrepareResources; 2021-11-23T19:08:27.0125121Z ResolveKeySource; 2021-11-23T19:08:27.0125369Z Compile; 2021-11-23T19:08:27.0125604Z ExportWindowsMDFile; 2021-11-23T19:08:27.0125890Z UnmanagedUnregistration; 2021-11-23T19:08:27.0128177Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.0128465Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.0128735Z GenerateManifests; 2021-11-23T19:08:27.0129000Z GetTargetPath; 2021-11-23T19:08:27.0129238Z PrepareForRun; 2021-11-23T19:08:27.0131486Z UnmanagedRegistration; 2021-11-23T19:08:27.0131761Z IncrementalClean; 2021-11-23T19:08:27.0132017Z PostBuildEvent 2021-11-23T19:08:27.0132248Z ; 2021-11-23T19:08:27.0132484Z GenerateBuildDependencyFile; 2021-11-23T19:08:27.0132785Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:27.0135097Z " (previous value: " 2021-11-23T19:08:27.0135389Z BuildOnlySettings; 2021-11-23T19:08:27.0135646Z PrepareForBuild; 2021-11-23T19:08:27.0135883Z PreBuildEvent; 2021-11-23T19:08:27.0136137Z ResolveReferences; 2021-11-23T19:08:27.0137756Z PrepareResources; 2021-11-23T19:08:27.0138566Z ResolveKeySource; 2021-11-23T19:08:27.0139749Z Compile; 2021-11-23T19:08:27.0140021Z ExportWindowsMDFile; 2021-11-23T19:08:27.0140315Z UnmanagedUnregistration; 2021-11-23T19:08:27.0140612Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.0141031Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.0141315Z GenerateManifests; 2021-11-23T19:08:27.0141561Z GetTargetPath; 2021-11-23T19:08:27.0141820Z PrepareForRun; 2021-11-23T19:08:27.0142090Z UnmanagedRegistration; 2021-11-23T19:08:27.0142347Z IncrementalClean; 2021-11-23T19:08:27.0145575Z PostBuildEvent 2021-11-23T19:08:27.0145940Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:27.0146357Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:27.0146672Z _SdkBeforeClean; 2021-11-23T19:08:27.0146891Z 2021-11-23T19:08:27.0147269Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:27.0147710Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:27.0147991Z _SdkBeforeRebuild; 2021-11-23T19:08:27.0149374Z 2021-11-23T19:08:27.0150720Z BeforeRebuild; 2021-11-23T19:08:27.0150962Z Clean; 2021-11-23T19:08:27.0151201Z Build; 2021-11-23T19:08:27.0151430Z AfterRebuild; 2021-11-23T19:08:27.0151668Z 2021-11-23T19:08:27.0151922Z " (previous value: " 2021-11-23T19:08:27.0154416Z BeforeRebuild; 2021-11-23T19:08:27.0154751Z Clean; 2021-11-23T19:08:27.0154969Z Build; 2021-11-23T19:08:27.0155208Z AfterRebuild; 2021-11-23T19:08:27.0155566Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:27.0155962Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:27.0156238Z 2021-11-23T19:08:27.0156643Z ResolveReferences; 2021-11-23T19:08:27.0156914Z ResolveKeySource; 2021-11-23T19:08:27.0157185Z SetWin32ManifestProperties; 2021-11-23T19:08:27.0157468Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.0157760Z _GenerateCompileInputs; 2021-11-23T19:08:27.0158021Z BeforeCompile; 2021-11-23T19:08:27.0158269Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.0158555Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.0158812Z CoreCompile; 2021-11-23T19:08:27.0159071Z _TimeStampAfterCompile; 2021-11-23T19:08:27.0180228Z AfterCompile; 2021-11-23T19:08:27.0180565Z ; 2021-11-23T19:08:27.0182376Z _CreateAppHost; 2021-11-23T19:08:27.0182693Z _CreateComHost; 2021-11-23T19:08:27.0183934Z _GetIjwHostPaths; 2021-11-23T19:08:27.0184211Z " (previous value: " 2021-11-23T19:08:27.0184468Z ResolveReferences; 2021-11-23T19:08:27.0184734Z ResolveKeySource; 2021-11-23T19:08:27.0189376Z SetWin32ManifestProperties; 2021-11-23T19:08:27.0189794Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.0190093Z _GenerateCompileInputs; 2021-11-23T19:08:27.0190340Z BeforeCompile; 2021-11-23T19:08:27.0190782Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.0191062Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.0191603Z CoreCompile; 2021-11-23T19:08:27.0191896Z _TimeStampAfterCompile; 2021-11-23T19:08:27.0192175Z AfterCompile; 2021-11-23T19:08:27.0192583Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:27.0193316Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:27.0193643Z 2021-11-23T19:08:27.0193938Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.0194598Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.0195257Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.0195505Z ; 2021-11-23T19:08:27.0195742Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:27.0196029Z " (previous value: " 2021-11-23T19:08:27.0196322Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.0196611Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.0196908Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.0197266Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:27.0197710Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:27.0198042Z 2021-11-23T19:08:27.0198241Z ; 2021-11-23T19:08:27.0198459Z 2021-11-23T19:08:27.0198658Z ; 2021-11-23T19:08:27.0198899Z BuildOnlySettings; 2021-11-23T19:08:27.0199158Z PrepareForBuild; 2021-11-23T19:08:27.0199402Z AssignTargetPaths; 2021-11-23T19:08:27.0199660Z ResolveReferences 2021-11-23T19:08:27.0199897Z 2021-11-23T19:08:27.0200092Z ; 2021-11-23T19:08:27.0200336Z _GenerateDesignerDepsFile; 2021-11-23T19:08:27.0200613Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:27.0200909Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:27.0201195Z " (previous value: " 2021-11-23T19:08:27.0201430Z ; 2021-11-23T19:08:27.0201646Z 2021-11-23T19:08:27.0201844Z ; 2021-11-23T19:08:27.0202082Z BuildOnlySettings; 2021-11-23T19:08:27.0202343Z PrepareForBuild; 2021-11-23T19:08:27.0202586Z AssignTargetPaths; 2021-11-23T19:08:27.0202845Z ResolveReferences 2021-11-23T19:08:27.0203064Z 2021-11-23T19:08:27.0203416Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:27.0204295Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/EM.Shared.assets.cache" (previous value: "obj\Release/net6.0/EM.Shared.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:27.0205091Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.0205394Z 2021-11-23T19:08:27.0205626Z ResolveProjectReferences; 2021-11-23T19:08:27.0205911Z FindInvalidProjectReferences; 2021-11-23T19:08:27.0206170Z GetFrameworkPaths; 2021-11-23T19:08:27.0206447Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.0206715Z PrepareForBuild; 2021-11-23T19:08:27.0206963Z ResolveSDKReferences; 2021-11-23T19:08:27.0207235Z ExpandSDKReferences; 2021-11-23T19:08:27.0207457Z ; 2021-11-23T19:08:27.0207715Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.0208010Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.0208277Z " (previous value: " 2021-11-23T19:08:27.0208556Z ResolveProjectReferences; 2021-11-23T19:08:27.0208836Z FindInvalidProjectReferences; 2021-11-23T19:08:27.0209093Z GetFrameworkPaths; 2021-11-23T19:08:27.0209362Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.0209614Z PrepareForBuild; 2021-11-23T19:08:27.0209875Z ResolveSDKReferences; 2021-11-23T19:08:27.0210140Z ExpandSDKReferences; 2021-11-23T19:08:27.0210512Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:27.0211078Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:27.0211418Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.0211696Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.0211945Z 2021-11-23T19:08:27.0212145Z ; 2021-11-23T19:08:27.0212387Z PrepareResourceNames; 2021-11-23T19:08:27.0212636Z ResGen; 2021-11-23T19:08:27.0212866Z CompileLicxFiles 2021-11-23T19:08:27.0213098Z 2021-11-23T19:08:27.0213329Z " (previous value: " 2021-11-23T19:08:27.0213578Z ; 2021-11-23T19:08:27.0213821Z PrepareResourceNames; 2021-11-23T19:08:27.0214056Z ResGen; 2021-11-23T19:08:27.0214301Z CompileLicxFiles 2021-11-23T19:08:27.0214668Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:27.0215363Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:27.0216254Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:27.0217185Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:27.0218151Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:27.0219295Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:27.0220388Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:27.0341486Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.0341861Z 2021-11-23T19:08:27.0342093Z 2021-11-23T19:08:27.0342357Z ResolveProjectReferences; 2021-11-23T19:08:27.0342651Z FindInvalidProjectReferences; 2021-11-23T19:08:27.0342917Z GetFrameworkPaths; 2021-11-23T19:08:27.0343197Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.0343475Z PrepareForBuild; 2021-11-23T19:08:27.0343729Z ResolveSDKReferences; 2021-11-23T19:08:27.0344005Z ExpandSDKReferences; 2021-11-23T19:08:27.0344236Z ; 2021-11-23T19:08:27.0344505Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.0344809Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.0345050Z ; 2021-11-23T19:08:27.0346321Z ResolveTargetingPackAssets; 2021-11-23T19:08:27.0346606Z " (previous value: " 2021-11-23T19:08:27.0347267Z 2021-11-23T19:08:27.0347968Z ResolveProjectReferences; 2021-11-23T19:08:27.0348277Z FindInvalidProjectReferences; 2021-11-23T19:08:27.0348792Z GetFrameworkPaths; 2021-11-23T19:08:27.0349115Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.0349415Z PrepareForBuild; 2021-11-23T19:08:27.0349722Z ResolveSDKReferences; 2021-11-23T19:08:27.0350020Z ExpandSDKReferences; 2021-11-23T19:08:27.0350456Z ; 2021-11-23T19:08:27.0350752Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.0351231Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.0351833Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:27.0352854Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/EM.Shared.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/EM.Shared.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:27.0354775Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:27.0355596Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:27.0356407Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:27.0357230Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:27.0357839Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:27.0359298Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:27.0359581Z 2021-11-23T19:08:27.0359828Z BuildOnlySettings; 2021-11-23T19:08:27.0360078Z PrepareForBuild; 2021-11-23T19:08:27.0360340Z PreBuildEvent; 2021-11-23T19:08:27.0360603Z ResolveReferences; 2021-11-23T19:08:27.0360853Z PrepareResources; 2021-11-23T19:08:27.0361120Z ResolveKeySource; 2021-11-23T19:08:27.0361357Z Compile; 2021-11-23T19:08:27.0361615Z ExportWindowsMDFile; 2021-11-23T19:08:27.0361893Z UnmanagedUnregistration; 2021-11-23T19:08:27.0362175Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.0362470Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.0362740Z GenerateManifests; 2021-11-23T19:08:27.0363005Z GetTargetPath; 2021-11-23T19:08:27.0363263Z PrepareForRun; 2021-11-23T19:08:27.0363517Z UnmanagedRegistration; 2021-11-23T19:08:27.0363795Z IncrementalClean; 2021-11-23T19:08:27.0364057Z PostBuildEvent 2021-11-23T19:08:27.0364279Z ; 2021-11-23T19:08:27.0364535Z GenerateBuildDependencyFile; 2021-11-23T19:08:27.0364830Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:27.0365137Z " (previous value: " 2021-11-23T19:08:27.0365417Z BuildOnlySettings; 2021-11-23T19:08:27.0366671Z PrepareForBuild; 2021-11-23T19:08:27.0366943Z PreBuildEvent; 2021-11-23T19:08:27.0367189Z ResolveReferences; 2021-11-23T19:08:27.0367458Z PrepareResources; 2021-11-23T19:08:27.0367723Z ResolveKeySource; 2021-11-23T19:08:27.0367960Z Compile; 2021-11-23T19:08:27.0368356Z ExportWindowsMDFile; 2021-11-23T19:08:27.0368620Z UnmanagedUnregistration; 2021-11-23T19:08:27.0369648Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.0370053Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.0370368Z GenerateManifests; 2021-11-23T19:08:27.0370679Z GetTargetPath; 2021-11-23T19:08:27.0370967Z PrepareForRun; 2021-11-23T19:08:27.0371285Z UnmanagedRegistration; 2021-11-23T19:08:27.0371603Z IncrementalClean; 2021-11-23T19:08:27.0371895Z PostBuildEvent 2021-11-23T19:08:27.0373912Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:27.0374330Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:27.0374619Z _SdkBeforeClean; 2021-11-23T19:08:27.0374858Z 2021-11-23T19:08:27.0375218Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:27.0375751Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:27.0376049Z _SdkBeforeRebuild; 2021-11-23T19:08:27.0376293Z 2021-11-23T19:08:27.0376510Z BeforeRebuild; 2021-11-23T19:08:27.0376749Z Clean; 2021-11-23T19:08:27.0377790Z Build; 2021-11-23T19:08:27.0378025Z AfterRebuild; 2021-11-23T19:08:27.0378256Z 2021-11-23T19:08:27.0378486Z " (previous value: " 2021-11-23T19:08:27.0378752Z BeforeRebuild; 2021-11-23T19:08:27.0378993Z Clean; 2021-11-23T19:08:27.0379206Z Build; 2021-11-23T19:08:27.0379443Z AfterRebuild; 2021-11-23T19:08:27.0379783Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:27.0380628Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/Release/net6.0/ProjectB.Database.Migrations.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Database.Migrations.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:27.0384401Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/Release/net6.0/ProjectB.Database.Migrations.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Database.Migrations.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:27.0385419Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:27.0386215Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:27.0387988Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:27.0388669Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:27.0389182Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:27.0389458Z 2021-11-23T19:08:27.0389679Z ResolveReferences; 2021-11-23T19:08:27.0389938Z ResolveKeySource; 2021-11-23T19:08:27.0390367Z SetWin32ManifestProperties; 2021-11-23T19:08:27.0390643Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.0391086Z _GenerateCompileInputs; 2021-11-23T19:08:27.0391329Z BeforeCompile; 2021-11-23T19:08:27.0391584Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.0391864Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.0392121Z CoreCompile; 2021-11-23T19:08:27.0392375Z _TimeStampAfterCompile; 2021-11-23T19:08:27.0392630Z AfterCompile; 2021-11-23T19:08:27.0392839Z ; 2021-11-23T19:08:27.0393065Z _CreateAppHost; 2021-11-23T19:08:27.0393295Z _CreateComHost; 2021-11-23T19:08:27.0393541Z _GetIjwHostPaths; 2021-11-23T19:08:27.0393804Z " (previous value: " 2021-11-23T19:08:27.0394053Z ResolveReferences; 2021-11-23T19:08:27.0394483Z ResolveKeySource; 2021-11-23T19:08:27.0394739Z SetWin32ManifestProperties; 2021-11-23T19:08:27.0395037Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.0395334Z _GenerateCompileInputs; 2021-11-23T19:08:27.0395581Z BeforeCompile; 2021-11-23T19:08:27.0395844Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.0396114Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.0396392Z CoreCompile; 2021-11-23T19:08:27.0397387Z _TimeStampAfterCompile; 2021-11-23T19:08:27.0397655Z AfterCompile; 2021-11-23T19:08:27.0398013Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:27.0398434Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:27.0398715Z 2021-11-23T19:08:27.0398976Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.0399267Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.0399569Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.0399818Z ; 2021-11-23T19:08:27.0400056Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:27.0400356Z " (previous value: " 2021-11-23T19:08:27.0401125Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.0401723Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.0402153Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.0402508Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:27.0403735Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:27.0404320Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:27.0404636Z 2021-11-23T19:08:27.0404833Z ; 2021-11-23T19:08:27.0405047Z 2021-11-23T19:08:27.0405240Z ; 2021-11-23T19:08:27.0405471Z BuildOnlySettings; 2021-11-23T19:08:27.0405728Z PrepareForBuild; 2021-11-23T19:08:27.0405965Z AssignTargetPaths; 2021-11-23T19:08:27.0406217Z ResolveReferences 2021-11-23T19:08:27.0406430Z 2021-11-23T19:08:27.0406640Z ; 2021-11-23T19:08:27.0406876Z _GenerateDesignerDepsFile; 2021-11-23T19:08:27.0407145Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:27.0407435Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:27.0407698Z " (previous value: " 2021-11-23T19:08:27.0407943Z ; 2021-11-23T19:08:27.0408151Z 2021-11-23T19:08:27.0408347Z ; 2021-11-23T19:08:27.0408578Z BuildOnlySettings; 2021-11-23T19:08:27.0408811Z PrepareForBuild; 2021-11-23T19:08:27.0409061Z AssignTargetPaths; 2021-11-23T19:08:27.0409311Z ResolveReferences 2021-11-23T19:08:27.0409525Z 2021-11-23T19:08:27.0409864Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:27.0410862Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:27.0411973Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/EM.Shared.shiminput.cache" (previous value: "obj\Release/net6.0/EM.Shared.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:27.0412941Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/EM.Shared.shimcreated.sentinel" (previous value: "obj\Release/net6.0/EM.Shared.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:27.0413805Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:27.0414568Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:27.0415302Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:27.0415963Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:27.0416699Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:27.0417793Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:27.0542954Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:27.0570827Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:27.0577375Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.0581923Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.0586344Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.0590457Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.0594572Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:27.0599254Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.0603490Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.0607636Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.0613722Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.0619629Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.0644662Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.0645841Z 14>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (entry point): 2021-11-23T19:08:27.0646648Z 14>Done building target "_IsProjectRestoreSupported" in project "EM.Shared.csproj". 2021-11-23T19:08:27.0649884Z 14>Done Building Project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.0704530Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:27.0712075Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0717947Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0725393Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0730135Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0742043Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:27.0769902Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.UnitTests.ObjectBuilders" (previous value: "ProjectB.Tests.ObjectBuilders") at /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj (6,5) 2021-11-23T19:08:27.0777224Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.UnitTests.ObjectBuilders" (previous value: "ProjectB.Tests.ObjectBuilders") at /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj (7,5) 2021-11-23T19:08:27.0784306Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0788312Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0795035Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:27.0800872Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:27.0810496Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:27.0820450Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:27.0827464Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:27.0833809Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:27.0838505Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:27.0851097Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:27.0865059Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0869354Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0877730Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:27.0882894Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:27.0891190Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0893969Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0897938Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0902087Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0906239Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0913119Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:27.0917607Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:27.0926270Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:27.0931134Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:27.0931825Z AssignProjectConfiguration; 2021-11-23T19:08:27.0932364Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:27.0933011Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:27.0939347Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:27.0944996Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:27.0945684Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:27.0946213Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:27.0946728Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:27.0947237Z SolutionName=ProjectBServices; 2021-11-23T19:08:27.0947755Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:27.0948310Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:27.0948815Z SolutionExt=.sln; 2021-11-23T19:08:27.0949404Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:27.0959555Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:27.0965327Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/Release/net6.0/ProjectB.Tests.ObjectBuilders.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Tests.ObjectBuilders.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:27.0972141Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.0973220Z 2021-11-23T19:08:27.0973925Z ResolveProjectReferences; 2021-11-23T19:08:27.0974506Z FindInvalidProjectReferences; 2021-11-23T19:08:27.0976314Z GetFrameworkPaths; 2021-11-23T19:08:27.0976921Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.0977518Z PrepareForBuild; 2021-11-23T19:08:27.0978078Z ResolveSDKReferences; 2021-11-23T19:08:27.0981091Z ExpandSDKReferences; 2021-11-23T19:08:27.0981604Z ; 2021-11-23T19:08:27.0982031Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.0982456Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.0983220Z " (previous value: " 2021-11-23T19:08:27.0983625Z ResolveProjectReferences; 2021-11-23T19:08:27.0984008Z FindInvalidProjectReferences; 2021-11-23T19:08:27.0984421Z GetFrameworkPaths; 2021-11-23T19:08:27.0984810Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.0985181Z PrepareForBuild; 2021-11-23T19:08:27.0985561Z ResolveSDKReferences; 2021-11-23T19:08:27.0985946Z ExpandSDKReferences; 2021-11-23T19:08:27.0986433Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:27.0987057Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:27.0987761Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.0988166Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.0988539Z 2021-11-23T19:08:27.0988877Z ; 2021-11-23T19:08:27.0989231Z PrepareResourceNames; 2021-11-23T19:08:27.0989605Z ResGen; 2021-11-23T19:08:27.0989970Z CompileLicxFiles 2021-11-23T19:08:27.0990304Z 2021-11-23T19:08:27.0992313Z " (previous value: " 2021-11-23T19:08:27.0992813Z ; 2021-11-23T19:08:27.0993199Z PrepareResourceNames; 2021-11-23T19:08:27.0993588Z ResGen; 2021-11-23T19:08:27.0994130Z CompileLicxFiles 2021-11-23T19:08:27.0994666Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:27.0995584Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:27.0996673Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:27.0997821Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:27.1003102Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:27.1008386Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:27.1013662Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:27.1020160Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.1021105Z 2021-11-23T19:08:27.1021480Z 2021-11-23T19:08:27.1021883Z ResolveProjectReferences; 2021-11-23T19:08:27.1022288Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1022721Z GetFrameworkPaths; 2021-11-23T19:08:27.1023356Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1023781Z PrepareForBuild; 2021-11-23T19:08:27.1024197Z ResolveSDKReferences; 2021-11-23T19:08:27.1024582Z ExpandSDKReferences; 2021-11-23T19:08:27.1024936Z ; 2021-11-23T19:08:27.1025510Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1025913Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1026287Z ; 2021-11-23T19:08:27.1026637Z ResolveTargetingPackAssets; 2021-11-23T19:08:27.1027115Z " (previous value: " 2021-11-23T19:08:27.1027755Z 2021-11-23T19:08:27.1028214Z ResolveProjectReferences; 2021-11-23T19:08:27.1028986Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1029678Z GetFrameworkPaths; 2021-11-23T19:08:27.1031874Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1032152Z PrepareForBuild; 2021-11-23T19:08:27.1032408Z ResolveSDKReferences; 2021-11-23T19:08:27.1032847Z ExpandSDKReferences; 2021-11-23T19:08:27.1033089Z ; 2021-11-23T19:08:27.1033332Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1033629Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1034040Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:27.1034943Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/Release/net6.0/ProjectB.Tests.ObjectBuilders.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Tests.ObjectBuilders.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:27.1036126Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:27.1039055Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:27.1045351Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:27.1050788Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:27.1058506Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:27.1058851Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:27.1059081Z 2021-11-23T19:08:27.1059314Z BuildOnlySettings; 2021-11-23T19:08:27.1059748Z PrepareForBuild; 2021-11-23T19:08:27.1060009Z PreBuildEvent; 2021-11-23T19:08:27.1060258Z ResolveReferences; 2021-11-23T19:08:27.1060492Z PrepareResources; 2021-11-23T19:08:27.1060969Z ResolveKeySource; 2021-11-23T19:08:27.1061224Z Compile; 2021-11-23T19:08:27.1061453Z ExportWindowsMDFile; 2021-11-23T19:08:27.1061716Z UnmanagedUnregistration; 2021-11-23T19:08:27.1061978Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.1062259Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.1062525Z GenerateManifests; 2021-11-23T19:08:27.1065248Z GetTargetPath; 2021-11-23T19:08:27.1065528Z PrepareForRun; 2021-11-23T19:08:27.1065773Z UnmanagedRegistration; 2021-11-23T19:08:27.1066036Z IncrementalClean; 2021-11-23T19:08:27.1066450Z PostBuildEvent 2021-11-23T19:08:27.1066664Z ; 2021-11-23T19:08:27.1066910Z GenerateBuildDependencyFile; 2021-11-23T19:08:27.1067185Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:27.1067477Z " (previous value: " 2021-11-23T19:08:27.1067742Z BuildOnlySettings; 2021-11-23T19:08:27.1067977Z PrepareForBuild; 2021-11-23T19:08:27.1068220Z PreBuildEvent; 2021-11-23T19:08:27.1068465Z ResolveReferences; 2021-11-23T19:08:27.1069681Z PrepareResources; 2021-11-23T19:08:27.1069949Z ResolveKeySource; 2021-11-23T19:08:27.1070172Z Compile; 2021-11-23T19:08:27.1070596Z ExportWindowsMDFile; 2021-11-23T19:08:27.1071354Z UnmanagedUnregistration; 2021-11-23T19:08:27.1071855Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.1072155Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.1072418Z GenerateManifests; 2021-11-23T19:08:27.1072681Z GetTargetPath; 2021-11-23T19:08:27.1072948Z PrepareForRun; 2021-11-23T19:08:27.1073201Z UnmanagedRegistration; 2021-11-23T19:08:27.1073473Z IncrementalClean; 2021-11-23T19:08:27.1073718Z PostBuildEvent 2021-11-23T19:08:27.1074245Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:27.1074692Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:27.1074977Z _SdkBeforeClean; 2021-11-23T19:08:27.1080590Z 2021-11-23T19:08:27.1081011Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:27.1081434Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:27.1081899Z _SdkBeforeRebuild; 2021-11-23T19:08:27.1082128Z 2021-11-23T19:08:27.1082339Z BeforeRebuild; 2021-11-23T19:08:27.1082572Z Clean; 2021-11-23T19:08:27.1082784Z Build; 2021-11-23T19:08:27.1083016Z AfterRebuild; 2021-11-23T19:08:27.1083239Z 2021-11-23T19:08:27.1083463Z " (previous value: " 2021-11-23T19:08:27.1083723Z BeforeRebuild; 2021-11-23T19:08:27.1085391Z Clean; 2021-11-23T19:08:27.1085635Z Build; 2021-11-23T19:08:27.1085866Z AfterRebuild; 2021-11-23T19:08:27.1086197Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:27.1086624Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:27.1087076Z 2021-11-23T19:08:27.1087297Z ResolveReferences; 2021-11-23T19:08:27.1087556Z ResolveKeySource; 2021-11-23T19:08:27.1087817Z SetWin32ManifestProperties; 2021-11-23T19:08:27.1088117Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.1088407Z _GenerateCompileInputs; 2021-11-23T19:08:27.1088830Z BeforeCompile; 2021-11-23T19:08:27.1089277Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.1089573Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.1089835Z CoreCompile; 2021-11-23T19:08:27.1090277Z _TimeStampAfterCompile; 2021-11-23T19:08:27.1090539Z AfterCompile; 2021-11-23T19:08:27.1090786Z ; 2021-11-23T19:08:27.1091034Z _CreateAppHost; 2021-11-23T19:08:27.1091287Z _CreateComHost; 2021-11-23T19:08:27.1091555Z _GetIjwHostPaths; 2021-11-23T19:08:27.1091988Z " (previous value: " 2021-11-23T19:08:27.1092268Z ResolveReferences; 2021-11-23T19:08:27.1092533Z ResolveKeySource; 2021-11-23T19:08:27.1092804Z SetWin32ManifestProperties; 2021-11-23T19:08:27.1093111Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.1093396Z _GenerateCompileInputs; 2021-11-23T19:08:27.1093671Z BeforeCompile; 2021-11-23T19:08:27.1093941Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.1094221Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.1094499Z CoreCompile; 2021-11-23T19:08:27.1094767Z _TimeStampAfterCompile; 2021-11-23T19:08:27.1095020Z AfterCompile; 2021-11-23T19:08:27.1098690Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:27.1099123Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:27.1099431Z 2021-11-23T19:08:27.1099697Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.1099997Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.1100457Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.1100849Z ; 2021-11-23T19:08:27.1101111Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:27.1101408Z " (previous value: " 2021-11-23T19:08:27.1101858Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.1102165Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.1102462Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.1102822Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:27.1103304Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:27.1103812Z 2021-11-23T19:08:27.1104020Z ; 2021-11-23T19:08:27.1104244Z 2021-11-23T19:08:27.1104448Z ; 2021-11-23T19:08:27.1104693Z BuildOnlySettings; 2021-11-23T19:08:27.1104958Z PrepareForBuild; 2021-11-23T19:08:27.1105214Z AssignTargetPaths; 2021-11-23T19:08:27.1105481Z ResolveReferences 2021-11-23T19:08:27.1105706Z 2021-11-23T19:08:27.1105925Z ; 2021-11-23T19:08:27.1106182Z _GenerateDesignerDepsFile; 2021-11-23T19:08:27.1106469Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:27.1106777Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:27.1107074Z " (previous value: " 2021-11-23T19:08:27.1107317Z ; 2021-11-23T19:08:27.1107699Z 2021-11-23T19:08:27.1107898Z ; 2021-11-23T19:08:27.1108135Z BuildOnlySettings; 2021-11-23T19:08:27.1108544Z PrepareForBuild; 2021-11-23T19:08:27.1108779Z AssignTargetPaths; 2021-11-23T19:08:27.1109031Z ResolveReferences 2021-11-23T19:08:27.1109242Z 2021-11-23T19:08:27.1109583Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:27.1114458Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/Release/net6.0/ProjectB.Tests.ObjectBuilders.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Tests.ObjectBuilders.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:27.1141817Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/Release/net6.0/ProjectB.Tests.ObjectBuilders.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Tests.ObjectBuilders.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:27.1143200Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:27.1148733Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:27.1149782Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:27.1150507Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:27.1165946Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:27.1182704Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:27.1183849Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:27.1184723Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.1185577Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.1186882Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.1187853Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.1188817Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:27.1189728Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1190788Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1191722Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1203833Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.1204654Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.1205386Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (15) on node 2 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.1206184Z 15>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (entry point): 2021-11-23T19:08:27.1208024Z 15>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.1208570Z 15>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.1209524Z 0>Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:27.1210514Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/Geography/Geography.Api/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:27.1211079Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1211456Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1220032Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1220424Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1229517Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:27.1234229Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.Geography.Api" (previous value: "Geography.Api") at /home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj (4,9) 2021-11-23T19:08:27.1234992Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.Geography.Api" (previous value: "Geography.Api") at /home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj (5,9) 2021-11-23T19:08:27.1298069Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1298720Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1303201Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:27.1309746Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:27.1319939Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:27.1321435Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net5.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:27.1322253Z Property reassignment: $(OutputPath)="bin\Release/net5.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:27.1330898Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:27.1331728Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="5_0" (previous value: "5.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:27.1343894Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:27.1356509Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1356923Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1360158Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:27.1369487Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1369935Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1370327Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1370738Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1372275Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1372860Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:27.1373516Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:27.1424954Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:27.1425600Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:27.1425943Z AssignProjectConfiguration; 2021-11-23T19:08:27.1426284Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:27.1426765Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:27.1427528Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1427980Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:27.1428361Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:27.1428659Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:27.1428979Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:27.1429287Z SolutionName=ProjectBServices; 2021-11-23T19:08:27.1429622Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:27.1429996Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:27.1430323Z SolutionExt=.sln; 2021-11-23T19:08:27.1430733Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:27.1431573Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/Geography/Geography.Api/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/Geography/Geography.Api/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:27.1432725Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/Geography/Geography.Api/obj/Release/net5.0/Geography.Api.assets.cache" (previous value: "obj\Release/net5.0/Geography.Api.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:27.1433488Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.1433936Z 2021-11-23T19:08:27.1434206Z ResolveProjectReferences; 2021-11-23T19:08:27.1434492Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1434783Z GetFrameworkPaths; 2021-11-23T19:08:27.1435076Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1438390Z PrepareForBuild; 2021-11-23T19:08:27.1438682Z ResolveSDKReferences; 2021-11-23T19:08:27.1438950Z ExpandSDKReferences; 2021-11-23T19:08:27.1439204Z ; 2021-11-23T19:08:27.1439482Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1439780Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1440083Z " (previous value: " 2021-11-23T19:08:27.1440380Z ResolveProjectReferences; 2021-11-23T19:08:27.1440847Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1441149Z GetFrameworkPaths; 2021-11-23T19:08:27.1441706Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1442046Z PrepareForBuild; 2021-11-23T19:08:27.1442366Z ResolveSDKReferences; 2021-11-23T19:08:27.1442675Z ExpandSDKReferences; 2021-11-23T19:08:27.1443149Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:27.1443691Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:27.1444084Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1444587Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1445171Z 2021-11-23T19:08:27.1445400Z ; 2021-11-23T19:08:27.1445657Z PrepareResourceNames; 2021-11-23T19:08:27.1445908Z ResGen; 2021-11-23T19:08:27.1446168Z CompileLicxFiles 2021-11-23T19:08:27.1446399Z 2021-11-23T19:08:27.1446663Z " (previous value: " 2021-11-23T19:08:27.1446929Z ; 2021-11-23T19:08:27.1447175Z PrepareResourceNames; 2021-11-23T19:08:27.1447445Z ResGen; 2021-11-23T19:08:27.1447689Z CompileLicxFiles 2021-11-23T19:08:27.1448100Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:27.1448986Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:27.1449942Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:27.1451961Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:27.1453038Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:27.1454144Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:27.1455295Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:27.1457276Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.1457610Z 2021-11-23T19:08:27.1457842Z 2021-11-23T19:08:27.1458089Z ResolveProjectReferences; 2021-11-23T19:08:27.1458393Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1458668Z GetFrameworkPaths; 2021-11-23T19:08:27.1458957Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1459240Z PrepareForBuild; 2021-11-23T19:08:27.1459503Z ResolveSDKReferences; 2021-11-23T19:08:27.1459785Z ExpandSDKReferences; 2021-11-23T19:08:27.1460037Z ; 2021-11-23T19:08:27.1460297Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1460619Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1461031Z ; 2021-11-23T19:08:27.1461299Z ResolveTargetingPackAssets; 2021-11-23T19:08:27.1462576Z " (previous value: " 2021-11-23T19:08:27.1462873Z 2021-11-23T19:08:27.1463141Z ResolveProjectReferences; 2021-11-23T19:08:27.1463426Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1463717Z GetFrameworkPaths; 2021-11-23T19:08:27.1464006Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1464275Z PrepareForBuild; 2021-11-23T19:08:27.1464553Z ResolveSDKReferences; 2021-11-23T19:08:27.1464821Z ExpandSDKReferences; 2021-11-23T19:08:27.1465079Z ; 2021-11-23T19:08:27.1465353Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1465651Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1466088Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:27.1473669Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/Geography/Geography.Api/obj/Release/net5.0/Geography.Api.genruntimeconfig.cache" (previous value: "obj\Release/net5.0/Geography.Api.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:27.1475077Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:27.1475911Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:27.1476741Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:27.1477333Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:27.1477664Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:27.1490555Z 2021-11-23T19:08:27.1490832Z BuildOnlySettings; 2021-11-23T19:08:27.1491116Z PrepareForBuild; 2021-11-23T19:08:27.1491386Z PreBuildEvent; 2021-11-23T19:08:27.1491807Z ResolveReferences; 2021-11-23T19:08:27.1492074Z PrepareResources; 2021-11-23T19:08:27.1492488Z ResolveKeySource; 2021-11-23T19:08:27.1492735Z Compile; 2021-11-23T19:08:27.1492985Z ExportWindowsMDFile; 2021-11-23T19:08:27.1493240Z UnmanagedUnregistration; 2021-11-23T19:08:27.1493530Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.1493801Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.1494291Z GenerateManifests; 2021-11-23T19:08:27.1494549Z GetTargetPath; 2021-11-23T19:08:27.1494785Z PrepareForRun; 2021-11-23T19:08:27.1495056Z UnmanagedRegistration; 2021-11-23T19:08:27.1495305Z IncrementalClean; 2021-11-23T19:08:27.1502298Z PostBuildEvent 2021-11-23T19:08:27.1502753Z ; 2021-11-23T19:08:27.1503009Z GenerateBuildDependencyFile; 2021-11-23T19:08:27.1503332Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:27.1503635Z " (previous value: " 2021-11-23T19:08:27.1504095Z BuildOnlySettings; 2021-11-23T19:08:27.1504362Z PrepareForBuild; 2021-11-23T19:08:27.1504607Z PreBuildEvent; 2021-11-23T19:08:27.1504871Z ResolveReferences; 2021-11-23T19:08:27.1505138Z PrepareResources; 2021-11-23T19:08:27.1506377Z ResolveKeySource; 2021-11-23T19:08:27.1506659Z Compile; 2021-11-23T19:08:27.1506903Z ExportWindowsMDFile; 2021-11-23T19:08:27.1507185Z UnmanagedUnregistration; 2021-11-23T19:08:27.1507483Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.1507768Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.1508046Z GenerateManifests; 2021-11-23T19:08:27.1508294Z GetTargetPath; 2021-11-23T19:08:27.1508553Z PrepareForRun; 2021-11-23T19:08:27.1508996Z UnmanagedRegistration; 2021-11-23T19:08:27.1509683Z IncrementalClean; 2021-11-23T19:08:27.1509978Z PostBuildEvent 2021-11-23T19:08:27.1510368Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:27.1511192Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:27.1511558Z _SdkBeforeClean; 2021-11-23T19:08:27.1511829Z 2021-11-23T19:08:27.1512450Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:27.1512972Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:27.1513718Z _SdkBeforeRebuild; 2021-11-23T19:08:27.1514001Z 2021-11-23T19:08:27.1514595Z BeforeRebuild; 2021-11-23T19:08:27.1515048Z Clean; 2021-11-23T19:08:27.1515322Z Build; 2021-11-23T19:08:27.1515585Z AfterRebuild; 2021-11-23T19:08:27.1516010Z 2021-11-23T19:08:27.1516273Z " (previous value: " 2021-11-23T19:08:27.1516578Z BeforeRebuild; 2021-11-23T19:08:27.1516855Z Clean; 2021-11-23T19:08:27.1517099Z Build; 2021-11-23T19:08:27.1541665Z AfterRebuild; 2021-11-23T19:08:27.1542050Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:27.1542456Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:27.1542750Z 2021-11-23T19:08:27.1542974Z ResolveReferences; 2021-11-23T19:08:27.1543234Z ResolveKeySource; 2021-11-23T19:08:27.1543505Z SetWin32ManifestProperties; 2021-11-23T19:08:27.1543794Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.1544086Z _GenerateCompileInputs; 2021-11-23T19:08:27.1544332Z BeforeCompile; 2021-11-23T19:08:27.1544596Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.1544883Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.1545138Z CoreCompile; 2021-11-23T19:08:27.1545397Z _TimeStampAfterCompile; 2021-11-23T19:08:27.1545658Z AfterCompile; 2021-11-23T19:08:27.1545874Z ; 2021-11-23T19:08:27.1546109Z _CreateAppHost; 2021-11-23T19:08:27.1546347Z _CreateComHost; 2021-11-23T19:08:27.1546599Z _GetIjwHostPaths; 2021-11-23T19:08:27.1547087Z " (previous value: " 2021-11-23T19:08:27.1547345Z ResolveReferences; 2021-11-23T19:08:27.1547610Z ResolveKeySource; 2021-11-23T19:08:27.1547864Z SetWin32ManifestProperties; 2021-11-23T19:08:27.1548172Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.1548463Z _GenerateCompileInputs; 2021-11-23T19:08:27.1548709Z BeforeCompile; 2021-11-23T19:08:27.1548972Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.1549242Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.1549516Z CoreCompile; 2021-11-23T19:08:27.1549773Z _TimeStampAfterCompile; 2021-11-23T19:08:27.1550019Z AfterCompile; 2021-11-23T19:08:27.1550378Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:27.1550802Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:27.1551091Z 2021-11-23T19:08:27.1551350Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.1551641Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.1551939Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.1552191Z ; 2021-11-23T19:08:27.1552432Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:27.1552720Z " (previous value: " 2021-11-23T19:08:27.1559135Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.1559512Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.1559819Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.1560179Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:27.1560628Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:27.1560952Z 2021-11-23T19:08:27.1561155Z ; 2021-11-23T19:08:27.1561382Z 2021-11-23T19:08:27.1561582Z ; 2021-11-23T19:08:27.1578870Z BuildOnlySettings; 2021-11-23T19:08:27.1579180Z PrepareForBuild; 2021-11-23T19:08:27.1583709Z AssignTargetPaths; 2021-11-23T19:08:27.1584244Z ResolveReferences 2021-11-23T19:08:27.1584480Z 2021-11-23T19:08:27.1584706Z ; 2021-11-23T19:08:27.1584966Z _GenerateDesignerDepsFile; 2021-11-23T19:08:27.1585255Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:27.1585566Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:27.1585866Z " (previous value: " 2021-11-23T19:08:27.1586111Z ; 2021-11-23T19:08:27.1586335Z 2021-11-23T19:08:27.1586542Z ; 2021-11-23T19:08:27.1601159Z BuildOnlySettings; 2021-11-23T19:08:27.1601779Z PrepareForBuild; 2021-11-23T19:08:27.1602035Z AssignTargetPaths; 2021-11-23T19:08:27.1602304Z ResolveReferences 2021-11-23T19:08:27.1602708Z 2021-11-23T19:08:27.1603062Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:27.1603687Z Property reassignment: $(PublishReadyToRunComposite)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets (23,5) 2021-11-23T19:08:27.1611249Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:27.1612261Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:27.1616450Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.1617349Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.1621351Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.1622356Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.1626012Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:27.1629588Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1630488Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1631615Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1632430Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.1633134Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.1637457Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (16) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.1638270Z 16>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (entry point): 2021-11-23T19:08:27.1638906Z 16>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:27.1639447Z 16>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.1640277Z 0>Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/Geography/Geography.Api/obj/Release/net5.0/Geography.Api.shiminput.cache" (previous value: "obj\Release/net5.0/Geography.Api.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:27.1641542Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/Geography/Geography.Api/obj/Release/net5.0/Geography.Api.shimcreated.sentinel" (previous value: "obj\Release/net5.0/Geography.Api.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:27.1642446Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:27.1643229Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET5_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:27.1643993Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:27.1644717Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:27.1645476Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:27.1646086Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1646456Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1646840Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1653294Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:27.1665170Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1669846Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:27.1675378Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.Geography.Mocks" (previous value: "Geography.Mocks") at /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj (4,9) 2021-11-23T19:08:27.1680150Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.Geography.Mocks" (previous value: "Geography.Mocks") at /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj (5,9) 2021-11-23T19:08:27.1688925Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1693070Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1700086Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:27.1706979Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:27.1713168Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:27.1718790Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net5.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:27.1719599Z Property reassignment: $(OutputPath)="bin\Release/net5.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:27.1729227Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:27.1730066Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="5_0" (previous value: "5.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:27.1741450Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:27.1751957Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1752363Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1759166Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:27.1759856Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:27.1768105Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1768581Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1769232Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1770120Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1770492Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1775795Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:27.1776421Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:27.1791132Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:27.1791990Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:27.1792590Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:27.1792931Z AssignProjectConfiguration; 2021-11-23T19:08:27.1793215Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:27.1793668Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:27.1796430Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:27.1803954Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.1807840Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:27.1812322Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:27.1812712Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:27.1812993Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:27.1813294Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:27.1813601Z SolutionName=ProjectBServices; 2021-11-23T19:08:27.1813900Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:27.1814262Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:27.1814578Z SolutionExt=.sln; 2021-11-23T19:08:27.1814949Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:27.1818436Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.1825993Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.1833260Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.1840040Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:27.1841128Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Release/net5.0/Geography.Mocks.assets.cache" (previous value: "obj\Release/net5.0/Geography.Mocks.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:27.1848207Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:27.1851049Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.1851338Z 2021-11-23T19:08:27.1851584Z ResolveProjectReferences; 2021-11-23T19:08:27.1851862Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1852112Z GetFrameworkPaths; 2021-11-23T19:08:27.1852377Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1852621Z PrepareForBuild; 2021-11-23T19:08:27.1852878Z ResolveSDKReferences; 2021-11-23T19:08:27.1853135Z ExpandSDKReferences; 2021-11-23T19:08:27.1853354Z ; 2021-11-23T19:08:27.1853796Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1854069Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1854346Z " (previous value: " 2021-11-23T19:08:27.1854628Z ResolveProjectReferences; 2021-11-23T19:08:27.1855824Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1856108Z GetFrameworkPaths; 2021-11-23T19:08:27.1856370Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1856615Z PrepareForBuild; 2021-11-23T19:08:27.1856873Z ResolveSDKReferences; 2021-11-23T19:08:27.1857115Z ExpandSDKReferences; 2021-11-23T19:08:27.1857494Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:27.1857924Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:27.1858233Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1858530Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1858773Z 2021-11-23T19:08:27.1858970Z ; 2021-11-23T19:08:27.1859207Z PrepareResourceNames; 2021-11-23T19:08:27.1859437Z ResGen; 2021-11-23T19:08:27.1859682Z CompileLicxFiles 2021-11-23T19:08:27.1859909Z 2021-11-23T19:08:27.1860134Z " (previous value: " 2021-11-23T19:08:27.1860379Z ; 2021-11-23T19:08:27.1860599Z PrepareResourceNames; 2021-11-23T19:08:27.1861237Z ResGen; 2021-11-23T19:08:27.1861496Z CompileLicxFiles 2021-11-23T19:08:27.1861854Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:27.1863526Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:27.1864453Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:27.1865540Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:27.1866503Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:27.1867512Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:27.1868590Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1870421Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1871355Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.1875556Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:27.1880853Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.1883111Z 2021-11-23T19:08:27.1883428Z 2021-11-23T19:08:27.1883715Z ResolveProjectReferences; 2021-11-23T19:08:27.1884067Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1884406Z GetFrameworkPaths; 2021-11-23T19:08:27.1884736Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1885064Z PrepareForBuild; 2021-11-23T19:08:27.1885384Z ResolveSDKReferences; 2021-11-23T19:08:27.1885693Z ExpandSDKReferences; 2021-11-23T19:08:27.1886303Z ; 2021-11-23T19:08:27.1886705Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1886993Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1887235Z ; 2021-11-23T19:08:27.1887460Z ResolveTargetingPackAssets; 2021-11-23T19:08:27.1887735Z " (previous value: " 2021-11-23T19:08:27.1887964Z 2021-11-23T19:08:27.1888204Z ResolveProjectReferences; 2021-11-23T19:08:27.1888478Z FindInvalidProjectReferences; 2021-11-23T19:08:27.1888728Z GetFrameworkPaths; 2021-11-23T19:08:27.1889192Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.1889445Z PrepareForBuild; 2021-11-23T19:08:27.1889708Z ResolveSDKReferences; 2021-11-23T19:08:27.1889966Z ExpandSDKReferences; 2021-11-23T19:08:27.1903391Z ; 2021-11-23T19:08:27.1903679Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.1904141Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.1904552Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:27.1905642Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Release/net5.0/Geography.Mocks.genruntimeconfig.cache" (previous value: "obj\Release/net5.0/Geography.Mocks.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:27.1906567Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.1907301Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:27.1909074Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:27.1910478Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:27.1911285Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:27.1911612Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:27.1911888Z 2021-11-23T19:08:27.1912316Z BuildOnlySettings; 2021-11-23T19:08:27.1912584Z PrepareForBuild; 2021-11-23T19:08:27.1913021Z PreBuildEvent; 2021-11-23T19:08:27.1913278Z ResolveReferences; 2021-11-23T19:08:27.1913717Z PrepareResources; 2021-11-23T19:08:27.1913976Z ResolveKeySource; 2021-11-23T19:08:27.1914368Z Compile; 2021-11-23T19:08:27.1914612Z ExportWindowsMDFile; 2021-11-23T19:08:27.1914876Z UnmanagedUnregistration; 2021-11-23T19:08:27.1915140Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.1915418Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.1915667Z GenerateManifests; 2021-11-23T19:08:27.1915917Z GetTargetPath; 2021-11-23T19:08:27.1916160Z PrepareForRun; 2021-11-23T19:08:27.1916398Z UnmanagedRegistration; 2021-11-23T19:08:27.1916654Z IncrementalClean; 2021-11-23T19:08:27.1916887Z PostBuildEvent 2021-11-23T19:08:27.1917117Z ; 2021-11-23T19:08:27.1917361Z GenerateBuildDependencyFile; 2021-11-23T19:08:27.1917638Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:27.1917929Z " (previous value: " 2021-11-23T19:08:27.1918182Z BuildOnlySettings; 2021-11-23T19:08:27.1918433Z PrepareForBuild; 2021-11-23T19:08:27.1918678Z PreBuildEvent; 2021-11-23T19:08:27.1918910Z ResolveReferences; 2021-11-23T19:08:27.1927675Z PrepareResources; 2021-11-23T19:08:27.1927957Z ResolveKeySource; 2021-11-23T19:08:27.1928187Z Compile; 2021-11-23T19:08:27.1928433Z ExportWindowsMDFile; 2021-11-23T19:08:27.1928681Z UnmanagedUnregistration; 2021-11-23T19:08:27.1928960Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.1929238Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.1929485Z GenerateManifests; 2021-11-23T19:08:27.1929748Z GetTargetPath; 2021-11-23T19:08:27.1929977Z PrepareForRun; 2021-11-23T19:08:27.1930229Z UnmanagedRegistration; 2021-11-23T19:08:27.1930485Z IncrementalClean; 2021-11-23T19:08:27.1930890Z PostBuildEvent 2021-11-23T19:08:27.1939396Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:27.1939880Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:27.1940169Z _SdkBeforeClean; 2021-11-23T19:08:27.1940401Z 2021-11-23T19:08:27.1940902Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:27.1941349Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:27.1941640Z _SdkBeforeRebuild; 2021-11-23T19:08:27.1941856Z 2021-11-23T19:08:27.1942083Z BeforeRebuild; 2021-11-23T19:08:27.1942330Z Clean; 2021-11-23T19:08:27.1942541Z Build; 2021-11-23T19:08:27.1942774Z AfterRebuild; 2021-11-23T19:08:27.1942981Z 2021-11-23T19:08:27.1943221Z " (previous value: " 2021-11-23T19:08:27.1949498Z BeforeRebuild; 2021-11-23T19:08:27.1949734Z Clean; 2021-11-23T19:08:27.1949960Z Build; 2021-11-23T19:08:27.1950176Z AfterRebuild; 2021-11-23T19:08:27.1950524Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:27.1950912Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:27.1951165Z 2021-11-23T19:08:27.1951396Z ResolveReferences; 2021-11-23T19:08:27.1951633Z ResolveKeySource; 2021-11-23T19:08:27.1951897Z SetWin32ManifestProperties; 2021-11-23T19:08:27.1952187Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.1952455Z _GenerateCompileInputs; 2021-11-23T19:08:27.1952907Z BeforeCompile; 2021-11-23T19:08:27.1953164Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.1953428Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.1953700Z CoreCompile; 2021-11-23T19:08:27.1953937Z _TimeStampAfterCompile; 2021-11-23T19:08:27.1954190Z AfterCompile; 2021-11-23T19:08:27.1954416Z ; 2021-11-23T19:08:27.1954628Z _CreateAppHost; 2021-11-23T19:08:27.1954875Z _CreateComHost; 2021-11-23T19:08:27.1955108Z _GetIjwHostPaths; 2021-11-23T19:08:27.1955372Z " (previous value: " 2021-11-23T19:08:27.1955635Z ResolveReferences; 2021-11-23T19:08:27.1955873Z ResolveKeySource; 2021-11-23T19:08:27.1956134Z SetWin32ManifestProperties; 2021-11-23T19:08:27.1956407Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.1956690Z _GenerateCompileInputs; 2021-11-23T19:08:27.1956950Z BeforeCompile; 2021-11-23T19:08:27.1957190Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.1957646Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.1957916Z CoreCompile; 2021-11-23T19:08:27.1958166Z _TimeStampAfterCompile; 2021-11-23T19:08:27.1958603Z AfterCompile; 2021-11-23T19:08:27.1973084Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:27.1973556Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:27.1973859Z 2021-11-23T19:08:27.1975193Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.1975521Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.1975807Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.1976056Z ; 2021-11-23T19:08:27.1976310Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:27.1976595Z " (previous value: " 2021-11-23T19:08:27.1976888Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.1977194Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.1977477Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.1978046Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:27.1978487Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:27.1989584Z 2021-11-23T19:08:27.1989936Z ; 2021-11-23T19:08:27.1990146Z 2021-11-23T19:08:27.1990365Z ; 2021-11-23T19:08:27.1991049Z BuildOnlySettings; 2021-11-23T19:08:27.1991351Z PrepareForBuild; 2021-11-23T19:08:27.1993800Z AssignTargetPaths; 2021-11-23T19:08:27.1994461Z ResolveReferences 2021-11-23T19:08:27.1994706Z 2021-11-23T19:08:27.1994911Z ; 2021-11-23T19:08:27.1995149Z _GenerateDesignerDepsFile; 2021-11-23T19:08:27.1995436Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:27.1995712Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:27.1995999Z " (previous value: " 2021-11-23T19:08:27.1996242Z ; 2021-11-23T19:08:27.1996436Z 2021-11-23T19:08:27.1996644Z ; 2021-11-23T19:08:27.1996859Z BuildOnlySettings; 2021-11-23T19:08:27.1997106Z PrepareForBuild; 2021-11-23T19:08:27.1997707Z AssignTargetPaths; 2021-11-23T19:08:27.1998016Z ResolveReferences 2021-11-23T19:08:27.1998249Z 2021-11-23T19:08:27.1998572Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:27.1999200Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.2000122Z Property reassignment: $(PublishReadyToRunComposite)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets (23,5) 2021-11-23T19:08:27.2001009Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Release/net5.0/Geography.Mocks.shiminput.cache" (previous value: "obj\Release/net5.0/Geography.Mocks.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:27.2002060Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Release/net5.0/Geography.Mocks.shimcreated.sentinel" (previous value: "obj\Release/net5.0/Geography.Mocks.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:27.2002957Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:27.2003703Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET5_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:27.2004438Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:27.2005132Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:27.2006109Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:27.2007188Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (17) on node 2 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.2007876Z 17>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (entry point): 2021-11-23T19:08:27.2008418Z 17>Done building target "_IsProjectRestoreSupported" in project "Geography.Api.csproj". 2021-11-23T19:08:27.2008859Z 17>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.2033671Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:27.2059242Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2059689Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2076566Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2077017Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2096093Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:27.2109103Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration" (previous value: "ProjectB.ExternalIntegration") at /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj (4,9) 2021-11-23T19:08:27.2110141Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration" (previous value: "ProjectB.ExternalIntegration") at /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj (5,9) 2021-11-23T19:08:27.2121784Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2122239Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2135614Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:27.2147772Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:27.2166702Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:27.2179350Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:27.2180179Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:27.2202062Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:27.2203223Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:27.2235703Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:27.2271727Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:27.2273184Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:27.2274112Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2274717Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2279056Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.2280211Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.2281652Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.2282816Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.2283970Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:27.2286148Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.2287808Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.2289394Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.2294653Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.2297941Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.2307792Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.2309223Z 18>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (entry point): 2021-11-23T19:08:27.2310020Z 18>Done building target "_IsProjectRestoreSupported" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.2310711Z 18>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.2333501Z 0>Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:27.2334506Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:27.2335240Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2335841Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2336441Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2337275Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2337873Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2338734Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:27.2339581Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:27.2340426Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:27.2341374Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:27.2341915Z AssignProjectConfiguration; 2021-11-23T19:08:27.2342424Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:27.2343100Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:27.2343809Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2344408Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:27.2344969Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:27.2345469Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:27.2345972Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:27.2346467Z SolutionName=ProjectBServices; 2021-11-23T19:08:27.2346991Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:27.2348106Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:27.2349069Z SolutionExt=.sln; 2021-11-23T19:08:27.2350095Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:27.2351556Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:27.2353815Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/Release/net6.0/ProjectB.ExternalIntegration.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.ExternalIntegration.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:27.2355307Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.2356360Z 2021-11-23T19:08:27.2357277Z ResolveProjectReferences; 2021-11-23T19:08:27.2358206Z FindInvalidProjectReferences; 2021-11-23T19:08:27.2359110Z GetFrameworkPaths; 2021-11-23T19:08:27.2360027Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.2360936Z PrepareForBuild; 2021-11-23T19:08:27.2361813Z ResolveSDKReferences; 2021-11-23T19:08:27.2362735Z ExpandSDKReferences; 2021-11-23T19:08:27.2367439Z ; 2021-11-23T19:08:27.2367700Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.2367994Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.2368277Z " (previous value: " 2021-11-23T19:08:27.2368545Z ResolveProjectReferences; 2021-11-23T19:08:27.2368829Z FindInvalidProjectReferences; 2021-11-23T19:08:27.2369086Z GetFrameworkPaths; 2021-11-23T19:08:27.2369527Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.2369796Z PrepareForBuild; 2021-11-23T19:08:27.2370042Z ResolveSDKReferences; 2021-11-23T19:08:27.2370470Z ExpandSDKReferences; 2021-11-23T19:08:27.2370874Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:27.2371318Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:27.2371655Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.2371933Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.2372185Z 2021-11-23T19:08:27.2372402Z ; 2021-11-23T19:08:27.2372631Z PrepareResourceNames; 2021-11-23T19:08:27.2372882Z ResGen; 2021-11-23T19:08:27.2373125Z CompileLicxFiles 2021-11-23T19:08:27.2373343Z 2021-11-23T19:08:27.2373591Z " (previous value: " 2021-11-23T19:08:27.2373826Z ; 2021-11-23T19:08:27.2374073Z PrepareResourceNames; 2021-11-23T19:08:27.2374322Z ResGen; 2021-11-23T19:08:27.2374551Z CompileLicxFiles 2021-11-23T19:08:27.2374931Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:27.2375612Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:27.2376501Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:27.2377441Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:27.2383169Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:27.2384257Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:27.2385339Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:27.2396697Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.2397038Z 2021-11-23T19:08:27.2397242Z 2021-11-23T19:08:27.2397493Z ResolveProjectReferences; 2021-11-23T19:08:27.2397778Z FindInvalidProjectReferences; 2021-11-23T19:08:27.2398037Z GetFrameworkPaths; 2021-11-23T19:08:27.2398308Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.2398575Z PrepareForBuild; 2021-11-23T19:08:27.2398821Z ResolveSDKReferences; 2021-11-23T19:08:27.2399085Z ExpandSDKReferences; 2021-11-23T19:08:27.2399307Z ; 2021-11-23T19:08:27.2399755Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.2400264Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.2400501Z ; 2021-11-23T19:08:27.2400750Z ResolveTargetingPackAssets; 2021-11-23T19:08:27.2403108Z " (previous value: " 2021-11-23T19:08:27.2403372Z 2021-11-23T19:08:27.2403617Z ResolveProjectReferences; 2021-11-23T19:08:27.2403887Z FindInvalidProjectReferences; 2021-11-23T19:08:27.2404159Z GetFrameworkPaths; 2021-11-23T19:08:27.2404414Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.2404682Z PrepareForBuild; 2021-11-23T19:08:27.2404941Z ResolveSDKReferences; 2021-11-23T19:08:27.2405192Z ExpandSDKReferences; 2021-11-23T19:08:27.2405429Z ; 2021-11-23T19:08:27.2405670Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.2405963Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.2406372Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:27.2407314Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/Release/net6.0/ProjectB.ExternalIntegration.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.ExternalIntegration.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:27.2412138Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:27.2420542Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:27.2429181Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:27.2436870Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:27.2484464Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:27.2484826Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:27.2485083Z 2021-11-23T19:08:27.2485308Z BuildOnlySettings; 2021-11-23T19:08:27.2498076Z PrepareForBuild; 2021-11-23T19:08:27.2498397Z PreBuildEvent; 2021-11-23T19:08:27.2498861Z ResolveReferences; 2021-11-23T19:08:27.2499168Z PrepareResources; 2021-11-23T19:08:27.2499617Z ResolveKeySource; 2021-11-23T19:08:27.2499890Z Compile; 2021-11-23T19:08:27.2500149Z ExportWindowsMDFile; 2021-11-23T19:08:27.2500448Z UnmanagedUnregistration; 2021-11-23T19:08:27.2500982Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.2501304Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.2501605Z GenerateManifests; 2021-11-23T19:08:27.2501868Z GetTargetPath; 2021-11-23T19:08:27.2502145Z PrepareForRun; 2021-11-23T19:08:27.2502432Z UnmanagedRegistration; 2021-11-23T19:08:27.2502708Z IncrementalClean; 2021-11-23T19:08:27.2502986Z PostBuildEvent 2021-11-23T19:08:27.2503239Z ; 2021-11-23T19:08:27.2503498Z GenerateBuildDependencyFile; 2021-11-23T19:08:27.2503826Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:27.2504138Z " (previous value: " 2021-11-23T19:08:27.2504440Z BuildOnlySettings; 2021-11-23T19:08:27.2504947Z PrepareForBuild; 2021-11-23T19:08:27.2505212Z PreBuildEvent; 2021-11-23T19:08:27.2505495Z ResolveReferences; 2021-11-23T19:08:27.2505762Z PrepareResources; 2021-11-23T19:08:27.2506055Z ResolveKeySource; 2021-11-23T19:08:27.2506326Z Compile; 2021-11-23T19:08:27.2506585Z ExportWindowsMDFile; 2021-11-23T19:08:27.2506879Z UnmanagedUnregistration; 2021-11-23T19:08:27.2507178Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.2507653Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.2507944Z GenerateManifests; 2021-11-23T19:08:27.2508198Z GetTargetPath; 2021-11-23T19:08:27.2508464Z PrepareForRun; 2021-11-23T19:08:27.2508722Z UnmanagedRegistration; 2021-11-23T19:08:27.2509001Z IncrementalClean; 2021-11-23T19:08:27.2509272Z PostBuildEvent 2021-11-23T19:08:27.2509640Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:27.2510322Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:27.2510964Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2511372Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2511763Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2512170Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2512843Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:27.2513778Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Exceptions" (previous value: "ProjectB.Exceptions") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj (4,9) 2021-11-23T19:08:27.2514844Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Exceptions" (previous value: "ProjectB.Exceptions") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj (5,9) 2021-11-23T19:08:27.2515530Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2515918Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2516525Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:27.2517326Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:27.2518250Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:27.2519193Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net5.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:27.2520024Z Property reassignment: $(OutputPath)="bin\Release/net5.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:27.2520968Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:27.2521815Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="5_0" (previous value: "5.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:27.2522391Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:27.2522707Z _SdkBeforeClean; 2021-11-23T19:08:27.2522955Z 2021-11-23T19:08:27.2523340Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:27.2524058Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:27.2524722Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:27.2525025Z _SdkBeforeRebuild; 2021-11-23T19:08:27.2525284Z 2021-11-23T19:08:27.2525514Z BeforeRebuild; 2021-11-23T19:08:27.2749924Z Clean; 2021-11-23T19:08:27.2750567Z Build; 2021-11-23T19:08:27.2751045Z AfterRebuild; 2021-11-23T19:08:27.2751518Z 2021-11-23T19:08:27.2751991Z " (previous value: " 2021-11-23T19:08:27.2752463Z BeforeRebuild; 2021-11-23T19:08:27.2752924Z Clean; 2021-11-23T19:08:27.2753373Z Build; 2021-11-23T19:08:27.2753814Z AfterRebuild; 2021-11-23T19:08:27.2754395Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:27.2755039Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2755653Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2756412Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:27.2757586Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:27.2758367Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2758971Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2759584Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2760188Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2760772Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2761527Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:27.2762395Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:27.2763286Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:27.2764046Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:27.2764618Z AssignProjectConfiguration; 2021-11-23T19:08:27.2765143Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:27.2765799Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:27.2766733Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:27.2767387Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:27.2767962Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:27.2768535Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:27.2769099Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:27.2769614Z SolutionName=ProjectBServices; 2021-11-23T19:08:27.2770144Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:27.2770714Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:27.2771247Z SolutionExt=.sln; 2021-11-23T19:08:27.2771835Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:27.2772895Z Property reassignment: $(ProjectAssetsFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/project.assets.json" (previous value: "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj//project.assets.json") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 2021-11-23T19:08:27.2774898Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/Release/net5.0/ProjectB.Exceptions.assets.cache" (previous value: "obj\Release/net5.0/ProjectB.Exceptions.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:27.2775903Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.2776353Z 2021-11-23T19:08:27.2776731Z ResolveProjectReferences; 2021-11-23T19:08:27.2777130Z FindInvalidProjectReferences; 2021-11-23T19:08:27.2777544Z GetFrameworkPaths; 2021-11-23T19:08:27.2777941Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.2778320Z PrepareForBuild; 2021-11-23T19:08:27.2778899Z ResolveSDKReferences; 2021-11-23T19:08:27.2779307Z ExpandSDKReferences; 2021-11-23T19:08:27.2779659Z ; 2021-11-23T19:08:27.2780047Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.2780470Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.2781058Z " (previous value: " 2021-11-23T19:08:27.2781491Z ResolveProjectReferences; 2021-11-23T19:08:27.2783674Z FindInvalidProjectReferences; 2021-11-23T19:08:27.2784136Z GetFrameworkPaths; 2021-11-23T19:08:27.2784558Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.2785040Z PrepareForBuild; 2021-11-23T19:08:27.2785822Z ResolveSDKReferences; 2021-11-23T19:08:27.2786731Z ExpandSDKReferences; 2021-11-23T19:08:27.2787765Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:27.2788984Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:27.2789976Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.2793146Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.2794292Z 2021-11-23T19:08:27.2794916Z ; 2021-11-23T19:08:27.2795296Z PrepareResourceNames; 2021-11-23T19:08:27.2795688Z ResGen; 2021-11-23T19:08:27.2796074Z CompileLicxFiles 2021-11-23T19:08:27.2796427Z 2021-11-23T19:08:27.2796810Z " (previous value: " 2021-11-23T19:08:27.2797199Z ; 2021-11-23T19:08:27.2797565Z PrepareResourceNames; 2021-11-23T19:08:27.2797951Z ResGen; 2021-11-23T19:08:27.2798332Z CompileLicxFiles 2021-11-23T19:08:27.2799096Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:27.2799957Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:27.2801039Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:27.2802147Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:27.2803314Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:27.2804529Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:27.2805787Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:27.2806715Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:27.2807162Z 2021-11-23T19:08:27.2807698Z 2021-11-23T19:08:27.2808110Z ResolveProjectReferences; 2021-11-23T19:08:27.2808558Z FindInvalidProjectReferences; 2021-11-23T19:08:27.2808984Z GetFrameworkPaths; 2021-11-23T19:08:27.2809400Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.2809796Z PrepareForBuild; 2021-11-23T19:08:27.2810198Z ResolveSDKReferences; 2021-11-23T19:08:27.2810605Z ExpandSDKReferences; 2021-11-23T19:08:27.2810973Z ; 2021-11-23T19:08:27.2811377Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.2811798Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.2812207Z ; 2021-11-23T19:08:27.2812583Z ResolveTargetingPackAssets; 2021-11-23T19:08:27.2812998Z " (previous value: " 2021-11-23T19:08:27.2813409Z 2021-11-23T19:08:27.2813789Z ResolveProjectReferences; 2021-11-23T19:08:27.2814195Z FindInvalidProjectReferences; 2021-11-23T19:08:27.2817275Z GetFrameworkPaths; 2021-11-23T19:08:27.2817572Z GetReferenceAssemblyPaths; 2021-11-23T19:08:27.2817831Z PrepareForBuild; 2021-11-23T19:08:27.2818102Z ResolveSDKReferences; 2021-11-23T19:08:27.2818376Z ExpandSDKReferences; 2021-11-23T19:08:27.2818608Z ; 2021-11-23T19:08:27.2818875Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:27.2819162Z _HandlePackageFileConflicts; 2021-11-23T19:08:27.2819583Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:27.2820500Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/Release/net5.0/ProjectB.Exceptions.genruntimeconfig.cache" (previous value: "obj\Release/net5.0/ProjectB.Exceptions.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:27.2821897Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:27.2822712Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:27.2823517Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:27.2824123Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:27.2824442Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:27.2824687Z 2021-11-23T19:08:27.2824933Z BuildOnlySettings; 2021-11-23T19:08:27.2825197Z PrepareForBuild; 2021-11-23T19:08:27.2825442Z PreBuildEvent; 2021-11-23T19:08:27.2825703Z ResolveReferences; 2021-11-23T19:08:27.2825956Z PrepareResources; 2021-11-23T19:08:27.2826223Z ResolveKeySource; 2021-11-23T19:08:27.2826477Z Compile; 2021-11-23T19:08:27.2826722Z ExportWindowsMDFile; 2021-11-23T19:08:27.2827000Z UnmanagedUnregistration; 2021-11-23T19:08:27.2827281Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.2827575Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.2827852Z GenerateManifests; 2021-11-23T19:08:27.2828105Z GetTargetPath; 2021-11-23T19:08:27.2828362Z PrepareForRun; 2021-11-23T19:08:27.2828614Z UnmanagedRegistration; 2021-11-23T19:08:27.2828886Z IncrementalClean; 2021-11-23T19:08:27.2829280Z PostBuildEvent 2021-11-23T19:08:27.2829509Z ; 2021-11-23T19:08:27.2829767Z GenerateBuildDependencyFile; 2021-11-23T19:08:27.2830076Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:27.2830368Z " (previous value: " 2021-11-23T19:08:27.2830648Z BuildOnlySettings; 2021-11-23T19:08:27.2830897Z PrepareForBuild; 2021-11-23T19:08:27.2831155Z PreBuildEvent; 2021-11-23T19:08:27.2831415Z ResolveReferences; 2021-11-23T19:08:27.2831666Z PrepareResources; 2021-11-23T19:08:27.2831930Z ResolveKeySource; 2021-11-23T19:08:27.2832168Z Compile; 2021-11-23T19:08:27.2832425Z ExportWindowsMDFile; 2021-11-23T19:08:27.2832707Z UnmanagedUnregistration; 2021-11-23T19:08:27.2832988Z GenerateSerializationAssemblies; 2021-11-23T19:08:27.2833284Z CreateSatelliteAssemblies; 2021-11-23T19:08:27.2833547Z GenerateManifests; 2021-11-23T19:08:27.2833815Z GetTargetPath; 2021-11-23T19:08:27.2834074Z PrepareForRun; 2021-11-23T19:08:27.2834325Z UnmanagedRegistration; 2021-11-23T19:08:27.2834601Z IncrementalClean; 2021-11-23T19:08:27.2834861Z PostBuildEvent 2021-11-23T19:08:27.2835214Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:27.2835628Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:27.2835919Z _SdkBeforeClean; 2021-11-23T19:08:27.2836164Z 2021-11-23T19:08:27.2836550Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:27.2837102Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:27.2837412Z _SdkBeforeRebuild; 2021-11-23T19:08:27.2837656Z 2021-11-23T19:08:27.2837881Z BeforeRebuild; 2021-11-23T19:08:27.2838133Z Clean; 2021-11-23T19:08:27.2838356Z Build; 2021-11-23T19:08:27.2838601Z AfterRebuild; 2021-11-23T19:08:27.2838834Z 2021-11-23T19:08:27.2839072Z " (previous value: " 2021-11-23T19:08:27.2839345Z BeforeRebuild; 2021-11-23T19:08:27.2839578Z Clean; 2021-11-23T19:08:27.2839816Z Build; 2021-11-23T19:08:27.2840059Z AfterRebuild; 2021-11-23T19:08:27.2840411Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:27.2840819Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:27.2841086Z 2021-11-23T19:08:27.2841712Z ResolveReferences; 2021-11-23T19:08:27.2842254Z ResolveKeySource; 2021-11-23T19:08:27.2842548Z SetWin32ManifestProperties; 2021-11-23T19:08:27.2842886Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.2843220Z _GenerateCompileInputs; 2021-11-23T19:08:27.2843503Z BeforeCompile; 2021-11-23T19:08:27.2843801Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.2844109Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.2844416Z CoreCompile; 2021-11-23T19:08:27.2844709Z _TimeStampAfterCompile; 2021-11-23T19:08:27.2852295Z AfterCompile; 2021-11-23T19:08:27.2852574Z ; 2021-11-23T19:08:27.2852806Z _CreateAppHost; 2021-11-23T19:08:27.2853076Z _CreateComHost; 2021-11-23T19:08:27.2853347Z _GetIjwHostPaths; 2021-11-23T19:08:27.2853617Z " (previous value: " 2021-11-23T19:08:27.2853904Z ResolveReferences; 2021-11-23T19:08:27.2854174Z ResolveKeySource; 2021-11-23T19:08:27.2854463Z SetWin32ManifestProperties; 2021-11-23T19:08:27.2854777Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.2855070Z _GenerateCompileInputs; 2021-11-23T19:08:27.2855670Z BeforeCompile; 2021-11-23T19:08:27.2855950Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.2856267Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.2856564Z CoreCompile; 2021-11-23T19:08:27.2857011Z _TimeStampAfterCompile; 2021-11-23T19:08:27.2857307Z AfterCompile; 2021-11-23T19:08:27.2857712Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:27.2858176Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:27.2858512Z 2021-11-23T19:08:27.2858789Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.2859147Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.2859486Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.2859914Z ; 2021-11-23T19:08:27.2860191Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:27.2860663Z " (previous value: " 2021-11-23T19:08:27.2861108Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.2861441Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.2861903Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.2862287Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:27.2862751Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:27.2863069Z 2021-11-23T19:08:27.2863291Z ; 2021-11-23T19:08:27.2863511Z 2021-11-23T19:08:27.2863718Z ; 2021-11-23T19:08:27.2863962Z BuildOnlySettings; 2021-11-23T19:08:27.2864357Z PrepareForBuild; 2021-11-23T19:08:27.2864625Z AssignTargetPaths; 2021-11-23T19:08:27.2864890Z ResolveReferences 2021-11-23T19:08:27.2865116Z 2021-11-23T19:08:27.2865339Z ; 2021-11-23T19:08:27.2865576Z _GenerateDesignerDepsFile; 2021-11-23T19:08:27.2865879Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:27.2866183Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:27.2866465Z " (previous value: " 2021-11-23T19:08:27.2866723Z ; 2021-11-23T19:08:27.2866928Z 2021-11-23T19:08:27.2867202Z ; 2021-11-23T19:08:27.2867446Z BuildOnlySettings; 2021-11-23T19:08:27.2867696Z PrepareForBuild; 2021-11-23T19:08:27.2867960Z AssignTargetPaths; 2021-11-23T19:08:27.2868210Z ResolveReferences 2021-11-23T19:08:27.2868451Z 2021-11-23T19:08:27.2868811Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:27.2869433Z Property reassignment: $(PublishReadyToRunComposite)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets (23,5) 2021-11-23T19:08:27.2870409Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/Release/net5.0/ProjectB.Exceptions.shiminput.cache" (previous value: "obj\Release/net5.0/ProjectB.Exceptions.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:27.2871614Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/Release/net5.0/ProjectB.Exceptions.shimcreated.sentinel" (previous value: "obj\Release/net5.0/ProjectB.Exceptions.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:27.2872608Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:27.2873528Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET5_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:27.2874315Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:27.2875037Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:27.2876270Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:27.2877133Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:27.2878218Z 2021-11-23T19:08:27.2878519Z ResolveReferences; 2021-11-23T19:08:27.2878798Z ResolveKeySource; 2021-11-23T19:08:27.2879087Z SetWin32ManifestProperties; 2021-11-23T19:08:27.2879387Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.2879696Z _GenerateCompileInputs; 2021-11-23T19:08:27.2879974Z BeforeCompile; 2021-11-23T19:08:27.2880400Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.2880694Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.2881114Z CoreCompile; 2021-11-23T19:08:27.2881384Z _TimeStampAfterCompile; 2021-11-23T19:08:27.2881907Z AfterCompile; 2021-11-23T19:08:27.2882655Z ; 2021-11-23T19:08:27.2882916Z _CreateAppHost; 2021-11-23T19:08:27.2883160Z _CreateComHost; 2021-11-23T19:08:27.2883423Z _GetIjwHostPaths; 2021-11-23T19:08:27.2883700Z " (previous value: " 2021-11-23T19:08:27.2883963Z ResolveReferences; 2021-11-23T19:08:27.2884714Z ResolveKeySource; 2021-11-23T19:08:27.2884986Z SetWin32ManifestProperties; 2021-11-23T19:08:27.2885295Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:27.2885597Z _GenerateCompileInputs; 2021-11-23T19:08:27.2885850Z BeforeCompile; 2021-11-23T19:08:27.2886120Z _TimeStampBeforeCompile; 2021-11-23T19:08:27.2886414Z _GenerateCompileDependencyCache; 2021-11-23T19:08:27.2886683Z CoreCompile; 2021-11-23T19:08:27.2886950Z _TimeStampAfterCompile; 2021-11-23T19:08:27.2887203Z AfterCompile; 2021-11-23T19:08:27.2887574Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:27.2888016Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:27.2888309Z 2021-11-23T19:08:27.2888573Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.2888890Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.2889182Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.2889436Z ; 2021-11-23T19:08:27.2889681Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:27.2889974Z " (previous value: " 2021-11-23T19:08:27.2890273Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:27.2890571Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:27.2891933Z GenerateSatelliteAssemblies 2021-11-23T19:08:27.2892432Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:27.2892967Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:27.2893581Z 2021-11-23T19:08:27.2893835Z ; 2021-11-23T19:08:27.2894101Z 2021-11-23T19:08:27.2894364Z ; 2021-11-23T19:08:27.2894949Z BuildOnlySettings; 2021-11-23T19:08:27.2895232Z PrepareForBuild; 2021-11-23T19:08:27.2895498Z AssignTargetPaths; 2021-11-23T19:08:27.2895944Z ResolveReferences 2021-11-23T19:08:27.2896195Z 2021-11-23T19:08:27.2896405Z ; 2021-11-23T19:08:27.2897530Z _GenerateDesignerDepsFile; 2021-11-23T19:08:27.2897836Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:27.3091295Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:27.3091668Z " (previous value: " 2021-11-23T19:08:27.3091910Z ; 2021-11-23T19:08:27.3092128Z 2021-11-23T19:08:27.3093703Z ; 2021-11-23T19:08:27.3106448Z BuildOnlySettings; 2021-11-23T19:08:27.3106754Z PrepareForBuild; 2021-11-23T19:08:27.3106997Z AssignTargetPaths; 2021-11-23T19:08:27.3107260Z ResolveReferences 2021-11-23T19:08:27.3107498Z 2021-11-23T19:08:27.3107834Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:27.3120602Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/Release/net6.0/ProjectB.ExternalIntegration.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.ExternalIntegration.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:27.3122117Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/Release/net6.0/ProjectB.ExternalIntegration.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.ExternalIntegration.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:27.3123322Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:27.3124130Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:27.3124913Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:27.3141561Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:27.3142315Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:27.3143335Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:27.3144380Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:27.3145472Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:27.3146341Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.3147196Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.3148079Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:27.3148967Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:27.3149828Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.3150776Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:27.3151730Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.3152666Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.3153632Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:27.3154543Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.3155595Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.3156552Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.3157496Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.3158230Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.3159223Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.3160647Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:27.3161833Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:27.3162949Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.3164891Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.3165999Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:27.3166871Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.3167783Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.3168697Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20) on node 2 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.3169713Z 20>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (entry point): 2021-11-23T19:08:27.3170558Z 20>Done building target "_IsProjectRestoreSupported" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.3171324Z 20>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.3172085Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.3173208Z 19>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (entry point): 2021-11-23T19:08:27.3173864Z 19>Done building target "_IsProjectRestoreSupported" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.3174568Z 19>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.3175613Z 0>Resolving SDK 'Microsoft.Docker.Sdk'... 2021-11-23T19:08:27.3176327Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/DockerCompose/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:27.3176897Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3177269Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3177651Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3178032Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3178799Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:27.3344709Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3345130Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3369028Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:27.3369787Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3370179Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3370732Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3371129Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3371522Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3372041Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:27.3372691Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:27.3373587Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:27.3374309Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:27.3374996Z AssignProjectConfiguration; 2021-11-23T19:08:27.3375680Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:27.3376199Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:27.3377268Z The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified. 2021-11-23T19:08:27.3377861Z Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)=" 2021-11-23T19:08:27.3378297Z ExcludeRestorePackageImports=true; 2021-11-23T19:08:27.3378657Z _RestoreSolutionFileUsed=true; 2021-11-23T19:08:27.3379023Z SolutionDir=/home/vsts/work/1/s/src/; 2021-11-23T19:08:27.3379381Z SolutionName=ProjectBServices; 2021-11-23T19:08:27.3380147Z SolutionFileName=ProjectBServices.sln; 2021-11-23T19:08:27.3381108Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln; 2021-11-23T19:08:27.3381457Z SolutionExt=.sln; 2021-11-23T19:08:27.3381855Z " (previous value: "ExcludeRestorePackageImports=true") at /usr/share/dotnet/sdk/6.0.100/NuGet.targets (84,5) 2021-11-23T19:08:27.3426902Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:27.3428646Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.3429713Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.3430436Z The target "ResolveCodeAnalysisRuleSet" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (520,9)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.3431129Z The target "AddSourceRevisionToInformationalVersion" listed in a BeforeTargets attribute at "/home/vsts/work/1/s/Directory.Build.targets (2,53)" does not exist in the project, and will be ignored. 2021-11-23T19:08:27.3444125Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (21) on node 2 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.3447474Z 21>Project file contains ToolsVersion="15.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="Current". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424. 2021-11-23T19:08:27.3450039Z 21>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (entry point): 2021-11-23T19:08:27.3450811Z 21>Done building target "_IsProjectRestoreSupported" in project "docker-compose.dcproj". 2021-11-23T19:08:27.3451485Z 21>Done Building Project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.3503906Z 1>Done executing task "MSBuild". 2021-11-23T19:08:27.3550858Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.3551418Z Using "WarnForInvalidProjectsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.3551766Z Task "WarnForInvalidProjectsTask" 2021-11-23T19:08:27.3555355Z (in) AllProjects '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj;/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj;/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj;/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj;/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj;/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj;/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj;/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj;/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj' 2021-11-23T19:08:27.3560764Z (in) ValidProjects '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj;/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj;/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj;/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj;/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj;/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj;/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj;/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj;/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj' 2021-11-23T19:08:27.3563058Z Done executing task "WarnForInvalidProjectsTask". 2021-11-23T19:08:27.3563412Z 1>Done building target "_FilterRestoreGraphProjectInputItems" in project "ProjectBServices.sln". 2021-11-23T19:08:27.3579668Z Target "_FilterRestoreGraphProjectInputItems" skipped. Previously built successfully. 2021-11-23T19:08:27.3580259Z 1>Target "_GetAllRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (target "_GenerateRestoreGraph" depends on it): 2021-11-23T19:08:27.3581109Z Using "NuGetMessageTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.3581468Z Task "NuGetMessageTask" 2021-11-23T19:08:27.3667419Z Determining projects to restore... 2021-11-23T19:08:27.3667789Z Done executing task "NuGetMessageTask". 2021-11-23T19:08:27.3668053Z Task "MSBuild" 2021-11-23T19:08:27.3668475Z Global Properties: 2021-11-23T19:08:27.3668746Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.3669039Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.3669351Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.3669633Z SolutionName=ProjectBServices 2021-11-23T19:08:27.3669940Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.3670524Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.3670825Z SolutionExt=.sln 2021-11-23T19:08:27.3671219Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj": 2021-11-23T19:08:27.3671600Z Configuration=Release 2021-11-23T19:08:27.3671857Z Platform=AnyCPU 2021-11-23T19:08:27.3672241Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj": 2021-11-23T19:08:27.3672616Z Configuration=Release 2021-11-23T19:08:27.3672871Z Platform=AnyCPU 2021-11-23T19:08:27.3673262Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:27.3673654Z Configuration=Release 2021-11-23T19:08:27.3673906Z Platform=AnyCPU 2021-11-23T19:08:27.3674295Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj": 2021-11-23T19:08:27.3674715Z Configuration=Release 2021-11-23T19:08:27.3674969Z Platform=AnyCPU 2021-11-23T19:08:27.3675361Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:27.3675772Z Configuration=Release 2021-11-23T19:08:27.3676029Z Platform=AnyCPU 2021-11-23T19:08:27.3676358Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj": 2021-11-23T19:08:27.3676712Z Configuration=Release 2021-11-23T19:08:27.3676964Z Platform=AnyCPU 2021-11-23T19:08:27.3677435Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj": 2021-11-23T19:08:27.3677787Z Configuration=Release 2021-11-23T19:08:27.3678028Z Platform=AnyCPU 2021-11-23T19:08:27.3678428Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj": 2021-11-23T19:08:27.3679011Z Configuration=Release 2021-11-23T19:08:27.3679259Z Platform=AnyCPU 2021-11-23T19:08:27.3679672Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj": 2021-11-23T19:08:27.3680091Z Configuration=Release 2021-11-23T19:08:27.3680340Z Platform=AnyCPU 2021-11-23T19:08:27.3680723Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj": 2021-11-23T19:08:27.3681108Z Configuration=Release 2021-11-23T19:08:27.3681360Z Platform=AnyCPU 2021-11-23T19:08:27.3681792Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj": 2021-11-23T19:08:27.3682219Z Configuration=Release 2021-11-23T19:08:27.3682482Z Platform=AnyCPU 2021-11-23T19:08:27.3682879Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:27.3683268Z Configuration=Release 2021-11-23T19:08:27.3683528Z Platform=AnyCPU 2021-11-23T19:08:27.3684118Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj": 2021-11-23T19:08:27.3684537Z Configuration=Release 2021-11-23T19:08:27.3684791Z Platform=AnyCPU 2021-11-23T19:08:27.3685120Z Additional Properties for project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj": 2021-11-23T19:08:27.3685473Z Configuration=Release 2021-11-23T19:08:27.3685727Z Platform=AnyCPU 2021-11-23T19:08:27.3686128Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj": 2021-11-23T19:08:27.3686672Z Configuration=Release 2021-11-23T19:08:27.3686934Z Platform=AnyCPU 2021-11-23T19:08:27.3687287Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj": 2021-11-23T19:08:27.3687660Z Configuration=Release 2021-11-23T19:08:27.3687912Z Platform=AnyCPU 2021-11-23T19:08:27.3688270Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:27.3688649Z Configuration=Release 2021-11-23T19:08:27.3688888Z Platform=AnyCPU 2021-11-23T19:08:27.3689317Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:27.3689762Z Configuration=Release 2021-11-23T19:08:27.3690000Z Platform=AnyCPU 2021-11-23T19:08:27.3690408Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:27.3690818Z Configuration=Release 2021-11-23T19:08:27.3691059Z Platform=AnyCPU 2021-11-23T19:08:27.3692053Z Additional Properties for project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj": 2021-11-23T19:08:27.3692439Z Configuration=Release 2021-11-23T19:08:27.3692704Z Platform=AnyCPU 2021-11-23T19:08:27.3693232Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:2) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3694356Z 5:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.3695229Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3696153Z 2:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.3733266Z 2:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.3734065Z Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:27.3734667Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.3734966Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.3735364Z 2:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.3736053Z 2:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.3736764Z 2:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.3737452Z 2:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.3738188Z Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:27.3738793Z Task "RemoveDuplicates" 2021-11-23T19:08:27.3739088Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.3814121Z 2:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.3814807Z 2:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (entry point): 2021-11-23T19:08:27.3815426Z Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:27.3815802Z Task "MSBuild" 2021-11-23T19:08:27.3816065Z Global Properties: 2021-11-23T19:08:27.3816328Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.3816610Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.3816895Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.3817176Z SolutionName=ProjectBServices 2021-11-23T19:08:27.3817474Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.3817793Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.3818091Z SolutionExt=.sln 2021-11-23T19:08:27.3818610Z 2:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:2) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3819879Z 14:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.3821792Z 14:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.3822618Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.3822904Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.3823261Z 14:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "EM.Shared.csproj". 2021-11-23T19:08:27.3823895Z 14:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.3824530Z 14:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "EM.Shared.csproj". 2021-11-23T19:08:27.3831987Z 14:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.3832621Z Task "RemoveDuplicates" 2021-11-23T19:08:27.3832897Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.3833235Z 14:2>Done building target "_GenerateRestoreProjectPathItems" in project "EM.Shared.csproj". 2021-11-23T19:08:27.3833769Z 14:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (entry point): 2021-11-23T19:08:27.3834493Z Task "MSBuild" 2021-11-23T19:08:27.3834870Z Done executing task "MSBuild". 2021-11-23T19:08:27.3948432Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.3948907Z Task "RemoveDuplicates" 2021-11-23T19:08:27.3949196Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.3949559Z 14:2>Done building target "_GenerateRestoreProjectPathWalk" in project "EM.Shared.csproj". 2021-11-23T19:08:27.3950229Z 14:2>Done Building Project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3950844Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3951558Z 14:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.3951988Z 14:3>Done Building Project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3952686Z 2:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3953733Z 6:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.3954543Z 6:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.3955173Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.3955446Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.3955838Z 6:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.3978671Z 6:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.3979733Z 6:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.3980426Z 6:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.3981191Z Task "RemoveDuplicates" 2021-11-23T19:08:27.3981476Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.3981845Z 6:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.3982447Z 6:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (entry point): 2021-11-23T19:08:27.3982952Z Task "MSBuild" 2021-11-23T19:08:27.3983200Z Global Properties: 2021-11-23T19:08:27.3983461Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.3983742Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.3984013Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.3984303Z SolutionName=ProjectBServices 2021-11-23T19:08:27.3984772Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.3985099Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.3985406Z SolutionExt=.sln 2021-11-23T19:08:27.3986183Z 6:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3987367Z 13:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.3988378Z 13:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.3989187Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.3989636Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.3990005Z 13:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.3990690Z 13:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.3991385Z 13:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.3992053Z 13:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.3992597Z Task "RemoveDuplicates" 2021-11-23T19:08:27.3992868Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.3993228Z 13:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.3993792Z 13:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (entry point): 2021-11-23T19:08:27.3994395Z Task "MSBuild" 2021-11-23T19:08:27.3994652Z Done executing task "MSBuild". 2021-11-23T19:08:27.3995309Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.3995774Z Task "RemoveDuplicates" 2021-11-23T19:08:27.3996049Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.3996396Z 13:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.3997069Z 13:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3997750Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3998336Z 13:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.3998836Z 13:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.3999610Z 6:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4001731Z 19:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4002762Z 19:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4003769Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4004328Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4004744Z 19:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.4006041Z 19:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4006897Z 19:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.4007822Z 19:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4008423Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4009022Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4009393Z 19:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.4009981Z 19:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (entry point): 2021-11-23T19:08:27.4010476Z Task "MSBuild" 2021-11-23T19:08:27.4010726Z Done executing task "MSBuild". 2021-11-23T19:08:27.4011430Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4012027Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4012301Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4012660Z 19:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.4013179Z 19:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4014048Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4014644Z 19:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4015336Z 19:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4015804Z 6:2>Done executing task "MSBuild". 2021-11-23T19:08:27.4019305Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4019747Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4020021Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4020377Z 6:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.4021120Z 6:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4021842Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4022427Z 6:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4023093Z 6:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4023781Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4024743Z 3:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4025679Z 3:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4026318Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4026616Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4026998Z 3:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.4027706Z 3:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4028420Z 3:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.4029248Z 3:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4029957Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4030239Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4030589Z 3:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.4031180Z 3:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (entry point): 2021-11-23T19:08:27.4031666Z Task "MSBuild" 2021-11-23T19:08:27.4031900Z Done executing task "MSBuild". 2021-11-23T19:08:27.4032561Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4032970Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4033234Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4033597Z 3:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.4034107Z 3:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4034772Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4035683Z 4:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4036471Z 4:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4037101Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4037499Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4037900Z 4:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.4038609Z 4:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4039303Z 4:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.4039997Z 4:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4040585Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4041022Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4041407Z 4:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.4042034Z 4:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (entry point): 2021-11-23T19:08:27.4042533Z Task "MSBuild" 2021-11-23T19:08:27.4042790Z Global Properties: 2021-11-23T19:08:27.4043076Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.4043350Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.4043757Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.4044057Z SolutionName=ProjectBServices 2021-11-23T19:08:27.4044348Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.4044699Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.4044993Z SolutionExt=.sln 2021-11-23T19:08:27.4045596Z 4:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4046415Z 3:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4046884Z 3:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4047649Z 4:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:4) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4048323Z 6:4>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4048818Z 6:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4049438Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (7:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4050327Z 7:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4051066Z 7:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4051752Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4052029Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4052581Z 7:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.4053215Z 7:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4053868Z 7:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.4054499Z 7:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4055047Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4055312Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4055879Z 7:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.4056413Z 7:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (entry point): 2021-11-23T19:08:27.4056839Z Task "MSBuild" 2021-11-23T19:08:27.4057087Z Global Properties: 2021-11-23T19:08:27.4057363Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.4057627Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.4057915Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.4058300Z SolutionName=ProjectBServices 2021-11-23T19:08:27.4058601Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.4058933Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.4059222Z SolutionExt=.sln 2021-11-23T19:08:27.4059699Z 7:2>Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (7:2) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14:4) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4060250Z 14:4>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4060675Z 14:4>Done Building Project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4153095Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (9:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4154215Z 9:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4155025Z 9:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4155621Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4155908Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4156295Z 9:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.4156974Z 9:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4157672Z 9:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.4158588Z 9:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4159537Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4159812Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4160199Z 9:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.4160827Z 9:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (entry point): 2021-11-23T19:08:27.4161339Z Task "MSBuild" 2021-11-23T19:08:27.4161602Z Global Properties: 2021-11-23T19:08:27.4161881Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.4162343Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.4162640Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.4162923Z SolutionName=ProjectBServices 2021-11-23T19:08:27.4163228Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.4163569Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.4164023Z SolutionExt=.sln 2021-11-23T19:08:27.4164512Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (11:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4165449Z 11:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4166338Z 11:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4166939Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4167225Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4225944Z 11:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:27.4226724Z 11:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4227402Z 11:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:27.4228017Z 11:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4228552Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4228817Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4229153Z 11:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:27.4229702Z 11:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (entry point): 2021-11-23T19:08:27.4230152Z Task "MSBuild" 2021-11-23T19:08:27.4230379Z Done executing task "MSBuild". 2021-11-23T19:08:27.4231132Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4231540Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4232004Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4232366Z 11:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:27.4232832Z 11:2>Done Building Project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4233471Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (16:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4234421Z 16:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4235389Z 16:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4236027Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4236298Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4236698Z 16:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:27.4237429Z 16:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4238290Z 16:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:27.4239011Z 16:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4239609Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4240043Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4240413Z 16:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:27.4241027Z 16:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (entry point): 2021-11-23T19:08:27.4241512Z Task "MSBuild" 2021-11-23T19:08:27.4241754Z Global Properties: 2021-11-23T19:08:27.4242020Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.4242277Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.4242560Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.4242842Z SolutionName=ProjectBServices 2021-11-23T19:08:27.4243116Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.4243439Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.4243715Z SolutionExt=.sln 2021-11-23T19:08:27.4244291Z 16:2>Project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (16:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:4) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4244937Z 3:4>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4245400Z 3:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4246265Z 16:2>Project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (16:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:5) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4246936Z 6:5>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4247418Z 6:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4247827Z 16:2>Done executing task "MSBuild". 2021-11-23T19:08:27.4248481Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4248889Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4249139Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4249514Z 16:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:27.4250234Z 16:2>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4250892Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4251777Z 18:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4252673Z 18:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4253607Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4254088Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4254504Z 18:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.4255219Z 18:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4255950Z 18:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.4256819Z 18:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4257853Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4258105Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4258454Z 18:2>Done building target "_GenerateRestoreProjectPathItems" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.4258987Z 18:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (entry point): 2021-11-23T19:08:27.4259442Z Task "MSBuild" 2021-11-23T19:08:27.4259684Z Done executing task "MSBuild". 2021-11-23T19:08:27.4260310Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4260864Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4261150Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4261482Z 18:2>Done building target "_GenerateRestoreProjectPathWalk" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.4262104Z 18:2>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4262831Z 5:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4263555Z 5:2>Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:27.4263947Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4264274Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4264645Z 5:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.4265291Z 5:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4266149Z 5:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.4267086Z 5:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4267824Z Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:27.4268381Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4268659Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4269011Z 5:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.4269588Z 5:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (entry point): 2021-11-23T19:08:27.4270383Z Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:27.4270732Z Task "MSBuild" 2021-11-23T19:08:27.4270979Z Global Properties: 2021-11-23T19:08:27.4271248Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.4271511Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.4271788Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.4272070Z SolutionName=ProjectBServices 2021-11-23T19:08:27.4272344Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.4272672Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.4272949Z SolutionExt=.sln 2021-11-23T19:08:27.4337276Z 5:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:5) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4339336Z 3:5>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4351222Z 3:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4441751Z 5:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10:2) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4443251Z 10:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4444245Z 10:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4444867Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4450622Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4451066Z 10:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.4476339Z 10:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4477080Z 10:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.4477953Z 10:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4478548Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4478827Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4479401Z 10:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.4480025Z 10:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (entry point): 2021-11-23T19:08:27.4480542Z Task "MSBuild" 2021-11-23T19:08:27.4480783Z Done executing task "MSBuild". 2021-11-23T19:08:27.4481720Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4507895Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4508272Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4508744Z 10:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.4509658Z 10:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4510640Z 9:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (9:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10:3) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4511512Z 10:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4512037Z 10:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4512750Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10:4) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4513380Z 10:4>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4514050Z 10:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4514681Z 9:2>Done executing task "MSBuild". 2021-11-23T19:08:27.4515680Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4516122Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4516394Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4516780Z 9:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.4517313Z 9:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4560514Z 7:2>Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (7:2) is building "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (17:2) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4561697Z 17:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4562669Z 17:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4563293Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4563580Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4563980Z 17:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "Geography.Api.csproj". 2021-11-23T19:08:27.4564913Z 17:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4565779Z 17:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "Geography.Api.csproj". 2021-11-23T19:08:27.4567075Z 17:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4567761Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4568088Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4568537Z 17:2>Done building target "_GenerateRestoreProjectPathItems" in project "Geography.Api.csproj". 2021-11-23T19:08:27.4569243Z 17:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (entry point): 2021-11-23T19:08:27.4569819Z Task "MSBuild" 2021-11-23T19:08:27.4570284Z Global Properties: 2021-11-23T19:08:27.4570920Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.4571205Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.4571508Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.4571814Z SolutionName=ProjectBServices 2021-11-23T19:08:27.4572114Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.4572622Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.4572916Z SolutionExt=.sln 2021-11-23T19:08:27.4587605Z 17:2>Project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (17:2) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4588381Z 18:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4588861Z 18:3>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4646991Z 17:2>Done executing task "MSBuild". 2021-11-23T19:08:27.4667571Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4670715Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4678958Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4694612Z 17:2>Done building target "_GenerateRestoreProjectPathWalk" in project "Geography.Api.csproj". 2021-11-23T19:08:27.4729643Z 17:2>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4739119Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (17:3) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4742114Z 17:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4743118Z 17:3>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4758109Z 7:2>Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (7:2) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (8:2) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4760050Z 8:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4770901Z 8:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4782783Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4783571Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4784031Z 8:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectA.Api.csproj". 2021-11-23T19:08:27.4784744Z 8:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4785432Z 8:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectA.Api.csproj". 2021-11-23T19:08:27.4786253Z 8:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4786809Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4787074Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4787442Z 8:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectA.Api.csproj". 2021-11-23T19:08:27.4787970Z 8:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (entry point): 2021-11-23T19:08:27.4788426Z Task "MSBuild" 2021-11-23T19:08:27.4788682Z Global Properties: 2021-11-23T19:08:27.4788951Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.4789239Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.4789532Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.4789817Z SolutionName=ProjectBServices 2021-11-23T19:08:27.4790130Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.4790468Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.4790761Z SolutionExt=.sln 2021-11-23T19:08:27.4791557Z 8:2>Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (8:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (9:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4792180Z 9:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4792663Z 9:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4793363Z 8:2>Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (8:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:4) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4793975Z 13:4>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4794455Z 13:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4801938Z 8:2>Done executing task "MSBuild". 2021-11-23T19:08:27.4805261Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4805707Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4816260Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4817783Z 8:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectA.Api.csproj". 2021-11-23T19:08:27.4824924Z 8:2>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4834144Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (8:3) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4835038Z 8:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4835515Z 8:3>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4856248Z 7:2>Done executing task "MSBuild". 2021-11-23T19:08:27.4857165Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4857606Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4857875Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4858428Z 7:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.4858905Z 7:2>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4859698Z 4:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:2) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4860995Z 20:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.4868125Z 20:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.4868884Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.4869203Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.4869607Z 20:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.4871756Z 20:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.4872743Z 20:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.4873514Z 20:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.4878056Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4878797Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4879257Z 20:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.4885061Z 20:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (entry point): 2021-11-23T19:08:27.4885626Z Task "MSBuild" 2021-11-23T19:08:27.4893818Z Global Properties: 2021-11-23T19:08:27.4894809Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.4895095Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.4895392Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.4895689Z SolutionName=ProjectBServices 2021-11-23T19:08:27.4895981Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.4900563Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.4901092Z SolutionExt=.sln 2021-11-23T19:08:27.4921519Z 20:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:2) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:4) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4922335Z 18:4>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4922846Z 18:4>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4929023Z 20:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:6) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4930169Z 6:6>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4930926Z 6:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4931462Z 20:2>Done executing task "MSBuild". 2021-11-23T19:08:27.4932496Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4938069Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4938748Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4948055Z 20:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.4948670Z 20:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4975824Z 2:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:3) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4976865Z 20:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4977421Z 20:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4978187Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:4) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4978819Z 20:4>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4979363Z 20:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4979992Z 4:2>Done executing task "MSBuild". 2021-11-23T19:08:27.4981165Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.4981595Z Task "RemoveDuplicates" 2021-11-23T19:08:27.4981878Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.4982257Z 4:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.4985610Z 4:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4986658Z 5:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.4987343Z 4:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.4988935Z 4:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5022115Z 2:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (15:2) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5023413Z 15:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.5024263Z 15:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.5024917Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.5025205Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.5025594Z 15:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.5026340Z 15:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.5027089Z 15:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.5028044Z 15:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.5028658Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5028918Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5029302Z 15:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.5030120Z 15:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (entry point): 2021-11-23T19:08:27.5030623Z Task "MSBuild" 2021-11-23T19:08:27.5030864Z Global Properties: 2021-11-23T19:08:27.5031133Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.5031391Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.5031671Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.5031950Z SolutionName=ProjectBServices 2021-11-23T19:08:27.5032224Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.5032547Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.5032823Z SolutionExt=.sln 2021-11-23T19:08:27.5033420Z 15:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (15:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:7) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5034465Z 6:7>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.5035164Z 6:7>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5055150Z 15:2>Done executing task "MSBuild". 2021-11-23T19:08:27.5056000Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.5056430Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5056704Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5057090Z 15:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.5057660Z 15:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5058399Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (15:3) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5059012Z 15:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.5065910Z 15:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5066529Z 5:2>Done executing task "MSBuild". 2021-11-23T19:08:27.5083953Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.5106508Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5106839Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5107209Z 5:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.5107916Z 5:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5163634Z 2:2>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:3) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5173273Z 5:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.5173892Z 5:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5174311Z 2:2>Done executing task "MSBuild". 2021-11-23T19:08:27.5175082Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.5175502Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5175753Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5176104Z 2:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.5176644Z 2:2>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5177302Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (12:2) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5178495Z 12:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.5179296Z 12:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.5179920Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.5180200Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.5180580Z 12:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:27.5184651Z 12:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.5185505Z 12:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:27.5186220Z 12:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.5186800Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5187053Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5187426Z 12:2>Done building target "_GenerateRestoreProjectPathItems" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:27.5188044Z 12:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (entry point): 2021-11-23T19:08:27.5188536Z Task "MSBuild" 2021-11-23T19:08:27.5188781Z Global Properties: 2021-11-23T19:08:27.5189232Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.5189518Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.5189799Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.5190065Z SolutionName=ProjectBServices 2021-11-23T19:08:27.5193257Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.5193688Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.5194048Z SolutionExt=.sln 2021-11-23T19:08:27.5195125Z 12:2>Project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (12:2) is building "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (16:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5196843Z 16:3>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.5197334Z 16:3>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5198109Z 12:2>Project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (12:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:4) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5198778Z 4:4>Target "_GenerateRestoreProjectPathWalk" skipped. Previously built successfully. 2021-11-23T19:08:27.5199263Z 4:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5199938Z 12:2>Done executing task "MSBuild". 2021-11-23T19:08:27.5201547Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.5201987Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5202254Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5202608Z 12:2>Done building target "_GenerateRestoreProjectPathWalk" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:27.5203138Z 12:2>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5218727Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (21:2) on node 2 (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5223654Z 21:2>Project file contains ToolsVersion="15.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="Current". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424. 2021-11-23T19:08:27.5225068Z Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.5226158Z 21:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 2021-11-23T19:08:27.5226747Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:27.5227036Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:27.5230736Z 21:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "docker-compose.dcproj". 2021-11-23T19:08:27.5286657Z 21:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateRestoreProjectPathItems" depends on it): 2021-11-23T19:08:27.5287903Z 21:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "docker-compose.dcproj". 2021-11-23T19:08:27.5288844Z 21:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 2021-11-23T19:08:27.5289383Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5289636Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5290181Z 21:2>Done building target "_GenerateRestoreProjectPathItems" in project "docker-compose.dcproj". 2021-11-23T19:08:27.5290973Z 21:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (entry point): 2021-11-23T19:08:27.5291420Z Task "MSBuild" 2021-11-23T19:08:27.5291664Z Done executing task "MSBuild". 2021-11-23T19:08:27.5292260Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.5292637Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5292902Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5293405Z 21:2>Done building target "_GenerateRestoreProjectPathWalk" in project "docker-compose.dcproj". 2021-11-23T19:08:27.5294075Z 21:2>Done Building Project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (_GenerateRestoreProjectPathWalk target(s)). 2021-11-23T19:08:27.5294712Z 1>Done executing task "MSBuild". 2021-11-23T19:08:27.5295361Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.5295753Z Task "RemoveDuplicates" 2021-11-23T19:08:27.5296017Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:27.5296252Z Task "MSBuild" 2021-11-23T19:08:27.5296493Z Global Properties: 2021-11-23T19:08:27.5296763Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.5297020Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.5297298Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.5297564Z SolutionName=ProjectBServices 2021-11-23T19:08:27.5297856Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.5298178Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.5298460Z SolutionExt=.sln 2021-11-23T19:08:27.5298788Z Additional Properties for project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj": 2021-11-23T19:08:27.5299118Z Configuration=Release 2021-11-23T19:08:27.5299350Z Platform=AnyCPU 2021-11-23T19:08:27.5299716Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj": 2021-11-23T19:08:27.5300082Z Configuration=Release 2021-11-23T19:08:27.5300310Z Platform=AnyCPU 2021-11-23T19:08:27.5341803Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj": 2021-11-23T19:08:27.5343930Z Configuration=Release 2021-11-23T19:08:27.5345974Z Platform=AnyCPU 2021-11-23T19:08:27.5348487Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:27.5350551Z Configuration=Release 2021-11-23T19:08:27.5353980Z Platform=AnyCPU 2021-11-23T19:08:27.5355910Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:27.5387620Z Configuration=Release 2021-11-23T19:08:27.5387912Z Platform=AnyCPU 2021-11-23T19:08:27.5388307Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj": 2021-11-23T19:08:27.5388699Z Configuration=Release 2021-11-23T19:08:27.5388926Z Platform=AnyCPU 2021-11-23T19:08:27.5389326Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj": 2021-11-23T19:08:27.5389709Z Configuration=Release 2021-11-23T19:08:27.5389935Z Platform=AnyCPU 2021-11-23T19:08:27.5390321Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:27.5390681Z Configuration=Release 2021-11-23T19:08:27.5390927Z Platform=AnyCPU 2021-11-23T19:08:27.5391282Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:27.5391625Z Configuration=Release 2021-11-23T19:08:27.5391867Z Platform=AnyCPU 2021-11-23T19:08:27.5392231Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:27.5392585Z Configuration=Release 2021-11-23T19:08:27.5392827Z Platform=AnyCPU 2021-11-23T19:08:27.5393193Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:27.5393581Z Configuration=Release 2021-11-23T19:08:27.5394050Z Platform=AnyCPU 2021-11-23T19:08:27.5414249Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj": 2021-11-23T19:08:27.5415108Z Configuration=Release 2021-11-23T19:08:27.5415514Z Platform=AnyCPU 2021-11-23T19:08:27.5415975Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj": 2021-11-23T19:08:27.5416458Z Configuration=Release 2021-11-23T19:08:27.5416817Z Platform=AnyCPU 2021-11-23T19:08:27.5417268Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj": 2021-11-23T19:08:27.5417724Z Configuration=Release 2021-11-23T19:08:27.5418085Z Platform=AnyCPU 2021-11-23T19:08:27.5418562Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj": 2021-11-23T19:08:27.5419080Z Configuration=Release 2021-11-23T19:08:27.5419442Z Platform=AnyCPU 2021-11-23T19:08:27.5419878Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj": 2021-11-23T19:08:27.5420343Z Configuration=Release 2021-11-23T19:08:27.5420880Z Platform=AnyCPU 2021-11-23T19:08:27.5421395Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj": 2021-11-23T19:08:27.5421880Z Configuration=Release 2021-11-23T19:08:27.5422242Z Platform=AnyCPU 2021-11-23T19:08:27.5422740Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj": 2021-11-23T19:08:27.5423262Z Configuration=Release 2021-11-23T19:08:27.5423623Z Platform=AnyCPU 2021-11-23T19:08:27.5424123Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj": 2021-11-23T19:08:27.5424664Z Configuration=Release 2021-11-23T19:08:27.5425027Z Platform=AnyCPU 2021-11-23T19:08:27.5426056Z Additional Properties for project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj": 2021-11-23T19:08:27.5426934Z Configuration=Release 2021-11-23T19:08:27.5427296Z Platform=AnyCPU 2021-11-23T19:08:27.5427754Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14:5) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5428479Z 14:5>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5428891Z 14:5>Done Building Project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5429482Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:4) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5430043Z 5:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5430488Z 5:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5431158Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (15:4) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5431744Z 15:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5432232Z 15:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5433128Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:5) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5433729Z 20:5>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5434221Z 20:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5434888Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:8) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5435453Z 6:8>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5435926Z 6:8>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5436587Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:5) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5437138Z 4:5>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5437609Z 4:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5438266Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10:5) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5438818Z 10:5>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5439281Z 10:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5440050Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:6) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5440606Z 3:6>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5441047Z 3:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5448888Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:5) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5449527Z 18:5>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5449960Z 18:5>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5455130Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:5) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5455709Z 13:5>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5456153Z 13:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5456887Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:4) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5457670Z 19:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5458154Z 19:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5458781Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:3) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5459330Z 2:3>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5459784Z 2:3>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5460403Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (17:4) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5461079Z 17:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5461522Z 17:4>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5462093Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (8:4) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5462583Z 8:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5463003Z 8:4>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5463605Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (9:4) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5475293Z 9:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5475793Z 9:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5476391Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (7:3) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5476899Z 7:3>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5477303Z 7:3>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5477895Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (11:3) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5478432Z 11:3>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5478857Z 11:3>Done Building Project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5479498Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (16:4) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5480139Z 16:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5480604Z 16:4>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5481510Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (12:3) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5482100Z 12:3>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5482578Z 12:3>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5483622Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (21:3) on node 1 (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5484174Z 21:3>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 2021-11-23T19:08:27.5484829Z 21:3>Done Building Project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (_IsProjectRestoreSupported target(s)). 2021-11-23T19:08:27.5485202Z 1>Done executing task "MSBuild". 2021-11-23T19:08:27.5485808Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 2021-11-23T19:08:27.5486283Z 1>Done building target "_GetAllRestoreProjectPathItems" in project "ProjectBServices.sln". 2021-11-23T19:08:27.5486809Z 1>Target "_GenerateRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (target "Restore" depends on it): 2021-11-23T19:08:27.5487254Z Task "Message" 2021-11-23T19:08:27.5487486Z Generating dg file 2021-11-23T19:08:27.5487720Z Done executing task "Message". 2021-11-23T19:08:27.5487964Z Task "Message" 2021-11-23T19:08:27.5488218Z /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj 2021-11-23T19:08:27.5488517Z Done executing task "Message". 2021-11-23T19:08:27.5488761Z Task "Message" 2021-11-23T19:08:27.5489049Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj 2021-11-23T19:08:27.5489517Z Done executing task "Message". 2021-11-23T19:08:27.5489766Z Task "Message" 2021-11-23T19:08:27.5490090Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj 2021-11-23T19:08:27.5490449Z Done executing task "Message". 2021-11-23T19:08:27.5490674Z Task "Message" 2021-11-23T19:08:27.5491015Z /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj 2021-11-23T19:08:27.5491374Z Done executing task "Message". 2021-11-23T19:08:27.5491599Z Task "Message" 2021-11-23T19:08:27.5491921Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj 2021-11-23T19:08:27.5492265Z Done executing task "Message". 2021-11-23T19:08:27.5492491Z Task "Message" 2021-11-23T19:08:27.5493051Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj 2021-11-23T19:08:27.5493394Z Done executing task "Message". 2021-11-23T19:08:27.5493748Z Task "Message" 2021-11-23T19:08:27.5494053Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj 2021-11-23T19:08:27.5494386Z Done executing task "Message". 2021-11-23T19:08:27.5494628Z Task "Message" 2021-11-23T19:08:27.5494922Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj 2021-11-23T19:08:27.5495253Z Done executing task "Message". 2021-11-23T19:08:27.5495477Z Task "Message" 2021-11-23T19:08:27.5495771Z /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj 2021-11-23T19:08:27.5496229Z Done executing task "Message". 2021-11-23T19:08:27.5496457Z Task "Message" 2021-11-23T19:08:27.5496766Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj 2021-11-23T19:08:27.5497078Z Done executing task "Message". 2021-11-23T19:08:27.5497320Z Task "Message" 2021-11-23T19:08:27.5497639Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj 2021-11-23T19:08:27.5497959Z Done executing task "Message". 2021-11-23T19:08:27.5498202Z Task "Message" 2021-11-23T19:08:27.5498506Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj 2021-11-23T19:08:27.5498814Z Done executing task "Message". 2021-11-23T19:08:27.5499053Z Task "Message" 2021-11-23T19:08:27.5499325Z /home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj 2021-11-23T19:08:27.5499631Z Done executing task "Message". 2021-11-23T19:08:27.5499882Z Task "Message" 2021-11-23T19:08:27.5500136Z /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj 2021-11-23T19:08:27.5500425Z Done executing task "Message". 2021-11-23T19:08:27.5500667Z Task "Message" 2021-11-23T19:08:27.5501121Z /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj 2021-11-23T19:08:27.5501455Z Done executing task "Message". 2021-11-23T19:08:27.5501680Z Task "Message" 2021-11-23T19:08:27.5501952Z /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj 2021-11-23T19:08:27.5502241Z Done executing task "Message". 2021-11-23T19:08:27.5502465Z Task "Message" 2021-11-23T19:08:27.5502755Z /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj 2021-11-23T19:08:27.5503060Z Done executing task "Message". 2021-11-23T19:08:27.5503466Z Task "Message" 2021-11-23T19:08:27.5504014Z /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj 2021-11-23T19:08:27.5504452Z Done executing task "Message". 2021-11-23T19:08:27.5504766Z Task "Message" 2021-11-23T19:08:27.5505192Z /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj 2021-11-23T19:08:27.5505771Z Done executing task "Message". 2021-11-23T19:08:27.5506090Z Task "Message" 2021-11-23T19:08:27.5506766Z /home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj 2021-11-23T19:08:27.5507479Z Done executing task "Message". 2021-11-23T19:08:27.5507752Z Task "MSBuild" 2021-11-23T19:08:27.5508168Z Global Properties: 2021-11-23T19:08:27.5508793Z ExcludeRestorePackageImports=true 2021-11-23T19:08:27.5509076Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:27.5509346Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:27.5509639Z SolutionName=ProjectBServices 2021-11-23T19:08:27.5509923Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:27.5510272Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:27.5510574Z SolutionExt=.sln 2021-11-23T19:08:27.5510898Z Additional Properties for project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj": 2021-11-23T19:08:27.5511243Z Configuration=Release 2021-11-23T19:08:27.5511493Z Platform=AnyCPU 2021-11-23T19:08:27.5511853Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj": 2021-11-23T19:08:27.5512233Z Configuration=Release 2021-11-23T19:08:27.5512465Z Platform=AnyCPU 2021-11-23T19:08:27.5512885Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj": 2021-11-23T19:08:27.5513309Z Configuration=Release 2021-11-23T19:08:27.5513542Z Platform=AnyCPU 2021-11-23T19:08:27.5514111Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:27.5514536Z Configuration=Release 2021-11-23T19:08:27.5514778Z Platform=AnyCPU 2021-11-23T19:08:27.5515174Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:27.5515573Z Configuration=Release 2021-11-23T19:08:27.5515806Z Platform=AnyCPU 2021-11-23T19:08:27.5516204Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj": 2021-11-23T19:08:27.5516605Z Configuration=Release 2021-11-23T19:08:27.5516841Z Platform=AnyCPU 2021-11-23T19:08:27.5517231Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj": 2021-11-23T19:08:27.5517613Z Configuration=Release 2021-11-23T19:08:27.5517865Z Platform=AnyCPU 2021-11-23T19:08:27.5518248Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:27.5518624Z Configuration=Release 2021-11-23T19:08:27.5518876Z Platform=AnyCPU 2021-11-23T19:08:27.5519241Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:27.5520243Z Configuration=Release 2021-11-23T19:08:27.5520586Z Platform=AnyCPU 2021-11-23T19:08:27.5521042Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:27.5521525Z Configuration=Release 2021-11-23T19:08:27.5521836Z Platform=AnyCPU 2021-11-23T19:08:27.5522312Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:27.5522832Z Configuration=Release 2021-11-23T19:08:27.5523286Z Platform=AnyCPU 2021-11-23T19:08:27.5523823Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj": 2021-11-23T19:08:27.5524215Z Configuration=Release 2021-11-23T19:08:27.5524464Z Platform=AnyCPU 2021-11-23T19:08:27.5524805Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj": 2021-11-23T19:08:27.5525170Z Configuration=Release 2021-11-23T19:08:27.5525403Z Platform=AnyCPU 2021-11-23T19:08:27.5525741Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj": 2021-11-23T19:08:27.5526080Z Configuration=Release 2021-11-23T19:08:27.5526313Z Platform=AnyCPU 2021-11-23T19:08:27.5526701Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj": 2021-11-23T19:08:27.5527086Z Configuration=Release 2021-11-23T19:08:27.5527325Z Platform=AnyCPU 2021-11-23T19:08:27.5527663Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj": 2021-11-23T19:08:27.5527987Z Configuration=Release 2021-11-23T19:08:27.5528238Z Platform=AnyCPU 2021-11-23T19:08:27.5528598Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj": 2021-11-23T19:08:27.5528946Z Configuration=Release 2021-11-23T19:08:27.5529194Z Platform=AnyCPU 2021-11-23T19:08:27.5529598Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj": 2021-11-23T19:08:27.5529994Z Configuration=Release 2021-11-23T19:08:27.5530355Z Platform=AnyCPU 2021-11-23T19:08:27.5530751Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj": 2021-11-23T19:08:27.5531174Z Configuration=Release 2021-11-23T19:08:27.5531424Z Platform=AnyCPU 2021-11-23T19:08:27.5532060Z Additional Properties for project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj": 2021-11-23T19:08:27.5532438Z Configuration=Release 2021-11-23T19:08:27.5532685Z Platform=AnyCPU 2021-11-23T19:08:27.5533130Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14:6) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.5533835Z 14:6>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.5534895Z 14:6>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.5535474Z 14:6>Done building target "_GetProjectJsonPath" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5536776Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.5538046Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.5538854Z 14:6>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5540013Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.5540535Z 14:6>Done building target "_CheckForUnsupportedNETCoreVersion" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5541828Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.5542861Z 14:6>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5544218Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.5547169Z 14:6>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5548193Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.5549432Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.5550235Z 14:6>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.5550977Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5551460Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.5551809Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.5557159Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.5559267Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.5559644Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.5560379Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.5560861Z 14:6>Done building target "UpdateAspNetToFrameworkReference" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5561904Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.5562876Z 14:6>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.5563860Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5564314Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.5564642Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.5565029Z 14:6>Done building target "CheckForImplicitPackageReferenceOverrides" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5565656Z 14:6>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5566380Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5566791Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.5573693Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:5) on node 2 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.5574495Z 5:5>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.5575890Z 5:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.5576499Z 5:5>Done building target "_GetProjectJsonPath" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.5579511Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.5580999Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.5613985Z 5:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5615245Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.5615770Z 5:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.5616870Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.5617567Z 14:6>Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.5617890Z 14:6>Done building target "ApplyImplicitVersions" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5618503Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.5619433Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.5621082Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.5622272Z 14:6>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.5623595Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.5624735Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.5625959Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.5626570Z 14:6>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5627237Z 14:6>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5627983Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5628419Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.5628738Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.5629194Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5629605Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.5630229Z 5:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5631582Z 5:5>Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.5632320Z 5:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.5633351Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.5634313Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.5635190Z 5:5>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.5635991Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5636473Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.5636992Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.5637651Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.5638092Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.5638445Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.5639083Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.5639714Z 5:5>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.5640813Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.5641839Z 5:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.5642849Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5643325Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.5643671Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.5644090Z 5:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.5644804Z 5:5>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5645757Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5646179Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.5646454Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.5688024Z 5:5>Done building target "ApplyImplicitVersions" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.5695804Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.5704356Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.5714108Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.5728625Z 5:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.5730272Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.5739743Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.5748146Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.5755136Z 5:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.5763116Z 14:6>Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.5763602Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5764017Z Task "ResolveAppHosts" 2021-11-23T19:08:27.5771248Z 5:5>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5773599Z 5:5>Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5774769Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.5783420Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.5788422Z 14:6>Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.5792169Z 5:5>ProcessFrameworkReferences: 2021-11-23T19:08:27.5792993Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.5794315Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.5811587Z 14:6>Done building target "ProcessFrameworkReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5813069Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.5814279Z 14:6>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.5815297Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.5821132Z 14:6>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5830152Z 14:6>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.5830810Z 14:6>Done building target "CollectPackageReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5847126Z 14:6>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.5847783Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.5853159Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.5863986Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.5873948Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/EM.Shared' 2021-11-23T19:08:27.5910511Z (in) MSBuildProjectName 'EM.Shared' 2021-11-23T19:08:27.5911350Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.5911824Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.5912309Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.5912802Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.5918101Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.5923123Z 14:6>Done building target "_GetRestoreProjectStyle" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5932350Z 14:6>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.5933049Z Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:27.5938080Z Task "Message" 2021-11-23T19:08:27.5947382Z Restore entry point /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj 2021-11-23T19:08:27.5953564Z Done executing task "Message". 2021-11-23T19:08:27.5961333Z 14:6>Done building target "_GenerateRestoreSpecs" in project "EM.Shared.csproj". 2021-11-23T19:08:27.5973251Z 14:6>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.5975657Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.5985261Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.5993688Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.6001651Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.6008165Z 14:6>Done building target "_GetRestoreSettingsOverrides" in project "EM.Shared.csproj". 2021-11-23T19:08:27.6019186Z 14:6>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.6020994Z 14:6>Done building target "_GetRestoreSettingsPerFramework" in project "EM.Shared.csproj". 2021-11-23T19:08:27.6031235Z 14:6>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.6032516Z 14:6>Done building target "_GetRestoreSettingsCurrentProject" in project "EM.Shared.csproj". 2021-11-23T19:08:27.6039296Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.6050384Z 14:6>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.6051751Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.6057431Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.6069468Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj' 2021-11-23T19:08:27.6080016Z (in) RestoreSources '' 2021-11-23T19:08:27.6086283Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.6091228Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.6098424Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.6105060Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.6111500Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.6118136Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.6124696Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.6132297Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.6140390Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.6147075Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.6153533Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.6406068Z 5:5>Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.6411921Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.6415704Z Task "ResolveAppHosts" 2021-11-23T19:08:27.6427326Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.6434308Z 5:5>Done building target "ProcessFrameworkReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.6437804Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.6448139Z 5:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.6449375Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.6456773Z 5:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.6468260Z 5:5>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.6469151Z 5:5>Done building target "CollectPackageReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.6519385Z 5:5>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.6520105Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.6526734Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.6546028Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.6554651Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api' 2021-11-23T19:08:27.6562245Z (in) MSBuildProjectName 'ProjectB.Api' 2021-11-23T19:08:27.6569614Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.6578622Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.6595782Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.6605904Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.6613951Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.6621949Z 5:5>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.6637096Z 5:5>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.6638081Z Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:27.6645752Z Task "Message" 2021-11-23T19:08:27.6656327Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj 2021-11-23T19:08:27.6663343Z Done executing task "Message". 2021-11-23T19:08:27.6672184Z 5:5>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.6687645Z 5:5>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.6688703Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.6696995Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.6704273Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.6711797Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.6719755Z 5:5>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.6727847Z 5:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.6729287Z 5:5>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.6736428Z 5:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.6737701Z 5:5>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.6738749Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.6751615Z 5:5>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.6752332Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.6758456Z 14:6>_GetRestoreSettings: 2021-11-23T19:08:27.6759113Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.6763343Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.6767468Z 5:5>Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.6770053Z 14:6>_GetRestoreSettings: 2021-11-23T19:08:27.6770722Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.6774668Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.6788187Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.6788633Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.6788990Z 14:6>Done building target "_GetRestoreSettings" in project "EM.Shared.csproj". 2021-11-23T19:08:27.6789571Z 14:6>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.6790440Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.6790818Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.6795370Z (in) ProjectPath '/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj' 2021-11-23T19:08:27.6799506Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.6803052Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.6806337Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.6809792Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.6813494Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.6817408Z 14:6>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "EM.Shared.csproj". 2021-11-23T19:08:27.6824362Z 14:6>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (entry point): 2021-11-23T19:08:27.6828685Z 14:6>Done building target "_GenerateRestoreGraphProjectEntry" in project "EM.Shared.csproj". 2021-11-23T19:08:27.6829233Z 14:6>Done Building Project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.6907702Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:9) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.6947752Z 6:9>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.6949032Z 6:9>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.6949968Z 6:9>Done building target "_GetProjectJsonPath" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.6951309Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.6952541Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.6953381Z 6:9>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.6954399Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.6954914Z 6:9>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.6956017Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.6957208Z 6:9>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.6958593Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.6959327Z 6:9>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.6960202Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.6961178Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.6962030Z 6:9>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.6962845Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.6963328Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.6963655Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.6964302Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.6964854Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.6965188Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.6965850Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.6966337Z 6:9>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.6967362Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.6968380Z 6:9>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.6969193Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.6969652Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.6969977Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.6970365Z 6:9>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.6971209Z 6:9>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.6971989Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.6972383Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.6972662Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.6973018Z 6:9>Done building target "ApplyImplicitVersions" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.6973410Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.6974318Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.6975802Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.6977004Z 6:9>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.6978350Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.6979624Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.6986136Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.6987040Z 6:9>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.6987993Z 6:9>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.6989054Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.6989640Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.6990045Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.6990617Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.6991533Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.6991892Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.6992589Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.6993360Z Task "ResolveAppHosts" 2021-11-23T19:08:27.6993638Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.6994039Z 6:9>Done building target "ProcessFrameworkReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7017249Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.7019411Z 6:9>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7020988Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7021539Z 6:9>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7022238Z 6:9>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.7022914Z 6:9>Done building target "CollectPackageReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7023581Z 6:9>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.7024463Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7024858Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.7025530Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.7026076Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence' 2021-11-23T19:08:27.7026622Z (in) MSBuildProjectName 'ProjectB.Persistence' 2021-11-23T19:08:27.7027053Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.7027482Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.7027960Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.7028420Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.7028727Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.7029100Z 6:9>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7029759Z 6:9>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.7030306Z Task "Message" 2021-11-23T19:08:27.7030664Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj 2021-11-23T19:08:27.7031039Z Done executing task "Message". 2021-11-23T19:08:27.7031518Z 6:9>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7032166Z 6:9>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.7033077Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7033774Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7034434Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7035104Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7035582Z 6:9>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7036241Z 6:9>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.7036926Z 6:9>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7037584Z 6:9>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.7038244Z 6:9>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7039086Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.7040057Z 6:9>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.7040736Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7041075Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.7041691Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:27.7057108Z (in) RestoreSources '' 2021-11-23T19:08:27.7057539Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.7057983Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.7058397Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.7058784Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.7059199Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.7059616Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.7060046Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.7060466Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.7067452Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.7068102Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.7068707Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.7069286Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.7069962Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.7071141Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.7071606Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.7072528Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.7073065Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.7073466Z 6:9>Done building target "_GetRestoreSettings" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7103092Z 6:9>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.7103836Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7104392Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.7105116Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:27.7105651Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.7106127Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.7106624Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.7107122Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.7107468Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.7107830Z 6:9>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7108435Z 6:9>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (entry point): 2021-11-23T19:08:27.7109030Z 6:9>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:27.7109542Z 6:9>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.7109954Z 5:5>_GetRestoreSettings: 2021-11-23T19:08:27.7112516Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj' 2021-11-23T19:08:27.7113031Z (in) RestoreSources '' 2021-11-23T19:08:27.7113417Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.7113826Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.7114221Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.7114624Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.7115036Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.7115612Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.7116032Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.7117295Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.7117752Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.7118210Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.7118680Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.7119377Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:6) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.7120166Z 4:6>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.7122115Z 4:6>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.7122894Z 4:6>Done building target "_GetProjectJsonPath" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7124213Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.7125643Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.7134010Z 4:6>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7135309Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.7135863Z 4:6>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7136983Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.7141034Z 4:6>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7142904Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.7143680Z 4:6>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7144576Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.7146346Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.7147540Z 4:6>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.7148604Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7149378Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.7149708Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.7166708Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.7167184Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.7167532Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.7168189Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.7168680Z 4:6>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7169891Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.7170948Z 4:6>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.7171797Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7172271Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.7172608Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.7173005Z 4:6>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7173749Z 4:6>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7174918Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7188639Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.7188944Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.7189305Z 4:6>Done building target "ApplyImplicitVersions" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7189715Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.7190717Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.7193154Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.7194407Z 4:6>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.7195764Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.7203156Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.7204259Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.7204890Z 4:6>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7205634Z 4:6>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7212611Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7213125Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.7213456Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.7213909Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7214345Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.7214660Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.7215084Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7215705Z Task "ResolveAppHosts" 2021-11-23T19:08:27.7216155Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.7221256Z 4:6>Done building target "ProcessFrameworkReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7224125Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.7225423Z 4:6>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7226647Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7227333Z 4:6>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7227971Z 4:6>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.7237802Z 4:6>Done building target "CollectPackageReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7238750Z 4:6>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.7239658Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7240015Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.7240593Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.7241166Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application' 2021-11-23T19:08:27.7241690Z (in) MSBuildProjectName 'ProjectB.Application' 2021-11-23T19:08:27.7242119Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.7242556Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.7249375Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.7249896Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.7250214Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.7250584Z 4:6>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7251235Z 4:6>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.7251787Z Task "Message" 2021-11-23T19:08:27.7252123Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj 2021-11-23T19:08:27.7252669Z Done executing task "Message". 2021-11-23T19:08:27.7253019Z 4:6>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7253645Z 4:6>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.7254779Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7255494Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7256337Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7256975Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7257436Z 4:6>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7258093Z 4:6>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.7258752Z 4:6>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7259391Z 4:6>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.7260034Z 4:6>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7261021Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.7261988Z 4:6>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.7262651Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7262997Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.7263604Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:27.7264106Z (in) RestoreSources '' 2021-11-23T19:08:27.7264495Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.7264879Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.7265283Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.7265661Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.7266075Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.7266491Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.7266898Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.7267493Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.7341568Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.7342189Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.7342884Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.7343381Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.7343831Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.7344318Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.7344764Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.7345251Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.7345745Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.7381455Z 4:6>Done building target "_GetRestoreSettings" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7382554Z 4:6>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.7384489Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7384969Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.7385881Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:27.7386563Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.7387638Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.7388573Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.7389321Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.7389885Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.7390493Z 4:6>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7391159Z 4:6>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (entry point): 2021-11-23T19:08:27.7392131Z 4:6>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Application.csproj". 2021-11-23T19:08:27.7392828Z 4:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.7394032Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:7) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.7395221Z 3:7>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.7396760Z 3:7>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.7397610Z 3:7>Done building target "_GetProjectJsonPath" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7399042Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.7400983Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.7402257Z 3:7>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7418131Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.7418726Z 3:7>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7420278Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.7421494Z 3:7>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7422881Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.7423626Z 3:7>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7424480Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.7425451Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.7426424Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:27.7427710Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.7428746Z 3:7>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7429556Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7430201Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.7430526Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.7430923Z 3:7>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7431807Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.7433281Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.7434475Z 3:7>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.7435963Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.7437109Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.7438148Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.7438762Z 3:7>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7439410Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:27.7440155Z 3:7>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7441071Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7441518Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.7441822Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.7442275Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7442695Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.7442970Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.7443401Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.7443892Z Task "ResolveAppHosts" 2021-11-23T19:08:27.7444156Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.7444495Z 3:7>Done building target "ProcessFrameworkReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7445578Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.7446575Z 3:7>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.7447547Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7448055Z 3:7>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7448669Z 3:7>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.7449420Z 3:7>Done building target "CollectPackageReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7450032Z 3:7>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.7450641Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7451009Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.7574929Z (in) HasPackageReferenceItems 'False' 2021-11-23T19:08:27.7575586Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain' 2021-11-23T19:08:27.7576151Z (in) MSBuildProjectName 'ProjectB.Domain' 2021-11-23T19:08:27.7576573Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.7576982Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.7577454Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.7577899Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.7578193Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.7590843Z 3:7>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7591571Z 3:7>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.7592349Z Task "Message" 2021-11-23T19:08:27.7592693Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj 2021-11-23T19:08:27.7593036Z Done executing task "Message". 2021-11-23T19:08:27.7593369Z 3:7>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7593975Z 3:7>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.7594947Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7683171Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7683956Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7687467Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.7688161Z 3:7>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7690419Z 3:7>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.7696437Z 3:7>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7703426Z 3:7>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.7705963Z 3:7>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7716401Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.7717260Z 3:7>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.7717909Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7718266Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.7718923Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:27.7720616Z (in) RestoreSources '' 2021-11-23T19:08:27.7962343Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.7962882Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.7963336Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.7963752Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.7964155Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.7964584Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.7964999Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.7965421Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.7965853Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.7966290Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.7966802Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.7967572Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.7968032Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.7968522Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.7968982Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.7969472Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.7969820Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.7970163Z 3:7>Done building target "_GetRestoreSettings" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.7970819Z 3:7>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.7971502Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.7971867Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.7972439Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:27.7983514Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.7987194Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8186196Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8187207Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8187933Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.8188509Z 3:7>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.8189115Z 3:7>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (entry point): 2021-11-23T19:08:27.8189757Z 3:7>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:27.8191711Z 3:7>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8192564Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:6) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8193672Z 18:6>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8195176Z 18:6>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.8195795Z 18:6>Done building target "_GetProjectJsonPath" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8197125Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.8198389Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.8199354Z 18:6>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8200420Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('5.0' > '6.0'). 2021-11-23T19:08:27.8200939Z 18:6>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8205307Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.8206597Z 18:6>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8208040Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '5.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.8208767Z 18:6>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8209675Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.8210672Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.8211680Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:27.8212768Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v5.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.8213752Z 18:6>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8214534Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8215001Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.8215327Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.8215714Z 18:6>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8217130Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.8218795Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.8219982Z 18:6>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.8309222Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.8310549Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.8311609Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.8364668Z 18:6>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8365514Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:27.8366283Z 18:6>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8367279Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8367737Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.8368042Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.8368495Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8368917Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.8369192Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.8369627Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8370024Z Task "ResolveAppHosts" 2021-11-23T19:08:27.8370271Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.8370612Z 18:6>Done building target "ProcessFrameworkReferences" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8371703Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v5.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.8372667Z 18:6>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8373790Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8374298Z 18:6>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8374905Z 18:6>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8375492Z 18:6>Done building target "CollectPackageReferences" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8376058Z 18:6>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.8376669Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8377028Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.8377444Z (in) HasPackageReferenceItems 'False' 2021-11-23T19:08:27.8377960Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/Geography/Geography.Mocks' 2021-11-23T19:08:27.8378431Z (in) MSBuildProjectName 'Geography.Mocks' 2021-11-23T19:08:27.8378839Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.8379264Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.8379716Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.8380164Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.8380477Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.8380989Z 18:6>Done building target "_GetRestoreProjectStyle" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8381618Z 18:6>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.8382302Z Task "Message" 2021-11-23T19:08:27.8382612Z Restore entry point /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj 2021-11-23T19:08:27.8382944Z Done executing task "Message". 2021-11-23T19:08:27.8383271Z 18:6>Done building target "_GenerateRestoreSpecs" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8383836Z 18:6>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.8384703Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8402021Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8402741Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8403402Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8403854Z 18:6>Done building target "_GetRestoreSettingsOverrides" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8404637Z 18:6>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.8405278Z 18:6>Done building target "_GetRestoreSettingsPerFramework" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8406116Z 18:6>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.8465632Z 18:6>Done building target "_GetRestoreSettingsCurrentProject" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8466685Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.8467471Z 18:6>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.8468108Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8468440Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.8468987Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:27.8469472Z (in) RestoreSources '' 2021-11-23T19:08:27.8470726Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.8471171Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.8471562Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.8472147Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.8472802Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.8473254Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.8474535Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.8475017Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.8475791Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.8476425Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.8476900Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.8477395Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8478068Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.8478540Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8478995Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.8479470Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8479794Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.8480138Z 18:6>Done building target "_GetRestoreSettings" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8480874Z 18:6>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.8481556Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8481921Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.8482485Z (in) ProjectPath '/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:27.8482952Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.8483427Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8483906Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8484410Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8484756Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.8485109Z 18:6>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8486382Z 18:6>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (entry point): 2021-11-23T19:08:27.8487105Z 18:6>Done building target "_GenerateRestoreGraphProjectEntry" in project "Geography.Mocks.csproj". 2021-11-23T19:08:27.8487572Z 18:6>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8489525Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:6) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8490307Z 13:6>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8491427Z 13:6>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.8493928Z 13:6>Done building target "_GetProjectJsonPath" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8495795Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.8498274Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.8499126Z 13:6>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8500354Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.8501034Z 13:6>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8502285Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.8503339Z 13:6>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8504711Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.8506169Z 13:6>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8507090Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.8508264Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.8509824Z 13:6>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.8510607Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8511097Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.8512155Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.8512848Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.8513264Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.8513608Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.8514251Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.8515420Z 13:6>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8516486Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.8517629Z 13:6>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.8518429Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8518888Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.8519199Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.8520458Z 13:6>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8521174Z 13:6>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8521936Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8522347Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.8523311Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.8523660Z 13:6>Done building target "ApplyImplicitVersions" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8524059Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.8525125Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.8526760Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.8527956Z 13:6>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.8530016Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.8531191Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.8532939Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.8533564Z 13:6>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8534276Z 13:6>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8535901Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8536367Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.8536684Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.8537138Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8537551Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.8538546Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.8538981Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8539367Z Task "ResolveAppHosts" 2021-11-23T19:08:27.8539629Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.8539959Z 13:6>Done building target "ProcessFrameworkReferences" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8541966Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.8543134Z 13:6>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8544887Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8545396Z 13:6>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8546004Z 13:6>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8546607Z 13:6>Done building target "CollectPackageReferences" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8547213Z 13:6>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.8547838Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8548181Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.8548606Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.8550005Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core' 2021-11-23T19:08:27.8550545Z (in) MSBuildProjectName 'ProjectB.Core' 2021-11-23T19:08:27.8550962Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.8551368Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.8551833Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.8552985Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.8553295Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.8553650Z 13:6>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8554420Z 13:6>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.8554935Z Task "Message" 2021-11-23T19:08:27.8555269Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj 2021-11-23T19:08:27.8555615Z Done executing task "Message". 2021-11-23T19:08:27.8555929Z 13:6>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8556525Z 13:6>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.8557404Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8558078Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8558739Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8559393Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8559827Z 13:6>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8581354Z 13:6>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.8582350Z 13:6>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8582970Z 13:6>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.8583592Z 13:6>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8584585Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.8585372Z 13:6>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.8586006Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8586354Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.8586914Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:27.8587379Z (in) RestoreSources '' 2021-11-23T19:08:27.8587769Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.8588169Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.8588553Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.8588946Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.8589328Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.8589751Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.8590167Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.8590559Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.8590978Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.8591604Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.8592107Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.8592602Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8593014Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.8594584Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8595192Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.8595784Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8596219Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.8596814Z 13:6>Done building target "_GetRestoreSettings" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8597494Z 13:6>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.8598197Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8598908Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.8599437Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:27.8599924Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.8600374Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8600865Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8601367Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8601869Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.8602246Z 13:6>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8602827Z 13:6>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (entry point): 2021-11-23T19:08:27.8603380Z 13:6>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Core.csproj". 2021-11-23T19:08:27.8603871Z 13:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8604532Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8605337Z 19:5>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8606427Z 19:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.8607019Z 19:5>Done building target "_GetProjectJsonPath" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.8608302Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.8609678Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.8610514Z 19:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8611512Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('5.0' > '6.0'). 2021-11-23T19:08:27.8612026Z 19:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.8613131Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.8613800Z 5:5>_GetRestoreSettings: 2021-11-23T19:08:27.8614247Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8614665Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.8615137Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8615582Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.8616037Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8616373Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.8616821Z 5:5>Done building target "_GetRestoreSettings" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.8617531Z 19:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8618931Z 19:5>Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '5.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.8619666Z 19:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.8653964Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.8655093Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.8655876Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:27.8656956Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v5.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.8657980Z 19:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8659004Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8659471Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.8659781Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.8660181Z 19:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.8661031Z 5:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.8661726Z 5:5>Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8662077Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.8662955Z 19:5>Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.8663520Z 5:5>_GenerateDotnetCliToolReferenceSpecs: 2021-11-23T19:08:27.8664060Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj' 2021-11-23T19:08:27.8664553Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.8665242Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8665728Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8666237Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8666592Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.8666947Z 5:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.8667518Z 5:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (entry point): 2021-11-23T19:08:27.8668084Z 5:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Api.csproj". 2021-11-23T19:08:27.8668555Z 5:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8669922Z 19:5>Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.8671130Z 19:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.8672473Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.8673778Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.8674818Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.8675434Z 19:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.8676083Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:27.8676849Z 19:5>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8677654Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8678101Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.8678643Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (15:5) on node 2 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8679491Z 15:5>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8680744Z 15:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.8681352Z 15:5>Done building target "_GetProjectJsonPath" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8682645Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.8683872Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.8684715Z 15:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8685741Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.8686263Z 15:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8687378Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.8688557Z 15:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8689969Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.8690725Z 15:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8691597Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.8692565Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.8693430Z 15:5>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.8696062Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8696753Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.8697186Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.8698127Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.8699016Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.8699600Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.8701842Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.8702596Z 15:5>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8703717Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.8704748Z 15:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.8705594Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8706050Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.8706570Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.8706972Z 15:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8707720Z 15:5>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8708513Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8708929Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.8709369Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.8709747Z 15:5>Done building target "ApplyImplicitVersions" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8710351Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.8711309Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.8731180Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.8734082Z 15:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.8737055Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.8743672Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.8744778Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.8745417Z 15:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8746193Z 15:5>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8747012Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8747653Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.8747979Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.8748431Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8748836Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.8749139Z 19:5>Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.8749592Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8749998Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.8750298Z 15:5>Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.8750713Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8751114Z Task "ResolveAppHosts" 2021-11-23T19:08:27.8751380Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.8751727Z 15:5>Done building target "ProcessFrameworkReferences" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8752825Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.8753857Z 15:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8755035Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8755559Z 15:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8756225Z 15:5>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8756885Z 15:5>Done building target "CollectPackageReferences" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8757549Z 15:5>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.8758212Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8758571Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.8758980Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.8759533Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations' 2021-11-23T19:08:27.8760063Z (in) MSBuildProjectName 'ProjectB.Database.Migrations' 2021-11-23T19:08:27.8760492Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.8760918Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.8761377Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.8761828Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.8762134Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.8762615Z 15:5>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8763295Z 15:5>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.8763863Z Task "Message" 2021-11-23T19:08:27.8764214Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj 2021-11-23T19:08:27.8764602Z Done executing task "Message". 2021-11-23T19:08:27.8764950Z 15:5>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8765595Z 15:5>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.8766495Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8767174Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8767833Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8772803Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8773373Z 15:5>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8774254Z 15:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.8778734Z 15:5>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8780085Z 15:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.8784281Z 15:5>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8786790Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.8798864Z 15:5>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.8799967Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8800323Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.8801083Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj' 2021-11-23T19:08:27.8801610Z (in) RestoreSources '' 2021-11-23T19:08:27.8802026Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.8802409Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.8802814Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.8803208Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.8803847Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.8804328Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.8804769Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.8818825Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.8819533Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.8819983Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.8820485Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.8821047Z 19:5>Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.8821325Z 15:5>_GetRestoreSettings: 2021-11-23T19:08:27.8821798Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8822250Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.8822706Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8823154Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.8823620Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8823958Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.8824323Z 15:5>Done building target "_GetRestoreSettings" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8824992Z 15:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.8825689Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8826262Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.8826885Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj' 2021-11-23T19:08:27.8827428Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.8827906Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.8828385Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.8828889Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.8829234Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.8829609Z 15:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8830243Z 15:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (entry point): 2021-11-23T19:08:27.8830880Z 15:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:27.8831410Z 15:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8832135Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:6) on node 2 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.8832978Z 20:6>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8834077Z 20:6>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.8834824Z 20:6>Done building target "_GetProjectJsonPath" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.8836157Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.8837384Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.8838245Z 20:6>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8839287Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.8839814Z 20:6>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.8840904Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.8842100Z 20:6>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8843506Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.8844252Z 20:6>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.8845141Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.8846125Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.8846995Z 20:6>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.8847825Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8848293Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.8848718Z 19:5>ProcessFrameworkReferences: 2021-11-23T19:08:27.8849141Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.8849520Z Task "ResolveAppHosts" 2021-11-23T19:08:27.8849783Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.8850135Z 19:5>Done building target "ProcessFrameworkReferences" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.8851194Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v5.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.8852207Z 19:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.8853188Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.8853694Z 19:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.8854346Z 19:5>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.8855080Z 19:5>Done building target "CollectPackageReferences" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.8855705Z 19:5>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.8856355Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.8856712Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.8857140Z (in) HasPackageReferenceItems 'False' 2021-11-23T19:08:27.8857680Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions' 2021-11-23T19:08:27.9003140Z (in) MSBuildProjectName 'ProjectB.Exceptions' 2021-11-23T19:08:27.9003719Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.9004174Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9004639Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.9005103Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.9010706Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.9011087Z 19:5>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.9011749Z 19:5>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9022825Z Task "Message" 2021-11-23T19:08:27.9023199Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj 2021-11-23T19:08:27.9023579Z Done executing task "Message". 2021-11-23T19:08:27.9023945Z 19:5>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.9024567Z 19:5>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9025765Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9026764Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9027522Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9028180Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9028669Z 19:5>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.9029345Z 19:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.9030026Z 19:5>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.9030669Z 19:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9057597Z 19:5>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.9058916Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.9059757Z 19:5>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.9060433Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9060961Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.9061583Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:27.9076914Z (in) RestoreSources '' 2021-11-23T19:08:27.9077403Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.9077827Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.9078246Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.9078650Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.9079058Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.9079488Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.9079903Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.9080329Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.9080764Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.9081203Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9081713Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.9082220Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.9082650Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.9083136Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.9083591Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.9084082Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.9084432Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.9084980Z 19:5>Done building target "_GetRestoreSettings" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.9085661Z 19:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9086354Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9086710Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.9087330Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:27.9087871Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.9088343Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.9088855Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.9089380Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.9089720Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.9090111Z 19:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.9090724Z 19:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (entry point): 2021-11-23T19:08:27.9091318Z 19:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:27.9091987Z 19:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.9092477Z 20:6>Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9093161Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9093604Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9093956Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9094597Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9095107Z 20:6>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9096197Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9097653Z 20:6>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9100325Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9101202Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.9101658Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.9102326Z 20:6>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9104818Z 20:6>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9105954Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9106433Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.9106761Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.9107312Z 20:6>Done building target "ApplyImplicitVersions" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9107947Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.9109165Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.9110725Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.9112043Z 20:6>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.9113689Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.9114910Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.9115989Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.9116668Z 20:6>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9117490Z 20:6>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9118366Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9118825Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.9119161Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.9119639Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9120216Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.9120513Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.9120968Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9121371Z Task "ResolveAppHosts" 2021-11-23T19:08:27.9121894Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.9122712Z 2:4>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.9123870Z 2:4>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.9124490Z 2:4>Done building target "_GetProjectJsonPath" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9125829Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.9127270Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.9128140Z 2:4>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9129192Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.9129729Z 2:4>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9130890Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.9131987Z 2:4>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9133460Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.9134236Z 2:4>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9135149Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.9136325Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.9137216Z 2:4>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9138067Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9138576Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9138924Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9139606Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9140063Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9140417Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9141306Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9141832Z 2:4>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9143088Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9144157Z 2:4>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9145001Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9145494Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.9145823Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.9146239Z 2:4>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9146978Z 2:4>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9147773Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9148188Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.9148482Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.9148848Z 2:4>Done building target "ApplyImplicitVersions" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9149261Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.9150202Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.9151925Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.9153188Z 2:4>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.9223210Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Exe != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.9224797Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.9226348Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and false == 'true'). 2021-11-23T19:08:27.9227395Z 2:4>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9228280Z 2:4>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9229363Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9229887Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.9230233Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.9230765Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9231260Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.9231630Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.9232133Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9232597Z Task "ResolveAppHosts" 2021-11-23T19:08:27.9232891Z 20:6>Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.9233318Z 20:6>Done building target "ProcessFrameworkReferences" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9234809Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9236043Z 20:6>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9237921Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9238533Z 20:6>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9239329Z 20:6>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.9240111Z 20:6>Done building target "CollectPackageReferences" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9240867Z 20:6>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.9241641Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9242061Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.9242557Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.9243337Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration' 2021-11-23T19:08:27.9244315Z (in) MSBuildProjectName 'ProjectB.ExternalIntegration' 2021-11-23T19:08:27.9244813Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.9245292Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9245848Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.9246543Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.9246916Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.9247545Z 20:6>Done building target "_GetRestoreProjectStyle" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9248675Z 20:6>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9249532Z Task "Message" 2021-11-23T19:08:27.9249986Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj 2021-11-23T19:08:27.9250759Z Done executing task "Message". 2021-11-23T19:08:27.9251142Z 20:6>Done building target "_GenerateRestoreSpecs" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9251881Z 20:6>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9252866Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9253818Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9254819Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9255677Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9256425Z 20:6>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9257627Z 20:6>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.9258766Z 20:6>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9259739Z 20:6>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9261070Z 20:6>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9262287Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.9263214Z 20:6>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.9263975Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9264541Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.9265256Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj' 2021-11-23T19:08:27.9266041Z (in) RestoreSources '' 2021-11-23T19:08:27.9266479Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.9266944Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.9267412Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.9267855Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.9268516Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.9269157Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.9269645Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.9270118Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.9270588Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.9271680Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9272251Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.9272810Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.9273295Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.9273816Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.9274324Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.9274857Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.9275222Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.9275816Z 20:6>Done building target "_GetRestoreSettings" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9276616Z 20:6>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9277599Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9278039Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.9279120Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj' 2021-11-23T19:08:27.9279728Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.9280284Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.9280862Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.9281430Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.9281837Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.9282275Z 20:6>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9283027Z 20:6>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (entry point): 2021-11-23T19:08:27.9283767Z 20:6>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:27.9284397Z 20:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.9284910Z 2:4>Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.9285318Z 2:4>Done building target "ProcessFrameworkReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9286530Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9287988Z 2:4>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9289099Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9289666Z 2:4>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9290370Z 2:4>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.9291225Z 2:4>Done building target "CollectPackageReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9291872Z 2:4>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.9292744Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9293148Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.9293784Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.9294395Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host' 2021-11-23T19:08:27.9294975Z (in) MSBuildProjectName 'ProjectB.Host' 2021-11-23T19:08:27.9295581Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.9296066Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9296589Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.9297410Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.9297895Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.9298287Z 2:4>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9298982Z 2:4>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9299580Z Task "Message" 2021-11-23T19:08:27.9301397Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj 2021-11-23T19:08:27.9301897Z Done executing task "Message". 2021-11-23T19:08:27.9302345Z 2:4>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9303107Z 2:4>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9304961Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9305737Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9306460Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9307199Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9307909Z 2:4>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9308761Z 2:4>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.9309469Z 2:4>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9310141Z 2:4>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9310819Z 2:4>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9311922Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.9312810Z 2:4>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.9313534Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9313925Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.9314525Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj' 2021-11-23T19:08:27.9315222Z (in) RestoreSources '' 2021-11-23T19:08:27.9315628Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.9316065Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.9316508Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.9316935Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.9317377Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.9317831Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.9318442Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.9318903Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.9319347Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.9319829Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9320364Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.9320884Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.9321530Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.9322041Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.9322549Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.9323258Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.9323643Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.9324050Z 2:4>Done building target "_GetRestoreSettings" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9325821Z 2:4>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9326794Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9327251Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.9328315Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj' 2021-11-23T19:08:27.9329056Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.9329631Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.9330718Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.9331545Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.9331984Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.9332621Z 2:4>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9333465Z 2:4>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (entry point): 2021-11-23T19:08:27.9334153Z 2:4>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Host.csproj". 2021-11-23T19:08:27.9334738Z 2:4>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.9335673Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10:6) on node 2 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.9336604Z 10:6>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.9337846Z 10:6>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.9338766Z 10:6>Done building target "_GetProjectJsonPath" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9340198Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.9342229Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.9343726Z 10:6>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9345146Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.9345776Z 10:6>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9347119Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.9348508Z 10:6>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9350301Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.9351168Z 10:6>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9352318Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.9353570Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.9354496Z 10:6>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9355384Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9355892Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9356270Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9358275Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9358766Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9359159Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9359921Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9360992Z 10:6>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9362252Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9363423Z 10:6>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9365026Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9365767Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.9366145Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.9366623Z 10:6>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9367483Z 10:6>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9368838Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9369295Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.9369775Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.9370160Z 10:6>Done building target "ApplyImplicitVersions" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9370586Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.9371959Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.9373907Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.9375638Z 10:6>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.9377294Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.9378547Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.9379814Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.9380476Z 10:6>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9381439Z 10:6>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9382522Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9383032Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.9383370Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.9383880Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9384354Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.9384661Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.9385322Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9385937Z Task "ResolveAppHosts" 2021-11-23T19:08:27.9386404Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.9386977Z 10:6>Done building target "ProcessFrameworkReferences" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9388408Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9389544Z 10:6>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9390778Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9391333Z 10:6>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9392183Z 10:6>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.9392843Z 10:6>Done building target "CollectPackageReferences" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9393478Z 10:6>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.9394148Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9394529Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.9394959Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.9395681Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts' 2021-11-23T19:08:27.9396243Z (in) MSBuildProjectName 'ProjectB.Contracts' 2021-11-23T19:08:27.9396667Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.9397117Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9397613Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.9398069Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.9398398Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.9398767Z 10:6>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9399444Z 10:6>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9400018Z Task "Message" 2021-11-23T19:08:27.9400363Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj 2021-11-23T19:08:27.9401587Z Done executing task "Message". 2021-11-23T19:08:27.9402054Z 10:6>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9402840Z 10:6>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9404020Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9405541Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9406280Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9407125Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9407611Z 10:6>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9408300Z 10:6>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.9408973Z 10:6>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9411477Z 10:6>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9412319Z 10:6>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:27.9413074Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (9:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.9414443Z 9:5>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.9415798Z 9:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.9416587Z 9:5>Done building target "_GetProjectJsonPath" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9418208Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.9419593Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.9420673Z 9:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9421959Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.9422683Z 9:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9423840Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.9425088Z 9:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9426531Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.9427325Z 9:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9428231Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.9429274Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.9430212Z 9:5>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9431065Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9431578Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9431926Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9432775Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9433236Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9433583Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9434262Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9434771Z 9:5>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9435860Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9436924Z 9:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9437771Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9438256Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.9438597Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.9439301Z 9:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9440074Z 9:5>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9440907Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9441338Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.9441642Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.9442019Z 9:5>Done building target "ApplyImplicitVersions" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9442442Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.9443428Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.9445180Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.9446439Z 9:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.9447861Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.9449220Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.9450497Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.9451172Z 9:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9451964Z 9:5>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9452834Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9453468Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:27.9453785Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:27.9454263Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9454833Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:27.9455124Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:27.9455583Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9456000Z Task "ResolveAppHosts" 2021-11-23T19:08:27.9456263Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:27.9456631Z 9:5>Done building target "ProcessFrameworkReferences" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9457745Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9458806Z 9:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9459837Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9460364Z 9:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9461152Z 9:5>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.9461976Z 9:5>Done building target "CollectPackageReferences" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9462651Z 9:5>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:27.9463480Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9463875Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:27.9464360Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:27.9464944Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client' 2021-11-23T19:08:27.9465481Z (in) MSBuildProjectName 'ProjectB.Client' 2021-11-23T19:08:27.9465932Z (in) ProjectJsonPath '' 2021-11-23T19:08:27.9466393Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9466887Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:27.9467385Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:27.9467720Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:27.9468098Z 9:5>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9468777Z 9:5>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9469356Z Task "Message" 2021-11-23T19:08:27.9469705Z Restore entry point /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj 2021-11-23T19:08:27.9470091Z Done executing task "Message". 2021-11-23T19:08:27.9470455Z 9:5>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9471239Z 9:5>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9472188Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9472926Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9473626Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9474335Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:27.9474830Z 9:5>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9475517Z 9:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:27.9476227Z 9:5>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9476907Z 9:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:27.9477589Z 9:5>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9478479Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:27.9480624Z 9:5>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:27.9481500Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9482467Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:27.9483211Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj' 2021-11-23T19:08:27.9483758Z (in) RestoreSources '' 2021-11-23T19:08:27.9484165Z (in) RestorePackagesPath '' 2021-11-23T19:08:27.9484602Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:27.9485219Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:27.9485650Z (in) RestoreConfigFile '' 2021-11-23T19:08:27.9486123Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:27.9486573Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:27.9487045Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:27.9487518Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:27.9488130Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:27.9488613Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:27.9489127Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:27.9489665Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.9490133Z (out) OutputRepositoryPath '' 2021-11-23T19:08:27.9490626Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.9491118Z (out) OutputFallbackFolders '' 2021-11-23T19:08:27.9491632Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.9491983Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:27.9492536Z 9:5>Done building target "_GetRestoreSettings" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9493232Z 9:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:27.9493944Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:27.9494340Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:27.9494972Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj' 2021-11-23T19:08:27.9495498Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:27.9496015Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:27.9496555Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:27.9497097Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:27.9497474Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:27.9497873Z 9:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9498514Z 9:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (entry point): 2021-11-23T19:08:27.9499147Z 9:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Client.csproj". 2021-11-23T19:08:27.9499670Z 9:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.9500338Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (7:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:27.9501248Z 7:4>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:27.9508903Z 7:4>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:27.9518469Z 7:4>Done building target "_GetProjectJsonPath" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.9533059Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:27.9534556Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:27.9535397Z 7:4>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9540156Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:27.9557225Z 7:4>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.9558967Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:27.9573260Z 7:4>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9582344Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:27.9583177Z 7:4>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.9601544Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:27.9603961Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:27.9605031Z 7:4>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9606144Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9610298Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9610711Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9652877Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9653392Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:27.9653751Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:27.9661856Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:27.9662388Z 7:4>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.9717826Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:27.9772666Z 7:4>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:27.9773464Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9774134Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:27.9774466Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:27.9774848Z 7:4>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.9775486Z 7:4>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9776202Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:27.9776608Z Task "ApplyImplicitVersions" 2021-11-23T19:08:27.9776868Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:27.9777201Z 7:4>Done building target "ApplyImplicitVersions" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.9777594Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:27.9778597Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:27.9780109Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:27.9790528Z 7:4>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:27.9876925Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Exe != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:27.9880942Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:27.9883847Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and false == 'true'). 2021-11-23T19:08:27.9885093Z 7:4>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectA.Host.csproj". 2021-11-23T19:08:27.9998704Z 7:4>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:27.9999569Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0000028Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:28.0000344Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:28.0000797Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0001421Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:28.0001716Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:28.0002155Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0002533Z Task "ResolveAppHosts" 2021-11-23T19:08:28.0002800Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:28.0003116Z 7:4>Done building target "ProcessFrameworkReferences" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0004294Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0005267Z 7:4>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0006836Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0007548Z 7:4>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0008278Z 7:4>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0008995Z 7:4>Done building target "CollectPackageReferences" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0009723Z 7:4>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:28.0010828Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0011195Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:28.0011707Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:28.0012192Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host' 2021-11-23T19:08:28.0012652Z (in) MSBuildProjectName 'ProjectA.Host' 2021-11-23T19:08:28.0013049Z (in) ProjectJsonPath '' 2021-11-23T19:08:28.0013457Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0013922Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:28.0014370Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:28.0014670Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:28.0015014Z 7:4>Done building target "_GetRestoreProjectStyle" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0015568Z 7:4>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0016053Z Task "Message" 2021-11-23T19:08:28.0016348Z Restore entry point /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj 2021-11-23T19:08:28.0016644Z Done executing task "Message". 2021-11-23T19:08:28.0016960Z 7:4>Done building target "_GenerateRestoreSpecs" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0017507Z 7:4>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0018444Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0019128Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0019796Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0020427Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0021026Z 7:4>Done building target "_GetRestoreSettingsOverrides" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0021616Z 7:4>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:28.0022212Z 7:4>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0022760Z 7:4>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0023333Z 7:4>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0029768Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:28.0048388Z 7:4>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:28.0049091Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0049475Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:28.0050137Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj' 2021-11-23T19:08:28.0050905Z (in) RestoreSources '' 2021-11-23T19:08:28.0051326Z (in) RestorePackagesPath '' 2021-11-23T19:08:28.0051725Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:28.0052139Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:28.0052530Z (in) RestoreConfigFile '' 2021-11-23T19:08:28.0052951Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:28.0053382Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:28.0053798Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:28.0054218Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:28.0054651Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:28.0055089Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0055609Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:28.0056102Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0056557Z (out) OutputRepositoryPath '' 2021-11-23T19:08:28.0057045Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0057489Z (out) OutputFallbackFolders '' 2021-11-23T19:08:28.0057980Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0058330Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:28.0058660Z 7:4>Done building target "_GetRestoreSettings" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0059257Z 7:4>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0060086Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0060445Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:28.0061316Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj' 2021-11-23T19:08:28.0061824Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:28.0062300Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0062815Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0063315Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0063672Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:28.0064047Z 7:4>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0064575Z 7:4>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (entry point): 2021-11-23T19:08:28.0065126Z 7:4>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.0065590Z 7:4>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0066191Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (11:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0066950Z 11:4>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0068026Z 11:4>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:28.0068631Z 11:4>Done building target "_GetProjectJsonPath" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0070129Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:28.0071411Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:28.0072239Z 11:4>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0073261Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:28.0073788Z 11:4>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0074920Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:28.0075943Z 11:4>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0077561Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:28.0078318Z 11:4>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0079214Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:28.0080230Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:28.0081076Z 11:4>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:28.0081884Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0082361Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:28.0082717Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:28.0083384Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:28.0083811Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:28.0084297Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:28.0084996Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:28.0085472Z 11:4>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0086536Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0087547Z 11:4>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:28.0088356Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0088831Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:28.0089616Z 10:6>Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:28.0090436Z 10:6>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:28.0091250Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0091614Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:28.0092207Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.0092717Z (in) RestoreSources '' 2021-11-23T19:08:28.0093102Z (in) RestorePackagesPath '' 2021-11-23T19:08:28.0093514Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:28.0093927Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:28.0094317Z (in) RestoreConfigFile '' 2021-11-23T19:08:28.0094641Z 11:4>Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:28.0094952Z 10:6>_GetRestoreSettings: 2021-11-23T19:08:28.0095354Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:28.0095782Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:28.0096197Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:28.0096629Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:28.0097060Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:28.0097430Z 11:4>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0097790Z 10:6>_GetRestoreSettings: 2021-11-23T19:08:28.0098221Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0098709Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:28.0099218Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0099644Z (out) OutputRepositoryPath '' 2021-11-23T19:08:28.0100129Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0100600Z (out) OutputFallbackFolders '' 2021-11-23T19:08:28.0101358Z 11:4>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0102275Z 11:4>Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0102709Z Task "ApplyImplicitVersions" 2021-11-23T19:08:28.0102959Z 10:6>_GetRestoreSettings: 2021-11-23T19:08:28.0103483Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0103835Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:28.0104182Z 10:6>Done building target "_GetRestoreSettings" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.0104855Z 10:6>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0105550Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0105908Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:28.0106483Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.0108035Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:28.0108820Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0109480Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0110129Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0115956Z 11:4>Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:28.0116302Z 10:6>Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:28.0116690Z 10:6>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.0117345Z 10:6>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (entry point): 2021-11-23T19:08:28.0117975Z 10:6>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.0118514Z 10:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0119162Z 11:4>Done building target "ApplyImplicitVersions" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0119577Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:28.0120153Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (17:5) on node 2 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0120896Z 17:5>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0122092Z 17:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:28.0122695Z 17:5>Done building target "_GetProjectJsonPath" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0123583Z 11:4>Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:28.0125306Z 17:5>Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:28.0126584Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:28.0128026Z 11:4>Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:28.0129231Z 17:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0130245Z 17:5>Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('5.0' > '6.0'). 2021-11-23T19:08:28.0130767Z 17:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0132027Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:28.0133100Z 11:4>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:28.0134456Z 11:4>Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:28.0135464Z 17:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0136836Z 17:5>Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '5.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:28.0157934Z 11:4>_CheckForLanguageAndFeatureCombinationSupport: 2021-11-23T19:08:28.0159046Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0159704Z 17:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0160838Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:28.0161432Z 11:4>_CheckForLanguageAndFeatureCombinationSupport: 2021-11-23T19:08:28.0162273Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0162897Z 11:4>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0163753Z 17:5>Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:28.0164585Z 17:5>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:28.0165389Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0165880Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:28.0166234Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:28.0167056Z 11:4>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0167866Z 11:4>Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0168331Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:28.0168639Z 17:5>UpdateAspNetToFrameworkReference: 2021-11-23T19:08:28.0169291Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:28.0169734Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:28.0170086Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:28.0170736Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:28.0171234Z 17:5>Done building target "UpdateAspNetToFrameworkReference" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0172303Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v5.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0173300Z 17:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:28.0174095Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0174696Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:28.0175108Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:28.0175495Z 17:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0175896Z 11:4>Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:28.0176538Z 17:5>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0177295Z 17:5>Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0177707Z Task "ApplyImplicitVersions" 2021-11-23T19:08:28.0177996Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:28.0178345Z 17:5>Done building target "ApplyImplicitVersions" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0178734Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:28.0179683Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:28.0181367Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:28.0182754Z 17:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:28.0184161Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:28.0185342Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0186398Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0187021Z 17:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0187396Z 11:4>ProcessFrameworkReferences: 2021-11-23T19:08:28.0187834Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0188252Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:28.0188875Z 17:5>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0189813Z 17:5>Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0190285Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:28.0190771Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:28.0191631Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0192382Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:28.0192724Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:28.0193266Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0193759Z Task "ResolveAppHosts" 2021-11-23T19:08:28.0194078Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:28.0195184Z 17:5>Done building target "ProcessFrameworkReferences" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0196443Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v5.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0197447Z 17:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0198584Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0199110Z 17:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0199728Z 17:5>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0200309Z 17:5>Done building target "CollectPackageReferences" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0200900Z 17:5>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:28.0201524Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0201878Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:28.0202323Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:28.0202852Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/Geography/Geography.Api' 2021-11-23T19:08:28.0203331Z (in) MSBuildProjectName 'Geography.Api' 2021-11-23T19:08:28.0203747Z (in) ProjectJsonPath '' 2021-11-23T19:08:28.0204186Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0204655Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:28.0205117Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:28.0205416Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:28.0205775Z 17:5>Done building target "_GetRestoreProjectStyle" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0206391Z 17:5>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0207016Z Task "Message" 2021-11-23T19:08:28.0207305Z 11:4>Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:28.0208556Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0209132Z Task "ResolveAppHosts" 2021-11-23T19:08:28.0209480Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:28.0209926Z 11:4>Done building target "ProcessFrameworkReferences" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0211511Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0212708Z 11:4>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0213694Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0214210Z 11:4>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0214834Z 11:4>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0215601Z 11:4>Done building target "CollectPackageReferences" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0216214Z 11:4>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:28.0216835Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0217187Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:28.0217651Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:28.0218174Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests' 2021-11-23T19:08:28.0218661Z (in) MSBuildProjectName 'ProjectA.Api.UnitTests' 2021-11-23T19:08:28.0219090Z (in) ProjectJsonPath '' 2021-11-23T19:08:28.0219539Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0220008Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:28.0220472Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:28.0220923Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:28.0221301Z 11:4>Done building target "_GetRestoreProjectStyle" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0221915Z 11:4>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0222420Z Task "Message" 2021-11-23T19:08:28.0222747Z Restore entry point /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj 2021-11-23T19:08:28.0223088Z Done executing task "Message". 2021-11-23T19:08:28.0223409Z 11:4>Done building target "_GenerateRestoreSpecs" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0224016Z 11:4>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0225050Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0225739Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0226423Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0227100Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0227550Z 11:4>Done building target "_GetRestoreSettingsOverrides" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0228190Z 11:4>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:28.0228828Z 11:4>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0229440Z 11:4>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0230041Z 11:4>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0230895Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:28.0231815Z 11:4>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:28.0232443Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0232804Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:28.0233374Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj' 2021-11-23T19:08:28.0233840Z (in) RestoreSources '' 2021-11-23T19:08:28.0234243Z (in) RestorePackagesPath '' 2021-11-23T19:08:28.0234655Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:28.0235056Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:28.0235466Z (in) RestoreConfigFile '' 2021-11-23T19:08:28.0235874Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:28.0236309Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:28.0236746Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:28.0237152Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:28.0237597Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:28.0238055Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0238545Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:28.0238877Z 17:5>_GenerateRestoreSpecs: 2021-11-23T19:08:28.0239207Z Restore entry point /home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj 2021-11-23T19:08:28.0239548Z Done executing task "Message". 2021-11-23T19:08:28.0239881Z 17:5>Done building target "_GenerateRestoreSpecs" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0240452Z 17:5>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0241287Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0242138Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0242805Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0243480Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0243943Z 17:5>Done building target "_GetRestoreSettingsOverrides" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0244554Z 17:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:28.0245189Z 17:5>Done building target "_GetRestoreSettingsPerFramework" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0245803Z 17:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0246414Z 17:5>Done building target "_GetRestoreSettingsCurrentProject" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0247243Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:28.0248022Z 17:5>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:28.0248790Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0249139Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:28.0249707Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj' 2021-11-23T19:08:28.0250187Z (in) RestoreSources '' 2021-11-23T19:08:28.0250574Z (in) RestorePackagesPath '' 2021-11-23T19:08:28.0250987Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:28.0251272Z 11:4>_GetRestoreSettings: 2021-11-23T19:08:28.0251705Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0252148Z (out) OutputRepositoryPath '' 2021-11-23T19:08:28.0252620Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0253088Z (out) OutputFallbackFolders '' 2021-11-23T19:08:28.0253589Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0253924Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:28.0254286Z 11:4>Done building target "_GetRestoreSettings" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0254921Z 11:4>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0255566Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0255938Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:28.0256477Z (in) ProjectPath '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj' 2021-11-23T19:08:28.0256954Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:28.0257456Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0257970Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0258473Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0258957Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:28.0259330Z 11:4>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0259908Z 11:4>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (entry point): 2021-11-23T19:08:28.0260479Z 11:4>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.0261116Z 11:4>Done Building Project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0261798Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (16:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0262650Z 16:5>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0263807Z 16:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:28.0264430Z 16:5>Done building target "_GetProjectJsonPath" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0265935Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:28.0267215Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:28.0268085Z 16:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0269145Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:28.0269691Z 16:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0270829Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:28.0271912Z 16:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0273323Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:28.0274279Z 16:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0275244Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:28.0276248Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:28.0277062Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.0278164Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0279219Z 16:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0280208Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0280684Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:28.0281031Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:28.0281437Z 16:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0282405Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:28.0283925Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:28.0285189Z 16:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:28.0286582Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:28.0287767Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0288992Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0289629Z 16:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0290330Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.0291124Z 16:5>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0291983Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0292443Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:28.0292753Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:28.0293225Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0293658Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:28.0293940Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:28.0294379Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0294913Z Task "ResolveAppHosts" 2021-11-23T19:08:28.0295172Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:28.0295458Z 17:5>_GetRestoreSettings: 2021-11-23T19:08:28.0295885Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:28.0296269Z 16:5>Done building target "ProcessFrameworkReferences" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0297352Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0298400Z 16:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0299416Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0299952Z 16:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0300643Z 16:5>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0306935Z 16:5>Done building target "CollectPackageReferences" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0307658Z 16:5>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:28.0363140Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0363602Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:28.0381469Z (in) HasPackageReferenceItems 'False' 2021-11-23T19:08:28.0382150Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders' 2021-11-23T19:08:28.0382749Z (in) MSBuildProjectName 'ProjectB.Tests.ObjectBuilders' 2021-11-23T19:08:28.0383214Z (in) ProjectJsonPath '' 2021-11-23T19:08:28.0383646Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0384139Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:28.0384636Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:28.0384951Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:28.0385462Z 16:5>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0385845Z 17:5>_GetRestoreSettings: 2021-11-23T19:08:28.0386285Z (in) RestoreConfigFile '' 2021-11-23T19:08:28.0386916Z 16:5>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0387513Z 16:5>Task "Message" 2021-11-23T19:08:28.0387877Z Restore entry point /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj 2021-11-23T19:08:28.0388274Z Done executing task "Message". 2021-11-23T19:08:28.0389048Z 16:5>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0389724Z 16:5>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0390700Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0391425Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0392121Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0392802Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0393313Z 16:5>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0394032Z 16:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:28.0394746Z 16:5>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0395447Z 16:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0396154Z 16:5>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0397037Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:28.0398057Z 16:5>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:28.0398768Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0399136Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:28.0399775Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj' 2021-11-23T19:08:28.0400312Z (in) RestoreSources '' 2021-11-23T19:08:28.0400725Z (in) RestorePackagesPath '' 2021-11-23T19:08:28.0401145Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:28.0401572Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:28.0401973Z (in) RestoreConfigFile '' 2021-11-23T19:08:28.0402407Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:28.0402845Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:28.0403270Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:28.0403702Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:28.0404126Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:28.0404592Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0405114Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:28.0405431Z 17:5>_GetRestoreSettings: 2021-11-23T19:08:28.0405853Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:28.0406146Z 16:5>_GetRestoreSettings: 2021-11-23T19:08:28.0406591Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0407223Z (out) OutputRepositoryPath '' 2021-11-23T19:08:28.0407711Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0408188Z (out) OutputFallbackFolders '' 2021-11-23T19:08:28.0408704Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0409046Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:28.0410198Z 16:5>Done building target "_GetRestoreSettings" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0411107Z 16:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0411979Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0412467Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:28.0412966Z 17:5>_GetRestoreSettings: 2021-11-23T19:08:28.0413477Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:28.0413826Z 16:5>_GenerateDotnetCliToolReferenceSpecs: 2021-11-23T19:08:28.0414462Z (in) ProjectPath '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj' 2021-11-23T19:08:28.0414991Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:28.0415492Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0416001Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0416540Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0416957Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:28.0417363Z 16:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0418034Z 16:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (entry point): 2021-11-23T19:08:28.0420071Z 16:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.0420634Z 16:5>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0421234Z 17:5>_GetRestoreSettings: 2021-11-23T19:08:28.0421767Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:28.0422196Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:28.0422825Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:28.0423311Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0424032Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:28.0425717Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0426209Z (out) OutputRepositoryPath '' 2021-11-23T19:08:28.0426898Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0427392Z (out) OutputFallbackFolders '' 2021-11-23T19:08:28.0427906Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0428258Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:28.0428963Z 17:5>Done building target "_GetRestoreSettings" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0429570Z 17:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0430430Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0430803Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:28.0431363Z (in) ProjectPath '/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj' 2021-11-23T19:08:28.0431964Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:28.0432476Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0432971Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0433489Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0433845Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:28.0434207Z 17:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0434891Z 17:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (entry point): 2021-11-23T19:08:28.0435472Z 17:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "Geography.Api.csproj". 2021-11-23T19:08:28.0435943Z 17:5>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0436551Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (8:5) on node 2 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0437256Z 8:5>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0438314Z 8:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:28.0438890Z 8:5>Done building target "_GetProjectJsonPath" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0440376Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:28.0441649Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:28.0442448Z 8:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0443445Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:28.0443940Z 8:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0445060Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:28.0446071Z 8:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0447612Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:28.0448352Z 8:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0449233Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:28.0450225Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:28.0451054Z 8:5>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:28.0451906Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0452411Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:28.0452802Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:28.0453465Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:28.0453917Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:28.0454255Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:28.0455072Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:28.0455560Z 8:5>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0456797Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0457989Z 8:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:28.0459021Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0459973Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:28.0460514Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:28.0461066Z 8:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0461932Z 8:5>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0462992Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0463407Z Task "ApplyImplicitVersions" 2021-11-23T19:08:28.0463691Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:28.0464035Z 8:5>Done building target "ApplyImplicitVersions" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0464416Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:28.0465392Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:28.0466914Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:28.0468107Z 8:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:28.0469652Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:28.0470872Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0472133Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0472757Z 8:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0473464Z 8:5>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0474268Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0474747Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:28.0475063Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:28.0475544Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0475991Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:28.0476282Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:28.0476734Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0477150Z Task "ResolveAppHosts" 2021-11-23T19:08:28.0477551Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:28.0477909Z 8:5>Done building target "ProcessFrameworkReferences" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0479424Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0480490Z 8:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0481716Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0482290Z 8:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0482953Z 8:5>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0483599Z 8:5>Done building target "CollectPackageReferences" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0484379Z 8:5>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:28.0485183Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0485725Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:28.0486153Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:28.0486679Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api' 2021-11-23T19:08:28.0487326Z (in) MSBuildProjectName 'ProjectA.Api' 2021-11-23T19:08:28.0487938Z (in) ProjectJsonPath '' 2021-11-23T19:08:28.0488575Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0489092Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:28.0489594Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:28.0489940Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:28.0490308Z 8:5>Done building target "_GetRestoreProjectStyle" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0490945Z 8:5>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0491656Z Task "Message" 2021-11-23T19:08:28.0491960Z Restore entry point /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj 2021-11-23T19:08:28.0492309Z Done executing task "Message". 2021-11-23T19:08:28.0492641Z 8:5>Done building target "_GenerateRestoreSpecs" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0493243Z 8:5>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0494104Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0494840Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0495544Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0496255Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0496886Z 8:5>Done building target "_GetRestoreSettingsOverrides" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0497506Z 8:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:28.0498152Z 8:5>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0498765Z 8:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0499364Z 8:5>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0500433Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:28.0501432Z 8:5>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:28.0502071Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0502421Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:28.0502972Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.0503808Z (in) RestoreSources '' 2021-11-23T19:08:28.0504482Z (in) RestorePackagesPath '' 2021-11-23T19:08:28.0504992Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:28.0505489Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:28.0506007Z (in) RestoreConfigFile '' 2021-11-23T19:08:28.0506506Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:28.0507202Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:28.0508035Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:28.0508689Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:28.0509504Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:28.0511219Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0514864Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:28.0516513Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0517088Z (out) OutputRepositoryPath '' 2021-11-23T19:08:28.0517709Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0518647Z (out) OutputFallbackFolders '' 2021-11-23T19:08:28.0519562Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0519967Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:28.0520344Z 8:5>Done building target "_GetRestoreSettings" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0520976Z 8:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0521684Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0522094Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:28.0522627Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.0523141Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:28.0523676Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0524222Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0525065Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0525440Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:28.0525849Z 8:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0526450Z 8:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (entry point): 2021-11-23T19:08:28.0527019Z 8:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.0527516Z 8:5>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0528243Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (12:4) on node 2 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0529181Z 12:4>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0530394Z 12:4>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:28.0531073Z 12:4>Done building target "_GetProjectJsonPath" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0532744Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:28.0534358Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:28.0535500Z 12:4>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0536664Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:28.0537250Z 12:4>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0538676Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:28.0539842Z 12:4>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0541979Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:28.0543050Z 12:4>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0544439Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:28.0545488Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:28.0546430Z 12:4>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:28.0547353Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0547875Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:28.0548251Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:28.0548934Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:28.0549403Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:28.0549776Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:28.0550465Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:28.0551009Z 12:4>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0552340Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0553467Z 12:4>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:28.0554367Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0554872Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:28.0555230Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:28.0555680Z 12:4>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0556476Z 12:4>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0557333Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0557922Z Task "ApplyImplicitVersions" 2021-11-23T19:08:28.0558234Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:28.0558618Z 12:4>Done building target "ApplyImplicitVersions" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0559076Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:28.0560065Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:28.0562389Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:28.0563759Z 12:4>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "ProcessFrameworkReferences" depends on it): 2021-11-23T19:08:28.0565418Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:28.0566638Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0567908Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:28.0568586Z 12:4>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0569398Z 12:4>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0570272Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0570735Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:28.0571067Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:28.0571548Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0571981Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:28.0572287Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:28.0573093Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:28.0574103Z Task "ResolveAppHosts" 2021-11-23T19:08:28.0574403Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:28.0575013Z 12:4>Done building target "ProcessFrameworkReferences" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0576191Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:28.0577470Z 12:4>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:28.0578560Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0579137Z 12:4>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0579878Z 12:4>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0580579Z 12:4>Done building target "CollectPackageReferences" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0581760Z 12:4>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:28.0582685Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0583089Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:28.0583963Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:28.0584567Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests' 2021-11-23T19:08:28.0585153Z (in) MSBuildProjectName 'ProjectB.Application.UnitTests' 2021-11-23T19:08:28.0585604Z (in) ProjectJsonPath '' 2021-11-23T19:08:28.0586068Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0586574Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:28.0587202Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:28.0587529Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:28.0588072Z 12:4>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0588771Z 12:4>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0589351Z Task "Message" 2021-11-23T19:08:28.0589720Z Restore entry point /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj 2021-11-23T19:08:28.0590092Z Done executing task "Message". 2021-11-23T19:08:28.0590455Z 12:4>Done building target "_GenerateRestoreSpecs" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0591300Z 12:4>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0592379Z Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0593104Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0593820Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0594670Z Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0595138Z 12:4>Done building target "_GetRestoreSettingsOverrides" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0595838Z 12:4>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 2021-11-23T19:08:28.0596551Z 12:4>Done building target "_GetRestoreSettingsPerFramework" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0597223Z 12:4>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GetRestoreSettings" depends on it): 2021-11-23T19:08:28.0597909Z 12:4>Done building target "_GetRestoreSettingsCurrentProject" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0598779Z Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 2021-11-23T19:08:28.0599613Z 12:4>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 2021-11-23T19:08:28.0600286Z Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0600774Z Task "GetRestoreSettingsTask" 2021-11-23T19:08:28.0601413Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj' 2021-11-23T19:08:28.0601919Z (in) RestoreSources '' 2021-11-23T19:08:28.0602322Z (in) RestorePackagesPath '' 2021-11-23T19:08:28.0602735Z (in) RestoreRepositoryPath '' 2021-11-23T19:08:28.0603132Z (in) RestoreFallbackFolders '' 2021-11-23T19:08:28.0603539Z (in) RestoreConfigFile '' 2021-11-23T19:08:28.0603934Z (in) RestoreSolutionDirectory '' 2021-11-23T19:08:28.0604363Z (in) RestoreRootConfigDirectory '' 2021-11-23T19:08:28.0604804Z (in) RestorePackagesPathOverride '' 2021-11-23T19:08:28.0605208Z (in) RestoreSourcesOverride '' 2021-11-23T19:08:28.0605642Z (in) RestoreFallbackFoldersOverride '' 2021-11-23T19:08:28.0606104Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:28.0606590Z (in) MSBuildStartupDirectory '/home/vsts/work/1/s/build/scripts' 2021-11-23T19:08:28.0607098Z (out) OutputPackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0607523Z (out) OutputRepositoryPath '' 2021-11-23T19:08:28.0608012Z (out) OutputSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0608474Z (out) OutputFallbackFolders '' 2021-11-23T19:08:28.0608945Z (out) OutputConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0609292Z Done executing task "GetRestoreSettingsTask". 2021-11-23T19:08:28.0609667Z 12:4>Done building target "_GetRestoreSettings" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0610485Z 12:4>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0611204Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0611575Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:28.0612185Z (in) ProjectPath '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj' 2021-11-23T19:08:28.0612719Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:28.0613215Z (in) RestoreSources 'https://api.nuget.org/v3/index.json' 2021-11-23T19:08:28.0613711Z (in) RestorePackagesPath '/home/vsts/.nuget/packages/' 2021-11-23T19:08:28.0614242Z (in) RestoreConfigFilePaths '/home/vsts/.nuget/NuGet/NuGet.Config' 2021-11-23T19:08:28.0614597Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:28.0614986Z 12:4>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0615634Z 12:4>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (entry point): 2021-11-23T19:08:28.0616273Z 12:4>Done building target "_GenerateRestoreGraphProjectEntry" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.0616804Z 12:4>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0617737Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (21:4) on node 2 (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0618877Z 21:4>Project file contains ToolsVersion="15.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="Current". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424. 2021-11-23T19:08:28.0620419Z 21:4>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0621195Z Using "GetRestoreProjectJsonPathTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0621574Z Task "GetRestoreProjectJsonPathTask" 2021-11-23T19:08:28.0622117Z (in) ProjectPath '/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj' 2021-11-23T19:08:28.0622584Z (out) ProjectJsonPath '' 2021-11-23T19:08:28.0622883Z Done executing task "GetRestoreProjectJsonPathTask". 2021-11-23T19:08:28.0623410Z 21:4>Done building target "_GetProjectJsonPath" in project "docker-compose.dcproj". 2021-11-23T19:08:28.0624249Z 21:4>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:28.0625024Z 21:4>Done building target "CollectPackageReferences" in project "docker-compose.dcproj". 2021-11-23T19:08:28.0626758Z 21:4>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateRestoreSpecs" depends on it): 2021-11-23T19:08:28.0627840Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0628294Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:28.0628944Z (in) HasPackageReferenceItems 'False' 2021-11-23T19:08:28.0629944Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/DockerCompose' 2021-11-23T19:08:28.0630479Z (in) MSBuildProjectName 'docker-compose' 2021-11-23T19:08:28.0630950Z (in) ProjectJsonPath '' 2021-11-23T19:08:28.0631403Z (in) RestoreProjectStyle '' 2021-11-23T19:08:28.0631906Z (out) IsPackageReferenceCompatibleProjectStyle 'False' 2021-11-23T19:08:28.0632563Z (out) ProjectStyle 'Unknown' 2021-11-23T19:08:28.0632881Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:28.0633766Z 21:4>Done building target "_GetRestoreProjectStyle" in project "docker-compose.dcproj". 2021-11-23T19:08:28.0634677Z 21:4>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0635421Z Task "Message" 2021-11-23T19:08:28.0635924Z Restore entry point /home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj 2021-11-23T19:08:28.0636293Z Done executing task "Message". 2021-11-23T19:08:28.0636832Z 21:4>Done building target "_GenerateRestoreSpecs" in project "docker-compose.dcproj". 2021-11-23T19:08:28.0638392Z Target "_GetRestoreSettings" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'PackageReference' OR '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == 'DotnetToolReference' OR '$(RestoreProjectStyle)' == 'PackagesConfig') was evaluated as ( 'Unknown' == 'PackageReference' OR 'Unknown' == 'ProjectJson' OR 'Unknown' == 'DotnetToolReference' OR 'Unknown' == 'PackagesConfig'). 2021-11-23T19:08:28.0639701Z 21:4>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 2021-11-23T19:08:28.0640527Z Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0641076Z Task "GetRestoreDotnetCliToolsTask" 2021-11-23T19:08:28.0641596Z (in) ProjectPath '/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj' 2021-11-23T19:08:28.0642069Z (in) DotnetCliToolReferences '' 2021-11-23T19:08:28.0642374Z Done executing task "GetRestoreDotnetCliToolsTask". 2021-11-23T19:08:28.0642901Z 21:4>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "docker-compose.dcproj". 2021-11-23T19:08:28.0643698Z 21:4>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (entry point): 2021-11-23T19:08:28.0644427Z 21:4>Done building target "_GenerateRestoreGraphProjectEntry" in project "docker-compose.dcproj". 2021-11-23T19:08:28.0645087Z 21:4>Done Building Project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (_GenerateRestoreGraphProjectEntry target(s)). 2021-11-23T19:08:28.0645481Z 1>Done executing task "MSBuild". 2021-11-23T19:08:28.0645725Z Task "MSBuild" 2021-11-23T19:08:28.0645950Z Global Properties: 2021-11-23T19:08:28.0646223Z ExcludeRestorePackageImports=true 2021-11-23T19:08:28.0646481Z _RestoreSolutionFileUsed=true 2021-11-23T19:08:28.0646759Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:28.0647041Z SolutionName=ProjectBServices 2021-11-23T19:08:28.0647317Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:28.0647637Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:28.0648063Z SolutionExt=.sln 2021-11-23T19:08:28.0648378Z Additional Properties for project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj": 2021-11-23T19:08:28.0648716Z Configuration=Release 2021-11-23T19:08:28.0648943Z Platform=AnyCPU 2021-11-23T19:08:28.0649313Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj": 2021-11-23T19:08:28.0649681Z Configuration=Release 2021-11-23T19:08:28.0649910Z Platform=AnyCPU 2021-11-23T19:08:28.0650312Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj": 2021-11-23T19:08:28.0650719Z Configuration=Release 2021-11-23T19:08:28.0651130Z Platform=AnyCPU 2021-11-23T19:08:28.0651546Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:28.0651973Z Configuration=Release 2021-11-23T19:08:28.0652206Z Platform=AnyCPU 2021-11-23T19:08:28.0652600Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:28.0652988Z Configuration=Release 2021-11-23T19:08:28.0653237Z Platform=AnyCPU 2021-11-23T19:08:28.0653632Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj": 2021-11-23T19:08:28.0654016Z Configuration=Release 2021-11-23T19:08:28.0654262Z Platform=AnyCPU 2021-11-23T19:08:28.0654652Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj": 2021-11-23T19:08:28.0655029Z Configuration=Release 2021-11-23T19:08:28.0655281Z Platform=AnyCPU 2021-11-23T19:08:28.0655658Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:28.0656030Z Configuration=Release 2021-11-23T19:08:28.0656390Z Platform=AnyCPU 2021-11-23T19:08:28.0656745Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:28.0657286Z Configuration=Release 2021-11-23T19:08:28.0657528Z Platform=AnyCPU 2021-11-23T19:08:28.0657880Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:28.0658247Z Configuration=Release 2021-11-23T19:08:28.0658484Z Platform=AnyCPU 2021-11-23T19:08:28.0658849Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:28.0659241Z Configuration=Release 2021-11-23T19:08:28.0659653Z Platform=AnyCPU 2021-11-23T19:08:28.0660407Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj": 2021-11-23T19:08:28.0661266Z Configuration=Release 2021-11-23T19:08:28.0661555Z Platform=AnyCPU 2021-11-23T19:08:28.0662168Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj": 2021-11-23T19:08:28.0662625Z Configuration=Release 2021-11-23T19:08:28.0662920Z Platform=AnyCPU 2021-11-23T19:08:28.0663340Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj": 2021-11-23T19:08:28.0664067Z Configuration=Release 2021-11-23T19:08:28.0664314Z Platform=AnyCPU 2021-11-23T19:08:28.0664889Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj": 2021-11-23T19:08:28.0665442Z Configuration=Release 2021-11-23T19:08:28.0666061Z Platform=AnyCPU 2021-11-23T19:08:28.0666665Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj": 2021-11-23T19:08:28.0667044Z Configuration=Release 2021-11-23T19:08:28.0667327Z Platform=AnyCPU 2021-11-23T19:08:28.0667732Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj": 2021-11-23T19:08:28.0668490Z Configuration=Release 2021-11-23T19:08:28.0668753Z Platform=AnyCPU 2021-11-23T19:08:28.0669328Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj": 2021-11-23T19:08:28.0669754Z Configuration=Release 2021-11-23T19:08:28.0670171Z Platform=AnyCPU 2021-11-23T19:08:28.0670564Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj": 2021-11-23T19:08:28.0670984Z Configuration=Release 2021-11-23T19:08:28.0671231Z Platform=AnyCPU 2021-11-23T19:08:28.0671823Z Additional Properties for project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj": 2021-11-23T19:08:28.0672193Z Configuration=Release 2021-11-23T19:08:28.0672426Z Platform=AnyCPU 2021-11-23T19:08:28.0673049Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14:7) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0673556Z 14:7>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0673903Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0674263Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0675013Z 14:7>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.0675774Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0676145Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.0676680Z (in) ProjectPath '/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj' 2021-11-23T19:08:28.0677178Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.0677634Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.0678224Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.0678615Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.0679011Z (in) TargetFrameworks '' 2021-11-23T19:08:28.0679407Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.0679824Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.0680141Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.0680485Z 14:7>Done building target "_GetRestoreTargetFrameworksOutput" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0680870Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.0681416Z 14:7>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.0681900Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.0682175Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.0682517Z 14:7>Done building target "_GenerateRestoreProjectSpec" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0683188Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0683781Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0684145Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.0684898Z 14:7>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0685486Z 14:7>Done building target "CollectPackageDownloads" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0686081Z 14:7>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0686662Z 14:7>Done building target "CollectFrameworkReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0687266Z 14:7>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0687869Z 14:7>Done building target "CollectCentralPackageVersions" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0688571Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.0689245Z 14:7>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.0690071Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0690441Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.0690935Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj' 2021-11-23T19:08:28.0691397Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0691942Z (in) ProjectReferences '' 2021-11-23T19:08:28.0692423Z (in) ParentProjectPath '/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj' 2021-11-23T19:08:28.0692784Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.0693175Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0693531Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.0694026Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj' 2021-11-23T19:08:28.0694485Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0695386Z (in) PackageReferences 'Azure.Extensions.AspNetCore.Configuration.Secrets;Azure.Identity;Azure.Security.KeyVault.Secrets;Microsoft.Extensions.Configuration;Microsoft.Extensions.Configuration.Abstractions;Microsoft.Extensions.Configuration.Binder;Microsoft.Extensions.DependencyInjection.Abstractions' 2021-11-23T19:08:28.0696021Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.0696822Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.0697431Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0697781Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.0698270Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj' 2021-11-23T19:08:28.0698714Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0699112Z (in) PackageDownloads '' 2021-11-23T19:08:28.0699537Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.0699911Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0700292Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.0700928Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj' 2021-11-23T19:08:28.0701412Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0701863Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.0702193Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.0702549Z 14:7>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0703149Z 14:7>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.0703759Z 14:7>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0704326Z 14:7>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.0704898Z 14:7>Done building target "_GenerateRestoreDependencies" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0705406Z 14:7>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (entry point): 2021-11-23T19:08:28.0705898Z 14:7>Done building target "_GenerateProjectRestoreGraph" in project "EM.Shared.csproj". 2021-11-23T19:08:28.0706327Z 14:7>Done Building Project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0706946Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0707846Z 6:10>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0708231Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0708603Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0709223Z 6:10>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.0709907Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0710288Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.0710900Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.0711483Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.0711940Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.0712341Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.0712762Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.0713171Z (in) TargetFrameworks '' 2021-11-23T19:08:28.0713567Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.0713998Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.0714480Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.0714862Z 6:10>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0715392Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.0715987Z 6:10>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.0716612Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.0716891Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.0717235Z 6:10>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0717975Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0718443Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0718790Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.0719423Z 6:10>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0720073Z 6:10>Done building target "CollectPackageDownloads" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0720724Z 6:10>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0721364Z 6:10>Done building target "CollectFrameworkReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0722025Z 6:10>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0722696Z 6:10>Done building target "CollectCentralPackageVersions" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0723692Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.0724452Z 6:10>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.0725168Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0725548Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.0726697Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.0728288Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0729086Z (in) ProjectReferences '../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:28.0729992Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.0730837Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.0731744Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0732136Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.0732749Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.0733648Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0734208Z (in) PackageReferences 'Microsoft.EntityFrameworkCore.SqlServer;Microsoft.Extensions.Configuration' 2021-11-23T19:08:28.0734621Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.0735429Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.0736059Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0736436Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.0737356Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.0737882Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0738300Z (in) PackageDownloads '' 2021-11-23T19:08:28.0738593Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.0738998Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0739390Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.0739974Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.0740669Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0741286Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.0741608Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.0741998Z 6:10>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0742876Z 6:10>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.0743723Z 6:10>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0744412Z 6:10>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.0745078Z 6:10>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0745833Z 6:10>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (entry point): 2021-11-23T19:08:28.0746426Z 6:10>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:28.0746925Z 6:10>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0747600Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:7) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0748147Z 4:7>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0748511Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0748867Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0749582Z 4:7>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.0750257Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0750623Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.0751218Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:28.0751777Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.0752216Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.0752605Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.0753017Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.0753393Z (in) TargetFrameworks '' 2021-11-23T19:08:28.0753800Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.0754221Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.0754519Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.0754909Z 4:7>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0755304Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.0756083Z 4:7>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.0756656Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.0756938Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.0757294Z 4:7>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0758017Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0758624Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0758987Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.0759634Z 4:7>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0760304Z 4:7>Done building target "CollectPackageDownloads" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0761141Z 4:7>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0761809Z 4:7>Done building target "CollectFrameworkReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0762474Z 4:7>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0763137Z 4:7>Done building target "CollectCentralPackageVersions" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0763813Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.0764544Z 4:7>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.0765383Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0765744Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.0766354Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:28.0766868Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0767607Z (in) ProjectReferences '../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.0768407Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:28.0768827Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.0780228Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0781023Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.0795690Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:28.0796237Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0796913Z (in) PackageReferences 'Microsoft.Extensions.DependencyInjection;AutoMapper;AutoMapper.Extensions.Microsoft.DependencyInjection;Calzolari.Grpc.AspNetCore.Validation' 2021-11-23T19:08:28.0797382Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.0798166Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.0798794Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0799377Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.0799994Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:28.0800519Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0800919Z (in) PackageDownloads '' 2021-11-23T19:08:28.0801206Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.0801599Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0801973Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.0802534Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:28.0803059Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0803503Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.0803826Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.0804218Z 4:7>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0804881Z 4:7>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.0805560Z 4:7>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0806226Z 4:7>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.0807021Z 4:7>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0807598Z 4:7>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (entry point): 2021-11-23T19:08:28.0808187Z 4:7>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Application.csproj". 2021-11-23T19:08:28.0808687Z 4:7>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0809343Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:8) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0809885Z 3:8>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0810253Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0810610Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0811197Z 3:8>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.0812486Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0812871Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.0813525Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:28.0814084Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.0814756Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.0815220Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.0815835Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.0816406Z (in) TargetFrameworks '' 2021-11-23T19:08:28.0816924Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.0817469Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.0817859Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.0818345Z 3:8>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0818851Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.0847566Z 3:8>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.0937399Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.0938088Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.0938456Z 3:8>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0939487Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.0939977Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0940507Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.0941463Z 3:8>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0942505Z 3:8>Done building target "CollectPackageDownloads" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0943157Z 3:8>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0943818Z 3:8>Done building target "CollectFrameworkReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0944482Z 3:8>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.0945149Z 3:8>Done building target "CollectCentralPackageVersions" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0946055Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.0946784Z 3:8>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.0947464Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0947819Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.0948393Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:28.0948901Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0949295Z (in) ProjectReferences '' 2021-11-23T19:08:28.0949853Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:28.0950412Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.0950795Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0951165Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.0951751Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:28.0952262Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0952662Z (in) PackageReferences '' 2021-11-23T19:08:28.0952945Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.0953745Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.0954365Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0954723Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.0955282Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:28.0955786Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0956165Z (in) PackageDownloads '' 2021-11-23T19:08:28.0956465Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.0956854Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0957214Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.0957772Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:28.0958436Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.0958867Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.0959209Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.0959577Z 3:8>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0960238Z 3:8>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.0960896Z 3:8>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0961536Z 3:8>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.0962150Z 3:8>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0962715Z 3:8>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (entry point): 2021-11-23T19:08:28.0963281Z 3:8>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:28.0963746Z 3:8>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0964382Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:6) on node 2 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.0964930Z 5:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0965400Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0965769Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.0966363Z 5:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.0967007Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.0967358Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.0967938Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj' 2021-11-23T19:08:28.0968490Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.0968918Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.0969336Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.0969733Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.0970132Z (in) TargetFrameworks '' 2021-11-23T19:08:28.0970531Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.0970941Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.0971254Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.0979026Z 5:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1038269Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1038931Z 5:6>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1039705Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1039979Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1040335Z 5:6>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1041174Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1041654Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1042020Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1042614Z 5:6>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1043252Z 5:6>Done building target "CollectPackageDownloads" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1043886Z 5:6>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1044518Z 5:6>Done building target "CollectFrameworkReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1045136Z 5:6>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1045773Z 5:6>Done building target "CollectCentralPackageVersions" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1046337Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:7) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1047014Z 18:7>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1047390Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1047753Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1048323Z 18:7>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1048957Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1049328Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1049905Z (in) ProjectPath '/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:28.1050457Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v5.0' 2021-11-23T19:08:28.1050900Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1051290Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1051699Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1052095Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1052479Z (in) TargetFramework 'net5.0' 2021-11-23T19:08:28.1052904Z (out) ProjectTargetFrameworks 'net5.0' 2021-11-23T19:08:28.1053206Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1053576Z 18:7>Done building target "_GetRestoreTargetFrameworksOutput" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1053960Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1054665Z 18:7>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1055203Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1055484Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1055819Z 18:7>Done building target "_GenerateRestoreProjectSpec" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1056537Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1057001Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1057348Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1057944Z 18:7>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1058563Z 18:7>Done building target "CollectPackageDownloads" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1059162Z 18:7>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1059777Z 18:7>Done building target "CollectFrameworkReferences" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1060394Z 18:7>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1061241Z 18:7>Done building target "CollectCentralPackageVersions" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1061920Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1062791Z 18:7>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1063462Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1063817Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1064392Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:28.1065072Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1065473Z (in) ProjectReferences '' 2021-11-23T19:08:28.1066017Z (in) ParentProjectPath '/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:28.1066412Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1066804Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1067184Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1067734Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:28.1068218Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1068626Z (in) PackageReferences '' 2021-11-23T19:08:28.1068919Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1069741Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1070504Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1071055Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1071607Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:28.1072101Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1072479Z (in) PackageDownloads '' 2021-11-23T19:08:28.1072781Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1073171Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1073529Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1074064Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:28.1074564Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1074994Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1075327Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1075698Z 18:7>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1076330Z 18:7>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1076963Z 18:7>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1077580Z 18:7>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1078171Z 18:7>Done building target "_GenerateRestoreDependencies" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1078837Z 18:7>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (entry point): 2021-11-23T19:08:28.1079389Z 18:7>Done building target "_GenerateProjectRestoreGraph" in project "Geography.Mocks.csproj". 2021-11-23T19:08:28.1079834Z 18:7>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1080461Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:7) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1081014Z 13:7>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1081378Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1081727Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1082324Z 13:7>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1082966Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1083316Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1083902Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:28.1084451Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1085036Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1085453Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1085845Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1086253Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1086657Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1087064Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1087377Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1087735Z 13:7>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1088125Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1088714Z 13:7>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1089262Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1089526Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1092807Z 13:7>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1093714Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1094204Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1094571Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1095169Z 13:7>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1095806Z 13:7>Done building target "CollectPackageDownloads" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1096436Z 13:7>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1097272Z 13:7>Done building target "CollectFrameworkReferences" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1097902Z 13:7>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1098541Z 13:7>Done building target "CollectCentralPackageVersions" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1099251Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1099955Z 13:7>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1100640Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1101197Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1101796Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:28.1102286Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1102689Z (in) ProjectReferences '' 2021-11-23T19:08:28.1103217Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:28.1103787Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1104181Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1104540Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1105133Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:28.1105634Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1106092Z (in) PackageReferences 'Microsoft.Extensions.DependencyInjection' 2021-11-23T19:08:28.1106443Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1107243Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1107843Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1108211Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1108768Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:28.1109249Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1109644Z (in) PackageDownloads '' 2021-11-23T19:08:28.1109945Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1110322Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1110696Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1111233Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:28.1111732Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1112184Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1112500Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1112883Z 13:7>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1113666Z 13:7>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1114313Z 13:7>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1114952Z 13:7>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1115574Z 13:7>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1116133Z 13:7>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (entry point): 2021-11-23T19:08:28.1116679Z 13:7>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Core.csproj". 2021-11-23T19:08:28.1117154Z 13:7>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1117804Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1118353Z 19:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1118824Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1119189Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1119796Z 19:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1120463Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1120830Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1121425Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:28.1121982Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v5.0' 2021-11-23T19:08:28.1122437Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1122828Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1123240Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1123646Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1124032Z (in) TargetFramework 'net5.0' 2021-11-23T19:08:28.1124454Z (out) ProjectTargetFrameworks 'net5.0' 2021-11-23T19:08:28.1124754Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1125135Z 19:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1125531Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1126120Z 19:6>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1126684Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1126961Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1127306Z 19:6>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1128325Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1129187Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1129644Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1131387Z 19:6>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1132336Z 19:6>Done building target "CollectPackageDownloads" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1133178Z 19:6>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1134274Z 19:6>Done building target "CollectFrameworkReferences" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1135616Z 19:6>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1136644Z 19:6>Done building target "CollectCentralPackageVersions" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1137690Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1139310Z 19:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1140039Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1140419Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1141245Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:28.1141979Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1142361Z (in) ProjectReferences '' 2021-11-23T19:08:28.1142933Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:28.1143358Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1143733Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1144108Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1144874Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:28.1145383Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1145795Z (in) PackageReferences '' 2021-11-23T19:08:28.1146105Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1146908Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1147709Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1148075Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1148826Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:28.1149354Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1149749Z (in) PackageDownloads '' 2021-11-23T19:08:28.1150034Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1150425Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1150783Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1151360Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:28.1151881Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1152304Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1152639Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1153035Z 19:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1153693Z 19:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1154369Z 19:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1155024Z 19:6>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1155817Z 19:6>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1156389Z 19:6>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (entry point): 2021-11-23T19:08:28.1156969Z 19:6>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:28.1157465Z 19:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1158227Z 5:6>Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1158945Z 5:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1159626Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1159980Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1160533Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj' 2021-11-23T19:08:28.1161028Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1161727Z (in) ProjectReferences '../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Domain/ProjectB.Domain.csproj' 2021-11-23T19:08:28.1162470Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj' 2021-11-23T19:08:28.1162870Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1163243Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1163736Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1164326Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj' 2021-11-23T19:08:28.1164800Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1165443Z (in) PackageReferences 'protobuf-net.Grpc.AspNetCore;AutoMapper;AutoMapper.Extensions.Microsoft.DependencyInjection;Calzolari.Grpc.AspNetCore.Validation' 2021-11-23T19:08:28.1165894Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1166675Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1167293Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1167665Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1168200Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj' 2021-11-23T19:08:28.1168695Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1169092Z (in) PackageDownloads '' 2021-11-23T19:08:28.1169374Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1169764Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1170137Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1170670Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj' 2021-11-23T19:08:28.1171322Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1171766Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1172091Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1172471Z 5:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1173102Z 5:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1173750Z 5:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1174378Z 5:6>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1174996Z 5:6>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1175539Z 5:6>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (entry point): 2021-11-23T19:08:28.1176091Z 5:6>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Api.csproj". 2021-11-23T19:08:28.1176566Z 5:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1177224Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (15:6) on node 2 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1177820Z 15:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1178183Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1178647Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1179292Z 15:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1179978Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1180343Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1181111Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj' 2021-11-23T19:08:28.1181722Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1182163Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1182566Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1182976Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1183355Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1183752Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1184174Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1184472Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1184860Z 15:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1185264Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1185876Z 15:6>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1186630Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1186910Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1187265Z 15:6>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1188007Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1188473Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1188821Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1189468Z 15:6>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1190161Z 15:6>Done building target "CollectPackageDownloads" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1190833Z 15:6>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1191714Z 15:6>Done building target "CollectFrameworkReferences" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1192429Z 15:6>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1193150Z 15:6>Done building target "CollectCentralPackageVersions" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1193993Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1194934Z 15:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1196026Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1196402Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1197443Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj' 2021-11-23T19:08:28.1198044Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1198616Z (in) ProjectReferences '../ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.1199516Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj' 2021-11-23T19:08:28.1200313Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1200685Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1201051Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1201656Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj' 2021-11-23T19:08:28.1202330Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1202947Z (in) PackageReferences 'Microsoft.EntityFrameworkCore.Design;Microsoft.EntityFrameworkCore.Relational;Microsoft.EntityFrameworkCore.Tools' 2021-11-23T19:08:28.1203390Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1204175Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1204786Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1205154Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1205742Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj' 2021-11-23T19:08:28.1206284Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1206678Z (in) PackageDownloads '' 2021-11-23T19:08:28.1206960Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1207352Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1207730Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1208328Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj' 2021-11-23T19:08:28.1208860Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1209285Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1209614Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1210013Z 15:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1210711Z 15:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1211545Z 15:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1212243Z 15:6>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1212922Z 15:6>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1213522Z 15:6>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (entry point): 2021-11-23T19:08:28.1214145Z 15:6>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:28.1214675Z 15:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1215344Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:5) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1215873Z 2:5>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1216236Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1216701Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1217285Z 2:5>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1217933Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1218565Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:7) on node 2 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1219134Z 20:7>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1219497Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1219860Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1220482Z 20:7>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1221578Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1221962Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1222625Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj' 2021-11-23T19:08:28.1223225Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1223676Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1224076Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1224508Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1224914Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1225307Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1225933Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1226411Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1226803Z 20:7>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1227208Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1227824Z 20:7>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1228406Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1228691Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1229050Z 20:7>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1229770Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1230236Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1230583Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1232334Z 20:7>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1233248Z 20:7>Done building target "CollectPackageDownloads" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1234573Z 20:7>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1235607Z 20:7>Done building target "CollectFrameworkReferences" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1236319Z 20:7>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1237034Z 20:7>Done building target "CollectCentralPackageVersions" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1237822Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1238597Z 20:7>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1239541Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1239930Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1240568Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj' 2021-11-23T19:08:28.1243719Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1244515Z (in) ProjectReferences '../../Geography/Geography.Mocks/Geography.Mocks.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.1245331Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj' 2021-11-23T19:08:28.1246015Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1246605Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1246984Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1247665Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj' 2021-11-23T19:08:28.1248231Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1248720Z (in) PackageReferences 'Microsoft.Extensions.DependencyInjection' 2021-11-23T19:08:28.1249090Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1249952Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1250588Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1250977Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1251622Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj' 2021-11-23T19:08:28.1252170Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1252591Z (in) PackageDownloads '' 2021-11-23T19:08:28.1253063Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1253649Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1254184Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1254849Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj' 2021-11-23T19:08:28.1255429Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1255903Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1256237Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1256995Z 20:7>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1257744Z 20:7>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1258481Z 20:7>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1259223Z 20:7>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1259944Z 20:7>Done building target "_GenerateRestoreDependencies" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1260596Z 20:7>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (entry point): 2021-11-23T19:08:28.1261568Z 20:7>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:28.1262123Z 20:7>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1262583Z 2:5>Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1263324Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj' 2021-11-23T19:08:28.1263897Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1264355Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1264754Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1265176Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1265581Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1265978Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1266416Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1266723Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1267117Z 2:5>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1267519Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1269393Z 2:5>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1269997Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1270292Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1270804Z 2:5>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1271613Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1272578Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1273156Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1273776Z 2:5>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1274415Z 2:5>Done building target "CollectPackageDownloads" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1275028Z 2:5>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1275666Z 2:5>Done building target "CollectFrameworkReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1276303Z 2:5>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1276946Z 2:5>Done building target "CollectCentralPackageVersions" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1277684Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1278400Z 2:5>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1279078Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1279440Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1280006Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj' 2021-11-23T19:08:28.1280507Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1281617Z (in) ProjectReferences '../../EM.Shared/EM.Shared.csproj;../ProjectB.Api/ProjectB.Api.csproj;../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.1282534Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj' 2021-11-23T19:08:28.1282937Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1283388Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1283760Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1284512Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj' 2021-11-23T19:08:28.1285464Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1286935Z (in) PackageReferences 'Microsoft.EntityFrameworkCore.Design;Microsoft.Extensions.Logging;Microsoft.VisualStudio.Azure.Containers.Tools.Targets;OpenTelemetry.Exporter.Console;OpenTelemetry.Exporter.OpenTelemetryProtocol;OpenTelemetry.Extensions.Hosting;OpenTelemetry.Instrumentation.AspNetCore;OpenTelemetry.Instrumentation.GrpcNetClient;OpenTelemetry.Instrumentation.Http;OpenTelemetry.Instrumentation.SqlClient' 2021-11-23T19:08:28.1287969Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1289516Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1290271Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1290647Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1291220Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj' 2021-11-23T19:08:28.1291726Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1292109Z (in) PackageDownloads '' 2021-11-23T19:08:28.1292411Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1292804Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1293161Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1293714Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj' 2021-11-23T19:08:28.1294405Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1294895Z (in) FrameworkReferences 'Microsoft.NETCore.App;Microsoft.AspNetCore.App' 2021-11-23T19:08:28.1295265Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1295664Z 2:5>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1296321Z 2:5>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1296999Z 2:5>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1297655Z 2:5>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1298301Z 2:5>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1298992Z 2:5>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (entry point): 2021-11-23T19:08:28.1299574Z 2:5>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Host.csproj". 2021-11-23T19:08:28.1300065Z 2:5>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1300867Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10:7) on node 2 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1301453Z 10:7>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1302171Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1302547Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1303159Z 10:7>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1303839Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1304216Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1304844Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.1305608Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1306069Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1306473Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1306907Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1307319Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1307711Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1308668Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1309031Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1309406Z 10:7>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1309813Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1310420Z 10:7>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1311168Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1311448Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1311815Z 10:7>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1312507Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1312974Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1313337Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1313940Z 10:7>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1314592Z 10:7>Done building target "CollectPackageDownloads" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1315240Z 10:7>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1316094Z 10:7>Done building target "CollectFrameworkReferences" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1316758Z 10:7>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1317418Z 10:7>Done building target "CollectCentralPackageVersions" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1318119Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1318855Z 10:7>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1319547Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1319919Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1320484Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.1320996Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1321394Z (in) ProjectReferences '' 2021-11-23T19:08:28.1322100Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.1322514Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1322912Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1323266Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1323841Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.1324350Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1324819Z (in) PackageReferences 'protobuf-net.Grpc;FluentValidation.AspNetCore' 2021-11-23T19:08:28.1325172Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1325955Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1326575Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1326948Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1327526Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.1328019Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1328416Z (in) PackageDownloads '' 2021-11-23T19:08:28.1328715Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1329090Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1329467Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1330041Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.1330541Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1330986Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1332669Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1333262Z 10:7>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1334140Z 10:7>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1335019Z 10:7>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1336248Z 10:7>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1336933Z 10:7>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1337691Z 10:7>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (entry point): 2021-11-23T19:08:28.1338265Z 10:7>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:28.1338742Z 10:7>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1339390Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (9:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1340109Z 9:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1340480Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1340972Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1341583Z 9:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1342236Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1342586Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1343253Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj' 2021-11-23T19:08:28.1343809Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1344246Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1344654Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1345047Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1345446Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1345847Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1346255Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1346569Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1346940Z 9:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1347312Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1348083Z 9:6>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1348804Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1349084Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1349592Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (17:6) on node 2 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1350137Z 17:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1350494Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1350861Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1351255Z 9:6>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1352000Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1352486Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1352859Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1353472Z 9:6>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1354125Z 9:6>Done building target "CollectPackageDownloads" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1354780Z 9:6>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1355555Z 9:6>Done building target "CollectFrameworkReferences" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1356228Z 9:6>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1356897Z 9:6>Done building target "CollectCentralPackageVersions" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1357617Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1358341Z 9:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1359056Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1359443Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1360035Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj' 2021-11-23T19:08:28.1360540Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1361062Z (in) ProjectReferences '../ProjectB.Contracts/ProjectB.Contracts.csproj' 2021-11-23T19:08:28.1361702Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj' 2021-11-23T19:08:28.1362098Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1362499Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1362886Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1363447Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj' 2021-11-23T19:08:28.1364113Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1364641Z (in) PackageReferences 'Grpc.Net.Client;Microsoft.Extensions.DependencyInjection' 2021-11-23T19:08:28.1365001Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1365827Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1366456Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1366826Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1367404Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj' 2021-11-23T19:08:28.1367929Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1368320Z (in) PackageDownloads '' 2021-11-23T19:08:28.1368628Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1369012Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1369398Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1369978Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj' 2021-11-23T19:08:28.1370480Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1370935Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1371278Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1371784Z 9:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1372466Z 9:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1373148Z 9:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1373795Z 9:6>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1374442Z 9:6>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1375028Z 9:6>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (entry point): 2021-11-23T19:08:28.1375613Z 9:6>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Client.csproj". 2021-11-23T19:08:28.1376094Z 9:6>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1376786Z 17:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1377431Z 17:6>Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1377801Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1378375Z (in) ProjectPath '/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj' 2021-11-23T19:08:28.1378918Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v5.0' 2021-11-23T19:08:28.1379500Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1379929Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1380349Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1380856Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1381307Z (in) TargetFramework 'net5.0' 2021-11-23T19:08:28.1381725Z (out) ProjectTargetFrameworks 'net5.0' 2021-11-23T19:08:28.1382087Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1382471Z 17:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1382846Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1383445Z 17:6>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1383983Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1384253Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1384607Z 17:6>Done building target "_GenerateRestoreProjectSpec" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1385331Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1385796Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1386174Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1386782Z 17:6>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1387537Z 17:6>Done building target "CollectPackageDownloads" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1388171Z 17:6>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1388796Z 17:6>Done building target "CollectFrameworkReferences" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1389408Z 17:6>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1390040Z 17:6>Done building target "CollectCentralPackageVersions" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1390753Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1391471Z 17:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1392307Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1392675Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1393209Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj' 2021-11-23T19:08:28.1393678Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1394162Z (in) ProjectReferences '../Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:28.1394737Z (in) ParentProjectPath '/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj' 2021-11-23T19:08:28.1395100Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1395620Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1395996Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1396539Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj' 2021-11-23T19:08:28.1397022Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1397616Z (in) PackageReferences 'Microsoft.AspNetCore.Mvc.Core;Microsoft.AspNetCore.Mvc.Versioning;Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer' 2021-11-23T19:08:28.1398049Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1398849Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1399462Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1399818Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1400348Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj' 2021-11-23T19:08:28.1400814Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1401211Z (in) PackageDownloads '' 2021-11-23T19:08:28.1401512Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1401885Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1402258Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1402940Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj' 2021-11-23T19:08:28.1403408Z (in) TargetFrameworks 'net5.0' 2021-11-23T19:08:28.1403854Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1404194Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1404554Z 17:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1405179Z 17:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1405804Z 17:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1406398Z 17:6>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1406994Z 17:6>Done building target "_GenerateRestoreDependencies" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1407532Z 17:6>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (entry point): 2021-11-23T19:08:28.1408049Z 17:6>Done building target "_GenerateProjectRestoreGraph" in project "Geography.Api.csproj". 2021-11-23T19:08:28.1408503Z 17:6>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1409082Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (7:5) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1409579Z 7:5>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1409941Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1410427Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1410979Z 7:5>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1411589Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1411953Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1412467Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj' 2021-11-23T19:08:28.1412978Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1413431Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1413818Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1414229Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1414625Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1415017Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1415439Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1415736Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1416097Z 7:5>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1416473Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1417007Z 7:5>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1417511Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1417920Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1418247Z 7:5>Done building target "_GenerateRestoreProjectSpec" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1418963Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1419426Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1419771Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1420341Z 7:5>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1421043Z 7:5>Done building target "CollectPackageDownloads" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1421611Z 7:5>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1422208Z 7:5>Done building target "CollectFrameworkReferences" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1422793Z 7:5>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1423381Z 7:5>Done building target "CollectCentralPackageVersions" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1424039Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1424709Z 7:5>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1425356Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1425847Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1426390Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj' 2021-11-23T19:08:28.1426858Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1427449Z (in) ProjectReferences '../../EM.Shared/EM.Shared.csproj;../../Geography/Geography.Api/Geography.Api.csproj;../ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.1428069Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj' 2021-11-23T19:08:28.1428427Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1428802Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1429176Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1429660Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj' 2021-11-23T19:08:28.1430133Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1431159Z (in) PackageReferences 'Microsoft.AspNetCore.Cors;Microsoft.Extensions.Logging;Microsoft.VisualStudio.Azure.Containers.Tools.Targets;OpenTelemetry.Exporter.Console;OpenTelemetry.Exporter.OpenTelemetryProtocol;OpenTelemetry.Extensions.Hosting;OpenTelemetry.Instrumentation.AspNetCore;OpenTelemetry.Instrumentation.GrpcNetClient;OpenTelemetry.Instrumentation.Http' 2021-11-23T19:08:28.1431850Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1433454Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1451635Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1452043Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1452731Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj' 2021-11-23T19:08:28.1453224Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1453641Z (in) PackageDownloads '' 2021-11-23T19:08:28.1453940Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1454358Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1454754Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1455261Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj' 2021-11-23T19:08:28.1455751Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1456283Z (in) FrameworkReferences 'Microsoft.NETCore.App;Microsoft.AspNetCore.App' 2021-11-23T19:08:28.1456649Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1457050Z 7:5>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1457692Z 7:5>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1458318Z 7:5>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1458940Z 7:5>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1459542Z 7:5>Done building target "_GenerateRestoreDependencies" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1460070Z 7:5>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (entry point): 2021-11-23T19:08:28.1460934Z 7:5>Done building target "_GenerateProjectRestoreGraph" in project "ProjectA.Host.csproj". 2021-11-23T19:08:28.1461425Z 7:5>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1462002Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (8:6) on node 2 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1462540Z 8:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1462926Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1463302Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1463861Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (11:5) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1464427Z 11:5>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1464793Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1465174Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1465786Z 11:5>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1466454Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1466972Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1467526Z 8:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1468178Z 8:6>Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1468570Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1469136Z (in) ProjectPath '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.1469676Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1470126Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1470558Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1470994Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1471406Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1471830Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1472274Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1472590Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1472978Z 8:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1473511Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1474077Z 8:6>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1474591Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1474859Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1475208Z 8:6>Done building target "_GenerateRestoreProjectSpec" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1475910Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1476369Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1476890Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1477480Z 8:6>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1478052Z 8:6>Done building target "CollectPackageDownloads" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1478647Z 8:6>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1479246Z 8:6>Done building target "CollectFrameworkReferences" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1479826Z 8:6>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1480432Z 8:6>Done building target "CollectCentralPackageVersions" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1481133Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1482018Z 8:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1482676Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1483385Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1484137Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.1486437Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1489439Z (in) ProjectReferences '../../ProjectB/ProjectB.Client/ProjectB.Client.csproj;../../ProjectB/ProjectB.Core/ProjectB.Core.csproj' 2021-11-23T19:08:28.1490406Z (in) ParentProjectPath '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.1491167Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1492700Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1493205Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1493900Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.1494521Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1495663Z (in) PackageReferences 'FluentValidation.AspNetCore;Microsoft.AspNetCore.Mvc.Core;AutoMapper;Microsoft.AspNetCore.Mvc.Versioning;Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer;Swashbuckle.AspNetCore;AutoMapper.Extensions.Microsoft.DependencyInjection;Calzolari.Grpc.Net.Client.Validation' 2021-11-23T19:08:28.1496469Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1498048Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1499222Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1499602Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1500105Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.1500516Z 11:5>_GetRestoreTargetFrameworksOutput: 2021-11-23T19:08:28.1501234Z (in) ProjectPath '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj' 2021-11-23T19:08:28.1502035Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1502504Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1502904Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1503329Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1503739Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1504310Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1504762Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1505261Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1505670Z 11:5>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1506477Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1507139Z 11:5>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1508703Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1509092Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1509996Z 11:5>Done building target "_GenerateRestoreProjectSpec" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1511412Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1512040Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1512494Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1514013Z 11:5>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1515217Z 11:5>Done building target "CollectPackageDownloads" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1516025Z 11:5>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1517145Z 11:5>Done building target "CollectFrameworkReferences" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1517949Z 11:5>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1518768Z 11:5>Done building target "CollectCentralPackageVersions" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1519726Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1520618Z 11:5>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1521639Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1522450Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1523327Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj' 2021-11-23T19:08:28.1524100Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1525650Z (in) ProjectReferences '' 2021-11-23T19:08:28.1527288Z (in) ParentProjectPath '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj' 2021-11-23T19:08:28.1528379Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1529041Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1529506Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1530975Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj' 2021-11-23T19:08:28.1531769Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1532434Z (in) PackageReferences 'Microsoft.NET.Test.Sdk;MSTest.TestAdapter;MSTest.TestFramework' 2021-11-23T19:08:28.1532898Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1535310Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1536163Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1536628Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1537316Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj' 2021-11-23T19:08:28.1537939Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1538434Z (in) PackageDownloads '' 2021-11-23T19:08:28.1538817Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1539304Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1539791Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1541312Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj' 2021-11-23T19:08:28.1542001Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1542692Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1543065Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1543640Z 11:5>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1544334Z 11:5>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1545028Z 11:5>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1545688Z 11:5>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1546359Z 11:5>Done building target "_GenerateRestoreDependencies" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1546947Z 11:5>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (entry point): 2021-11-23T19:08:28.1547711Z 11:5>Done building target "_GenerateProjectRestoreGraph" in project "ProjectA.Api.UnitTests.csproj". 2021-11-23T19:08:28.1548214Z 11:5>Done Building Project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1548856Z 8:6>_GenerateProjectRestoreGraphPerFramework: 2021-11-23T19:08:28.1549560Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1550407Z (in) PackageDownloads '' 2021-11-23T19:08:28.1550793Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1551282Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1551943Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1553994Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj' 2021-11-23T19:08:28.1554747Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1555343Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1555773Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1556236Z 8:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1557014Z 8:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1557807Z 8:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1558552Z 8:6>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1559286Z 8:6>Done building target "_GenerateRestoreDependencies" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1559944Z 8:6>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (entry point): 2021-11-23T19:08:28.1561288Z 8:6>Done building target "_GenerateProjectRestoreGraph" in project "ProjectA.Api.csproj". 2021-11-23T19:08:28.1561880Z 8:6>Done Building Project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1563225Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (16:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1563980Z 16:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1565068Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1565680Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1567068Z 16:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1568081Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1569515Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1570302Z (in) ProjectPath '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj' 2021-11-23T19:08:28.1571104Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1571784Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1572437Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1573250Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1573929Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1574594Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1575123Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1575525Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1576016Z 16:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1576553Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1577360Z 16:6>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1578580Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1578897Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1579487Z 16:6>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1581169Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1581841Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1582668Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1583829Z 16:6>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1585203Z 16:6>Done building target "CollectPackageDownloads" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1586067Z 16:6>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1586953Z 16:6>Done building target "CollectFrameworkReferences" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1588365Z 16:6>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1589272Z 16:6>Done building target "CollectCentralPackageVersions" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1590609Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1591613Z 16:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1592531Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1593030Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1593821Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj' 2021-11-23T19:08:28.1594897Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1596395Z (in) ProjectReferences '../../src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj;../../src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj' 2021-11-23T19:08:28.1597469Z (in) ParentProjectPath '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj' 2021-11-23T19:08:28.1598018Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1598512Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1599007Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1599772Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj' 2021-11-23T19:08:28.1601180Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1602166Z (in) PackageReferences '' 2021-11-23T19:08:28.1602564Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1603588Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1604436Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1604919Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1606263Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj' 2021-11-23T19:08:28.1608123Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1608652Z (in) PackageDownloads '' 2021-11-23T19:08:28.1609036Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1609546Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1610029Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1611222Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj' 2021-11-23T19:08:28.1612021Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1612955Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1613550Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1615420Z 16:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1616703Z 16:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1617796Z 16:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1618688Z 16:6>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1619552Z 16:6>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1620326Z 16:6>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (entry point): 2021-11-23T19:08:28.1621304Z 16:6>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Tests.ObjectBuilders.csproj". 2021-11-23T19:08:28.1623061Z 16:6>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1625743Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (12:5) on node 2 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1626845Z 12:5>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1627286Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1628611Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1630026Z 12:5>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1631328Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1632071Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1632960Z (in) ProjectPath '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj' 2021-11-23T19:08:28.1633702Z (in) TargetFrameworkMoniker '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:28.1635103Z (in) TargetPlatformIdentifier '' 2021-11-23T19:08:28.1636017Z (in) TargetPlatformVersion '' 2021-11-23T19:08:28.1637017Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1637538Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1638082Z (in) TargetFramework 'net6.0' 2021-11-23T19:08:28.1639837Z (out) ProjectTargetFrameworks 'net6.0' 2021-11-23T19:08:28.1640242Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1640754Z 12:5>Done building target "_GetRestoreTargetFrameworksOutput" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1641560Z Target "_GetRestoreSettings" skipped. Previously built successfully. 2021-11-23T19:08:28.1642793Z 12:5>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1644153Z Task "ConvertToAbsolutePath" 2021-11-23T19:08:28.1644513Z Done executing task "ConvertToAbsolutePath". 2021-11-23T19:08:28.1644981Z 12:5>Done building target "_GenerateRestoreProjectSpec" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1646002Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1646606Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1647057Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1647887Z 12:5>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1649504Z 12:5>Done building target "CollectPackageDownloads" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1651826Z 12:5>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1653017Z 12:5>Done building target "CollectFrameworkReferences" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1655416Z 12:5>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1656591Z 12:5>Done building target "CollectCentralPackageVersions" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1657979Z Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:28.1659178Z 12:5>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1662175Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1662685Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1663550Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj' 2021-11-23T19:08:28.1664239Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1665301Z (in) ProjectReferences '../ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj;../../src/ProjectB/ProjectB.Application/ProjectB.Application.csproj' 2021-11-23T19:08:28.1666528Z (in) ParentProjectPath '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj' 2021-11-23T19:08:28.1667475Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1668147Z Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1668967Z Task "GetRestorePackageReferencesTask" 2021-11-23T19:08:28.1670006Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj' 2021-11-23T19:08:28.1670856Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1671844Z (in) PackageReferences 'FluentAssertions;Microsoft.NET.Test.Sdk;Moq;xunit;xunit.runner.visualstudio' 2021-11-23T19:08:28.1672575Z Done executing task "GetRestorePackageReferencesTask". 2021-11-23T19:08:28.1673659Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1674466Z Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1674930Z Task "GetRestorePackageDownloadsTask" 2021-11-23T19:08:28.1675700Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj' 2021-11-23T19:08:28.1676369Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1676861Z (in) PackageDownloads '' 2021-11-23T19:08:28.1677245Z Done executing task "GetRestorePackageDownloadsTask". 2021-11-23T19:08:28.1677750Z Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1678225Z Task "GetRestoreFrameworkReferencesTask" 2021-11-23T19:08:28.1678994Z (in) ProjectUniqueName '/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj' 2021-11-23T19:08:28.1679674Z (in) TargetFrameworks 'net6.0' 2021-11-23T19:08:28.1680224Z (in) FrameworkReferences 'Microsoft.NETCore.App' 2021-11-23T19:08:28.1680648Z Done executing task "GetRestoreFrameworkReferencesTask". 2021-11-23T19:08:28.1681152Z 12:5>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1682376Z 12:5>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1683787Z 12:5>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1684771Z 12:5>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1685900Z 12:5>Done building target "_GenerateRestoreDependencies" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1686874Z 12:5>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (entry point): 2021-11-23T19:08:28.1688102Z 12:5>Done building target "_GenerateProjectRestoreGraph" in project "ProjectB.Application.UnitTests.csproj". 2021-11-23T19:08:28.1688682Z 12:5>Done Building Project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1690444Z 1>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1) is building "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (21:5) on node 2 (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1692870Z 21:5>Project file contains ToolsVersion="15.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="Current". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424. 2021-11-23T19:08:28.1694032Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1694680Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1695136Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1697012Z 21:5>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateRestoreProjectSpec" depends on it): 2021-11-23T19:08:28.1698512Z Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1698985Z Task "GetProjectTargetFrameworksTask" 2021-11-23T19:08:28.1699708Z (in) ProjectPath '/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj' 2021-11-23T19:08:28.1700310Z (in) TargetFrameworkMoniker '' 2021-11-23T19:08:28.1701019Z (in) TargetPlatformIdentifier 'Windows' 2021-11-23T19:08:28.1702728Z (in) TargetPlatformVersion '7.0' 2021-11-23T19:08:28.1703293Z (in) TargetPlatformMinVersion '' 2021-11-23T19:08:28.1703788Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1704283Z (in) TargetFramework '' 2021-11-23T19:08:28.1705026Z (out) ProjectTargetFrameworks 'Unsupported,Version=v0.0' 2021-11-23T19:08:28.1705458Z Done executing task "GetProjectTargetFrameworksTask". 2021-11-23T19:08:28.1706160Z 21:5>Done building target "_GetRestoreTargetFrameworksOutput" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1707682Z Target "_GetRestoreSettings" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'PackageReference' OR '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == 'DotnetToolReference' OR '$(RestoreProjectStyle)' == 'PackagesConfig') was evaluated as ( 'Unknown' == 'PackageReference' OR 'Unknown' == 'ProjectJson' OR 'Unknown' == 'DotnetToolReference' OR 'Unknown' == 'PackagesConfig'). 2021-11-23T19:08:28.1709291Z 21:5>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1710774Z Task "ConvertToAbsolutePath" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson') was evaluated as ( 'False' == 'true' OR 'Unknown' == 'ProjectJson'). 2021-11-23T19:08:28.1712105Z 21:5>Done building target "_GenerateRestoreProjectSpec" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1713595Z Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:28.1714532Z Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 2021-11-23T19:08:28.1715015Z Target "CollectPackageReferences" skipped. Previously built successfully. 2021-11-23T19:08:28.1716192Z 21:5>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1717627Z 21:5>Done building target "CollectPackageDownloads" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1719219Z 21:5>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1720263Z 21:5>Done building target "CollectFrameworkReferences" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1721415Z 21:5>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 2021-11-23T19:08:28.1722693Z 21:5>Done building target "CollectCentralPackageVersions" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1723902Z 21:5>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 2021-11-23T19:08:28.1724788Z Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1725268Z Task "GetRestoreProjectReferencesTask" 2021-11-23T19:08:28.1726344Z (in) ProjectUniqueName '/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj' 2021-11-23T19:08:28.1727309Z (in) TargetFrameworks '' 2021-11-23T19:08:28.1727969Z (in) ProjectReferences '' 2021-11-23T19:08:28.1728772Z (in) ParentProjectPath '/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj' 2021-11-23T19:08:28.1729399Z Done executing task "GetRestoreProjectReferencesTask". 2021-11-23T19:08:28.1731037Z Task "GetRestorePackageReferencesTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( 'False' == 'true' ). 2021-11-23T19:08:28.1733005Z Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'False' == 'true' AND '' == 'true' ). 2021-11-23T19:08:28.1734333Z Task "GetRestorePackageDownloadsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( 'False' == 'true' ). 2021-11-23T19:08:28.1742151Z Task "GetRestoreFrameworkReferencesTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( 'False' == 'true' ). 2021-11-23T19:08:28.1743908Z 21:5>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1746359Z 21:5>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateRestoreDependencies" depends on it): 2021-11-23T19:08:28.1747749Z 21:5>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1749357Z 21:5>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (target "_GenerateProjectRestoreGraph" depends on it): 2021-11-23T19:08:28.1751648Z 21:5>Done building target "_GenerateRestoreDependencies" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1753605Z 21:5>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (entry point): 2021-11-23T19:08:28.1754568Z 21:5>Done building target "_GenerateProjectRestoreGraph" in project "docker-compose.dcproj". 2021-11-23T19:08:28.1755859Z 21:5>Done Building Project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj" (_GenerateProjectRestoreGraph target(s)). 2021-11-23T19:08:28.1756449Z 1>Done executing task "MSBuild". 2021-11-23T19:08:28.1756879Z 1>Done building target "_GenerateRestoreGraph" in project "ProjectBServices.sln". 2021-11-23T19:08:28.1757494Z 1>Target "Restore" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (entry point): 2021-11-23T19:08:28.1758025Z Task "RemoveDuplicates" 2021-11-23T19:08:28.1758366Z Done executing task "RemoveDuplicates". 2021-11-23T19:08:28.1758801Z Using "RestoreTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:28.1759216Z Task "RestoreTask" 2021-11-23T19:08:28.1760371Z (in) RestoreGraphItems Count '170' 2021-11-23T19:08:28.1761099Z (in) RestoreDisableParallel 'False' 2021-11-23T19:08:28.1761632Z (in) RestoreNoCache 'False' 2021-11-23T19:08:28.1762174Z (in) RestoreIgnoreFailedSources 'False' 2021-11-23T19:08:28.1762863Z (in) RestoreRecursive 'True' 2021-11-23T19:08:28.1763637Z (in) RestoreForce 'False' 2021-11-23T19:08:28.1764423Z (in) HideWarningsAndErrors 'False' 2021-11-23T19:08:28.1764880Z (in) RestoreForceEvaluate 'False' 2021-11-23T19:08:28.1765316Z (in) RestorePackagesConfig 'False' 2021-11-23T19:08:28.2839925Z Running restore with 2 concurrent jobs. 2021-11-23T19:08:28.2840790Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj. 2021-11-23T19:08:28.2841817Z Reading project file /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj. 2021-11-23T19:08:28.3327643Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj... 2021-11-23T19:08:28.3348418Z Restoring packages for /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj... 2021-11-23T19:08:28.3365202Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:28.3421496Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:28.3460875Z Resolving conflicts for net6.0... 2021-11-23T19:08:28.4008411Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:28.4019250Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Domain 1.0.0 with net6.0. 2021-11-23T19:08:28.4021346Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:28.4331919Z Committing restore... 2021-11-23T19:08:28.4384274Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/ProjectB.Domain.csproj.nuget.g.props. 2021-11-23T19:08:28.4423695Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/ProjectB.Domain.csproj.nuget.g.targets. 2021-11-23T19:08:28.4432633Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/project.assets.json 2021-11-23T19:08:28.4736590Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/project.nuget.cache 2021-11-23T19:08:28.4876013Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/ProjectB.Domain.csproj.nuget.dgspec.json 2021-11-23T19:08:28.4888738Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj (in 147 ms). 2021-11-23T19:08:28.4943427Z Reading project file /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj. 2021-11-23T19:08:28.4944556Z Restoring packages for /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj... 2021-11-23T19:08:28.4945512Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:28.6393410Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/index.json 2021-11-23T19:08:28.6401242Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/index.json 2021-11-23T19:08:28.6402635Z GET https://api.nuget.org/v3-flatcontainer/fluentassertions/index.json 2021-11-23T19:08:28.6403581Z GET https://api.nuget.org/v3-flatcontainer/moq/index.json 2021-11-23T19:08:28.6404471Z GET https://api.nuget.org/v3-flatcontainer/xunit/index.json 2021-11-23T19:08:28.6405529Z GET https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/index.json 2021-11-23T19:08:28.6406628Z GET https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/index.json 2021-11-23T19:08:28.6408017Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/index.json 2021-11-23T19:08:28.6409291Z GET https://api.nuget.org/v3-flatcontainer/automapper/index.json 2021-11-23T19:08:28.6410234Z GET https://api.nuget.org/v3-flatcontainer/automapper.extensions.microsoft.dependencyinjection/index.json 2021-11-23T19:08:28.6411188Z GET https://api.nuget.org/v3-flatcontainer/calzolari.grpc.aspnetcore.validation/index.json 2021-11-23T19:08:28.7193787Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/index.json 45ms 2021-11-23T19:08:28.7195110Z OK https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/index.json 45ms 2021-11-23T19:08:28.7196204Z GET https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.4.3/xunit.runner.visualstudio.2.4.3.nupkg 2021-11-23T19:08:28.7197709Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.2/microsoft.extensions.dependencyinjection.5.0.2.nupkg 2021-11-23T19:08:28.7199037Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/index.json 83ms 2021-11-23T19:08:28.7200753Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/6.0.0/microsoft.extensions.dependencyinjection.6.0.0.nupkg 2021-11-23T19:08:28.7202113Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/5.0.0/microsoft.extensions.configuration.5.0.0.nupkg 2021-11-23T19:08:28.7849125Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/index.json 86ms 2021-11-23T19:08:28.7850807Z OK https://api.nuget.org/v3-flatcontainer/moq/index.json 86ms 2021-11-23T19:08:28.7854935Z GET https://api.nuget.org/v3-flatcontainer/moq/4.16.1/moq.4.16.1.nupkg 2021-11-23T19:08:28.7856377Z OK https://api.nuget.org/v3-flatcontainer/xunit/index.json 87ms 2021-11-23T19:08:28.7865496Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/6.0.0/microsoft.entityframeworkcore.sqlserver.6.0.0.nupkg 2021-11-23T19:08:28.7868860Z OK https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/index.json 87ms 2021-11-23T19:08:28.7871758Z GET https://api.nuget.org/v3-flatcontainer/xunit/2.4.1/xunit.2.4.1.nupkg 2021-11-23T19:08:28.7877270Z OK https://api.nuget.org/v3-flatcontainer/fluentassertions/index.json 94ms 2021-11-23T19:08:28.7880210Z GET https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.0.0/microsoft.net.test.sdk.17.0.0.nupkg 2021-11-23T19:08:28.7882944Z OK https://api.nuget.org/v3-flatcontainer/automapper/index.json 84ms 2021-11-23T19:08:28.7885786Z GET https://api.nuget.org/v3-flatcontainer/fluentassertions/6.2.0/fluentassertions.6.2.0.nupkg 2021-11-23T19:08:28.7889514Z OK https://api.nuget.org/v3-flatcontainer/calzolari.grpc.aspnetcore.validation/index.json 84ms 2021-11-23T19:08:28.7892552Z GET https://api.nuget.org/v3-flatcontainer/calzolari.grpc.aspnetcore.validation/5.4.0/calzolari.grpc.aspnetcore.validation.5.4.0.nupkg 2021-11-23T19:08:28.7895631Z OK https://api.nuget.org/v3-flatcontainer/automapper.extensions.microsoft.dependencyinjection/index.json 85ms 2021-11-23T19:08:28.7898959Z GET https://api.nuget.org/v3-flatcontainer/automapper/10.1.1/automapper.10.1.1.nupkg 2021-11-23T19:08:28.7903558Z GET https://api.nuget.org/v3-flatcontainer/automapper.extensions.microsoft.dependencyinjection/8.1.1/automapper.extensions.microsoft.dependencyinjection.8.1.1.nupkg 2021-11-23T19:08:28.7906948Z OK https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.4.3/xunit.runner.visualstudio.2.4.3.nupkg 20ms 2021-11-23T19:08:28.7910348Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.2/microsoft.extensions.dependencyinjection.5.0.2.nupkg 18ms 2021-11-23T19:08:28.7918292Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/6.0.0/microsoft.extensions.dependencyinjection.6.0.0.nupkg 13ms 2021-11-23T19:08:28.7922153Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/6.0.0/microsoft.entityframeworkcore.sqlserver.6.0.0.nupkg 10ms 2021-11-23T19:08:28.7925539Z OK https://api.nuget.org/v3-flatcontainer/xunit/2.4.1/xunit.2.4.1.nupkg 9ms 2021-11-23T19:08:28.7928759Z OK https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.0.0/microsoft.net.test.sdk.17.0.0.nupkg 8ms 2021-11-23T19:08:28.7936774Z OK https://api.nuget.org/v3-flatcontainer/fluentassertions/6.2.0/fluentassertions.6.2.0.nupkg 8ms 2021-11-23T19:08:28.7941102Z OK https://api.nuget.org/v3-flatcontainer/calzolari.grpc.aspnetcore.validation/5.4.0/calzolari.grpc.aspnetcore.validation.5.4.0.nupkg 7ms 2021-11-23T19:08:28.7945251Z OK https://api.nuget.org/v3-flatcontainer/automapper/10.1.1/automapper.10.1.1.nupkg 7ms 2021-11-23T19:08:28.7947914Z OK https://api.nuget.org/v3-flatcontainer/moq/4.16.1/moq.4.16.1.nupkg 12ms 2021-11-23T19:08:28.7951818Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/index.json 2021-11-23T19:08:28.7956255Z GET https://api.nuget.org/v3-flatcontainer/calzolari.grpc.domain/index.json 2021-11-23T19:08:28.7959148Z GET https://api.nuget.org/v3-flatcontainer/fluentvalidation/index.json 2021-11-23T19:08:28.7962101Z GET https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore/index.json 2021-11-23T19:08:28.7965277Z GET https://api.nuget.org/v3-flatcontainer/system.text.json/index.json 2021-11-23T19:08:28.7967868Z GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/index.json 2021-11-23T19:08:28.7970383Z GET https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/index.json 2021-11-23T19:08:28.7972965Z GET https://api.nuget.org/v3-flatcontainer/xunit.core/index.json 2021-11-23T19:08:28.7975252Z GET https://api.nuget.org/v3-flatcontainer/xunit.assert/index.json 2021-11-23T19:08:28.7978061Z GET https://api.nuget.org/v3-flatcontainer/xunit.analyzers/index.json 2021-11-23T19:08:28.7980978Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/index.json 2021-11-23T19:08:28.7983855Z GET https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/index.json 2021-11-23T19:08:28.7986360Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/index.json 2021-11-23T19:08:28.7989211Z OK https://api.nuget.org/v3-flatcontainer/automapper.extensions.microsoft.dependencyinjection/8.1.1/automapper.extensions.microsoft.dependencyinjection.8.1.1.nupkg 68ms 2021-11-23T19:08:28.8154604Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/index.json 37ms 2021-11-23T19:08:28.8157570Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/5.0.0/microsoft.extensions.configuration.5.0.0.nupkg 80ms 2021-11-23T19:08:28.8161415Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/5.0.0/microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg 2021-11-23T19:08:28.8164913Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/index.json 2021-11-23T19:08:28.8167583Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/index.json 2021-11-23T19:08:28.8170122Z OK https://api.nuget.org/v3-flatcontainer/fluentvalidation/index.json 43ms 2021-11-23T19:08:28.8176909Z GET https://api.nuget.org/v3-flatcontainer/fluentvalidation/10.3.4/fluentvalidation.10.3.4.nupkg 2021-11-23T19:08:28.8180448Z OK https://api.nuget.org/v3-flatcontainer/system.text.json/index.json 47ms 2021-11-23T19:08:28.8188336Z GET https://api.nuget.org/v3-flatcontainer/system.text.json/5.0.2/system.text.json.5.0.2.nupkg 2021-11-23T19:08:28.8193472Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/6.0.0/microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg 2021-11-23T19:08:28.8200467Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.0.0/microsoft.extensions.dependencyinjection.abstractions.3.0.0.nupkg 2021-11-23T19:08:28.8206793Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json 2021-11-23T19:08:28.8314179Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/6.0.0/microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg 7ms 2021-11-23T19:08:28.8318549Z OK https://api.nuget.org/v3-flatcontainer/system.text.json/5.0.2/system.text.json.5.0.2.nupkg 8ms 2021-11-23T19:08:28.8322660Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/5.0.0/microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg 22ms 2021-11-23T19:08:28.8326377Z GET https://api.nuget.org/v3-flatcontainer/castle.core/index.json 2021-11-23T19:08:28.8329512Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/index.json 2021-11-23T19:08:28.8374838Z OK https://api.nuget.org/v3-flatcontainer/fluentvalidation/10.3.4/fluentvalidation.10.3.4.nupkg 24ms 2021-11-23T19:08:28.8527722Z OK https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/index.json 68ms 2021-11-23T19:08:28.8531076Z GET https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.0.0/microsoft.codecoverage.17.0.0.nupkg 2021-11-23T19:08:28.8534277Z OK https://api.nuget.org/v3-flatcontainer/xunit.analyzers/index.json 65ms 2021-11-23T19:08:28.8537425Z GET https://api.nuget.org/v3-flatcontainer/xunit.analyzers/0.10.0/xunit.analyzers.0.10.0.nupkg 2021-11-23T19:08:28.8543102Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/index.json 59ms 2021-11-23T19:08:28.8548041Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg 2021-11-23T19:08:28.8557642Z OK https://api.nuget.org/v3-flatcontainer/xunit.assert/index.json 67ms 2021-11-23T19:08:28.8561042Z GET https://api.nuget.org/v3-flatcontainer/xunit.assert/2.4.1/xunit.assert.2.4.1.nupkg 2021-11-23T19:08:28.8564412Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/index.json 65ms 2021-11-23T19:08:28.8567654Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/6.0.0/microsoft.entityframeworkcore.relational.6.0.0.nupkg 2021-11-23T19:08:28.8579928Z OK https://api.nuget.org/v3-flatcontainer/xunit.core/index.json 71ms 2021-11-23T19:08:28.8584868Z GET https://api.nuget.org/v3-flatcontainer/xunit.core/2.4.1/xunit.core.2.4.1.nupkg 2021-11-23T19:08:28.8590781Z OK https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/index.json 67ms 2021-11-23T19:08:28.8596758Z GET https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/2.1.4/microsoft.data.sqlclient.2.1.4.nupkg 2021-11-23T19:08:28.8600323Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.0.0/microsoft.extensions.dependencyinjection.abstractions.3.0.0.nupkg 30ms 2021-11-23T19:08:28.8608468Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/index.json 44ms 2021-11-23T19:08:28.8613832Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/5.0.0/microsoft.extensions.primitives.5.0.0.nupkg 2021-11-23T19:08:28.8617894Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/index.json 46ms 2021-11-23T19:08:28.8620956Z GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json 2021-11-23T19:08:28.8627588Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/5.0.0/microsoft.extensions.configuration.abstractions.5.0.0.nupkg 2021-11-23T19:08:28.8631019Z GET https://api.nuget.org/v3-flatcontainer/microsoft.csharp/index.json 2021-11-23T19:08:28.8633597Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit/index.json 2021-11-23T19:08:28.8634728Z OK https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.0.0/microsoft.codecoverage.17.0.0.nupkg 19ms 2021-11-23T19:08:28.8635941Z OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/index.json 90ms 2021-11-23T19:08:28.8841682Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg 22ms 2021-11-23T19:08:28.8846146Z GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.0.0/microsoft.testplatform.testhost.17.0.0.nupkg 2021-11-23T19:08:28.8849071Z OK https://api.nuget.org/v3-flatcontainer/xunit.analyzers/0.10.0/xunit.analyzers.0.10.0.nupkg 23ms 2021-11-23T19:08:28.8852030Z OK https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/2.1.4/microsoft.data.sqlclient.2.1.4.nupkg 18ms 2021-11-23T19:08:28.8855338Z OK https://api.nuget.org/v3-flatcontainer/xunit.assert/2.4.1/xunit.assert.2.4.1.nupkg 21ms 2021-11-23T19:08:28.8861534Z OK https://api.nuget.org/v3-flatcontainer/xunit.core/2.4.1/xunit.core.2.4.1.nupkg 19ms 2021-11-23T19:08:28.8864253Z OK https://api.nuget.org/v3-flatcontainer/castle.core/index.json 40ms 2021-11-23T19:08:28.8866969Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/5.0.0/microsoft.extensions.primitives.5.0.0.nupkg 16ms 2021-11-23T19:08:28.8869899Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/6.0.0/microsoft.entityframeworkcore.relational.6.0.0.nupkg 21ms 2021-11-23T19:08:28.8874369Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json 47ms 2021-11-23T19:08:28.8880365Z GET https://api.nuget.org/v3-flatcontainer/castle.core/4.4.0/castle.core.4.4.0.nupkg 2021-11-23T19:08:28.8883968Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/index.json 41ms 2021-11-23T19:08:28.8887286Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/3.0.0/microsoft.extensions.options.3.0.0.nupkg 2021-11-23T19:08:28.8894931Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/5.0.0/microsoft.extensions.configuration.abstractions.5.0.0.nupkg 17ms 2021-11-23T19:08:28.8898236Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg 2021-11-23T19:08:28.8901523Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/index.json 2021-11-23T19:08:28.8904727Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/6.0.0/microsoft.extensions.configuration.abstractions.6.0.0.nupkg 2021-11-23T19:08:28.8911194Z GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/index.json 2021-11-23T19:08:28.8914291Z GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/index.json 2021-11-23T19:08:28.8917357Z GET https://api.nuget.org/v3-flatcontainer/netstandard.library/index.json 2021-11-23T19:08:29.0832912Z OK https://api.nuget.org/v3-flatcontainer/castle.core/4.4.0/castle.core.4.4.0.nupkg 25ms 2021-11-23T19:08:29.0834645Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/3.0.0/microsoft.extensions.options.3.0.0.nupkg 25ms 2021-11-23T19:08:29.0836001Z OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.0.0/microsoft.testplatform.testhost.17.0.0.nupkg 28ms 2021-11-23T19:08:29.0837037Z OK https://api.nuget.org/v3-flatcontainer/calzolari.grpc.domain/index.json 129ms 2021-11-23T19:08:29.0838003Z GET https://api.nuget.org/v3-flatcontainer/calzolari.grpc.domain/5.2.0/calzolari.grpc.domain.5.2.0.nupkg 2021-11-23T19:08:29.0839467Z OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json 43ms 2021-11-23T19:08:29.0840655Z GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.4.0/system.configuration.configurationmanager.4.4.0.nupkg 2021-11-23T19:08:29.0841738Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg 26ms 2021-11-23T19:08:29.0842720Z OK https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore/index.json 130ms 2021-11-23T19:08:29.0843648Z GET https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore/2.40.0/grpc.aspnetcore.2.40.0.nupkg 2021-11-23T19:08:29.0845227Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit/index.json 38ms 2021-11-23T19:08:29.0846495Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.7.0/system.reflection.emit.4.7.0.nupkg 2021-11-23T19:08:29.0847646Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/6.0.0/microsoft.extensions.configuration.abstractions.6.0.0.nupkg 20ms 2021-11-23T19:08:29.0848749Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/6.0.0/microsoft.extensions.primitives.6.0.0.nupkg 2021-11-23T19:08:29.0849735Z GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/index.json 2021-11-23T19:08:29.0850624Z GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 2021-11-23T19:08:29.0851595Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.0.0/microsoft.extensions.primitives.3.0.0.nupkg 2021-11-23T19:08:29.0852842Z GET https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient.sni.runtime/index.json 2021-11-23T19:08:29.0853963Z GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/index.json 2021-11-23T19:08:29.0854883Z GET https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/index.json 2021-11-23T19:08:29.0857744Z GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/index.json 2021-11-23T19:08:29.0858572Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/index.json 2021-11-23T19:08:29.0859291Z GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.7.0/system.configuration.configurationmanager.4.7.0.nupkg 2021-11-23T19:08:29.0859982Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.caching/index.json 2021-11-23T19:08:29.0860589Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/index.json 2021-11-23T19:08:29.0861528Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/index.json 2021-11-23T19:08:29.0862187Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/index.json 2021-11-23T19:08:29.0862806Z GET https://api.nuget.org/v3-flatcontainer/system.collections.specialized/index.json 2021-11-23T19:08:29.0863382Z GET https://api.nuget.org/v3-flatcontainer/system.componentmodel/index.json 2021-11-23T19:08:29.0863992Z GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/index.json 2021-11-23T19:08:29.0864847Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/index.json 2021-11-23T19:08:29.0865430Z GET https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/index.json 2021-11-23T19:08:29.0866024Z GET https://api.nuget.org/v3-flatcontainer/system.reflection/index.json 2021-11-23T19:08:29.0866670Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg 2021-11-23T19:08:29.0867294Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/index.json 2021-11-23T19:08:29.0867891Z GET https://api.nuget.org/v3-flatcontainer/system.xml.xmldocument/index.json 2021-11-23T19:08:29.0868545Z OK https://api.nuget.org/v3-flatcontainer/calzolari.grpc.domain/5.2.0/calzolari.grpc.domain.5.2.0.nupkg 144ms 2021-11-23T19:08:29.0869156Z OK https://api.nuget.org/v3-flatcontainer/microsoft.csharp/index.json 179ms 2021-11-23T19:08:29.0869786Z GET https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg 2021-11-23T19:08:29.0870418Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/index.json 166ms 2021-11-23T19:08:29.0871095Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/6.0.0/microsoft.entityframeworkcore.6.0.0.nupkg 2021-11-23T19:08:29.0871886Z OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.4.0/system.configuration.configurationmanager.4.4.0.nupkg 150ms 2021-11-23T19:08:29.0872609Z OK https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore/2.40.0/grpc.aspnetcore.2.40.0.nupkg 149ms 2021-11-23T19:08:29.0873276Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.7.0/system.reflection.emit.4.7.0.nupkg 148ms 2021-11-23T19:08:29.0874012Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/6.0.0/microsoft.extensions.primitives.6.0.0.nupkg 146ms 2021-11-23T19:08:29.0874862Z OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/index.json 166ms 2021-11-23T19:08:29.0875654Z GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.1/xunit.extensibility.core.2.4.1.nupkg 2021-11-23T19:08:29.0876711Z OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/index.json 166ms 2021-11-23T19:08:29.0877462Z GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.1/xunit.extensibility.execution.2.4.1.nupkg 2021-11-23T19:08:29.0878288Z OK https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient.sni.runtime/index.json 26ms 2021-11-23T19:08:29.0879007Z GET https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient.sni.runtime/2.1.1/microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg 2021-11-23T19:08:29.0879692Z OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/index.json 39ms 2021-11-23T19:08:29.0880403Z GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.0.0/microsoft.testplatform.objectmodel.17.0.0.nupkg 2021-11-23T19:08:29.1048041Z OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/index.json 57ms 2021-11-23T19:08:29.1049201Z GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg 2021-11-23T19:08:29.1050528Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/index.json 58ms 2021-11-23T19:08:29.1051403Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/4.3.0/system.diagnostics.tracesource.4.3.0.nupkg 2021-11-23T19:08:29.1052195Z OK https://api.nuget.org/v3-flatcontainer/netstandard.library/index.json 207ms 2021-11-23T19:08:29.1053016Z GET https://api.nuget.org/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg 2021-11-23T19:08:29.1054271Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.0.0/microsoft.extensions.primitives.3.0.0.nupkg 78ms 2021-11-23T19:08:29.1055810Z OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 80ms 2021-11-23T19:08:29.1056615Z GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg 2021-11-23T19:08:29.1057421Z OK https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/index.json 68ms 2021-11-23T19:08:29.1058156Z GET https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg 2021-11-23T19:08:29.1058860Z OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/index.json 70ms 2021-11-23T19:08:29.1059815Z GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/4.7.0/microsoft.win32.registry.4.7.0.nupkg 2021-11-23T19:08:29.1060681Z OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/index.json 78ms 2021-11-23T19:08:29.1063278Z GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/4.7.0/system.text.encoding.codepages.4.7.0.nupkg 2021-11-23T19:08:29.1268642Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.caching/index.json 81ms 2021-11-23T19:08:29.1303787Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.caching/4.7.0/system.runtime.caching.4.7.0.nupkg 2021-11-23T19:08:29.1305742Z OK https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/index.json 79ms 2021-11-23T19:08:29.1307085Z GET https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg 2021-11-23T19:08:29.1308098Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg 80ms 2021-11-23T19:08:29.1308995Z OK https://api.nuget.org/v3-flatcontainer/system.componentmodel/index.json 82ms 2021-11-23T19:08:29.1310943Z GET https://api.nuget.org/v3-flatcontainer/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg 2021-11-23T19:08:29.1312162Z OK https://api.nuget.org/v3-flatcontainer/system.collections.specialized/index.json 84ms 2021-11-23T19:08:29.1313435Z GET https://api.nuget.org/v3-flatcontainer/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg 2021-11-23T19:08:29.1315239Z GET https://api.nuget.org/v3-flatcontainer/system.io/index.json 2021-11-23T19:08:29.1316630Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/index.json 2021-11-23T19:08:29.1318687Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/index.json 2021-11-23T19:08:29.1319631Z GET https://api.nuget.org/v3-flatcontainer/system.runtime/index.json 2021-11-23T19:08:29.1548673Z OK https://api.nuget.org/v3-flatcontainer/system.reflection/index.json 100ms 2021-11-23T19:08:29.1549975Z GET https://api.nuget.org/v3-flatcontainer/system.reflection/4.3.0/system.reflection.4.3.0.nupkg 2021-11-23T19:08:29.1551098Z OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.7.0/system.configuration.configurationmanager.4.7.0.nupkg 107ms 2021-11-23T19:08:29.1552145Z GET https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server.clientfactory/index.json 2021-11-23T19:08:29.1554049Z GET https://api.nuget.org/v3-flatcontainer/google.protobuf/index.json 2021-11-23T19:08:29.1555179Z GET https://api.nuget.org/v3-flatcontainer/grpc.tools/index.json 2021-11-23T19:08:29.1556159Z OK https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg 99ms 2021-11-23T19:08:29.1557177Z OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.1/xunit.extensibility.core.2.4.1.nupkg 91ms 2021-11-23T19:08:29.1558689Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/6.0.0/microsoft.entityframeworkcore.6.0.0.nupkg 94ms 2021-11-23T19:08:29.1559802Z OK https://api.nuget.org/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg 50ms 2021-11-23T19:08:29.1560807Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/index.json 119ms 2021-11-23T19:08:29.1561815Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.7.0/system.diagnostics.diagnosticsource.4.7.0.nupkg 2021-11-23T19:08:29.1563603Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json 2021-11-23T19:08:29.1568117Z OK https://api.nuget.org/v3-flatcontainer/system.xml.xmldocument/index.json 119ms 2021-11-23T19:08:29.1568809Z GET https://api.nuget.org/v3-flatcontainer/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg 2021-11-23T19:08:29.1569448Z GET https://api.nuget.org/v3-flatcontainer/system.security.permissions/index.json 2021-11-23T19:08:29.2627718Z OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg 66ms 2021-11-23T19:08:29.2634185Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/index.json 124ms 2021-11-23T19:08:29.2637449Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg 2021-11-23T19:08:29.2641108Z OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.0.0/microsoft.testplatform.objectmodel.17.0.0.nupkg 105ms 2021-11-23T19:08:29.2644594Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/index.json 130ms 2021-11-23T19:08:29.2654610Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/6.8.0/microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg 2021-11-23T19:08:29.2657810Z OK https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient.sni.runtime/2.1.1/microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg 108ms 2021-11-23T19:08:29.2661393Z OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.1/xunit.extensibility.execution.2.4.1.nupkg 109ms 2021-11-23T19:08:29.2664583Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/4.3.0/system.diagnostics.tracesource.4.3.0.nupkg 68ms 2021-11-23T19:08:29.2674940Z OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/4.7.0/microsoft.win32.registry.4.7.0.nupkg 66ms 2021-11-23T19:08:29.2678119Z OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg 69ms 2021-11-23T19:08:29.2680984Z GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json 2021-11-23T19:08:29.2690225Z GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/index.json 2021-11-23T19:08:29.2695351Z GET https://api.nuget.org/v3-flatcontainer/system.appcontext/index.json 2021-11-23T19:08:29.2698627Z GET https://api.nuget.org/v3-flatcontainer/system.collections/index.json 2021-11-23T19:08:29.2701485Z GET https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/index.json 2021-11-23T19:08:29.2712807Z GET https://api.nuget.org/v3-flatcontainer/system.console/index.json 2021-11-23T19:08:29.2716880Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/index.json 2021-11-23T19:08:29.2719977Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/index.json 2021-11-23T19:08:29.2723000Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/index.json 2021-11-23T19:08:29.2725995Z GET https://api.nuget.org/v3-flatcontainer/system.globalization/index.json 2021-11-23T19:08:29.2735395Z GET https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/index.json 2021-11-23T19:08:29.2741393Z GET https://api.nuget.org/v3-flatcontainer/system.io.compression/index.json 2021-11-23T19:08:29.2742090Z GET https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/index.json 2021-11-23T19:08:29.2742679Z GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json 2021-11-23T19:08:29.2743268Z GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/index.json 2021-11-23T19:08:29.2744002Z GET https://api.nuget.org/v3-flatcontainer/system.linq/index.json 2021-11-23T19:08:29.2744768Z GET https://api.nuget.org/v3-flatcontainer/system.linq.expressions/index.json 2021-11-23T19:08:29.2745361Z GET https://api.nuget.org/v3-flatcontainer/system.net.http/index.json 2021-11-23T19:08:29.2766319Z GET https://api.nuget.org/v3-flatcontainer/system.net.primitives/index.json 2021-11-23T19:08:29.2767064Z GET https://api.nuget.org/v3-flatcontainer/system.net.sockets/index.json 2021-11-23T19:08:29.2767673Z GET https://api.nuget.org/v3-flatcontainer/system.objectmodel/index.json 2021-11-23T19:08:29.2774587Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json 2021-11-23T19:08:29.2775320Z GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/index.json 2021-11-23T19:08:29.2775927Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/index.json 2021-11-23T19:08:29.2776494Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.handles/index.json 2021-11-23T19:08:29.2777077Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/index.json 2021-11-23T19:08:29.2777705Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/index.json 2021-11-23T19:08:29.2778638Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/index.json 2021-11-23T19:08:29.2779284Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/index.json 2021-11-23T19:08:29.2780165Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/index.json 2021-11-23T19:08:29.2781926Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/index.json 2021-11-23T19:08:29.2782768Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/index.json 2021-11-23T19:08:29.2783531Z GET https://api.nuget.org/v3-flatcontainer/system.text.encoding/index.json 2021-11-23T19:08:29.2784153Z GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json 2021-11-23T19:08:29.2784786Z GET https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/index.json 2021-11-23T19:08:29.2785404Z GET https://api.nuget.org/v3-flatcontainer/system.threading/index.json 2021-11-23T19:08:29.2786304Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/index.json 2021-11-23T19:08:29.2786886Z GET https://api.nuget.org/v3-flatcontainer/system.threading.timer/index.json 2021-11-23T19:08:29.2787437Z GET https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/index.json 2021-11-23T19:08:29.2788010Z GET https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/index.json 2021-11-23T19:08:29.2788616Z GET https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg 2021-11-23T19:08:29.2789251Z GET https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg 2021-11-23T19:08:29.2790265Z GET https://api.nuget.org/v3-flatcontainer/system.reflection/4.1.0/system.reflection.4.1.0.nupkg 2021-11-23T19:08:29.2791174Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.primitives/index.json 2021-11-23T19:08:29.2791801Z GET https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/index.json 2021-11-23T19:08:29.2800286Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system/index.json 2021-11-23T19:08:29.2801610Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/index.json 2021-11-23T19:08:29.2802632Z GET https://api.nuget.org/v3-flatcontainer/nuget.frameworks/index.json 2021-11-23T19:08:29.2803518Z GET https://api.nuget.org/v3-flatcontainer/system.collections.nongeneric/index.json 2021-11-23T19:08:29.2804829Z GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.primitives/index.json 2021-11-23T19:08:29.3289721Z OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/4.7.0/system.text.encoding.codepages.4.7.0.nupkg 180ms 2021-11-23T19:08:29.3298081Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg 132ms 2021-11-23T19:08:29.3301602Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/index.json 2021-11-23T19:08:29.3305427Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/index.json 2021-11-23T19:08:29.3308198Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/index.json 2021-11-23T19:08:29.3311108Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/index.json 2021-11-23T19:08:29.3325719Z GET https://api.nuget.org/v3-flatcontainer/system.collections.immutable/index.json 2021-11-23T19:08:29.3328777Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/6.0.0/system.diagnostics.diagnosticsource.6.0.0.nupkg 2021-11-23T19:08:29.3331791Z GET https://api.nuget.org/v3-flatcontainer/xunit.abstractions/index.json 2021-11-23T19:08:29.3335339Z OK https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server.clientfactory/index.json 192ms 2021-11-23T19:08:29.3338145Z GET https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server.clientfactory/2.40.0/grpc.aspnetcore.server.clientfactory.2.40.0.nupkg 2021-11-23T19:08:29.3629040Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.caching/4.7.0/system.runtime.caching.4.7.0.nupkg 226ms 2021-11-23T19:08:29.3633941Z OK https://api.nuget.org/v3-flatcontainer/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg 222ms 2021-11-23T19:08:29.3637168Z OK https://api.nuget.org/v3-flatcontainer/system.security.permissions/index.json 180ms 2021-11-23T19:08:29.3640177Z GET https://api.nuget.org/v3-flatcontainer/system.security.permissions/4.7.0/system.security.permissions.4.7.0.nupkg 2021-11-23T19:08:29.3643120Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/index.json 171ms 2021-11-23T19:08:29.3647460Z OK https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg 224ms 2021-11-23T19:08:29.3651329Z OK https://api.nuget.org/v3-flatcontainer/grpc.tools/index.json 199ms 2021-11-23T19:08:29.3654824Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg 2021-11-23T19:08:29.3657812Z OK https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg 244ms 2021-11-23T19:08:29.3661569Z GET https://api.nuget.org/v3-flatcontainer/grpc.tools/2.40.0/grpc.tools.2.40.0.nupkg 2021-11-23T19:08:29.3664406Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/index.json 312ms 2021-11-23T19:08:29.3667151Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/index.json 312ms 2021-11-23T19:08:29.3670926Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/6.8.0/microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg 2021-11-23T19:08:29.3674309Z OK https://api.nuget.org/v3-flatcontainer/system.reflection/4.3.0/system.reflection.4.3.0.nupkg 207ms 2021-11-23T19:08:29.3677899Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/4.21.1/microsoft.identity.client.4.21.1.nupkg 2021-11-23T19:08:29.3681394Z OK https://api.nuget.org/v3-flatcontainer/system.runtime/index.json 213ms 2021-11-23T19:08:29.3684490Z GET https://api.nuget.org/v3-flatcontainer/system.runtime/4.3.0/system.runtime.4.3.0.nupkg 2021-11-23T19:08:29.3687907Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.7.0/system.diagnostics.diagnosticsource.4.7.0.nupkg 195ms 2021-11-23T19:08:29.3691473Z OK https://api.nuget.org/v3-flatcontainer/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg 190ms 2021-11-23T19:08:29.3695432Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/index.json 217ms 2021-11-23T19:08:29.3699991Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg 2021-11-23T19:08:29.3705298Z OK https://api.nuget.org/v3-flatcontainer/google.protobuf/index.json 208ms 2021-11-23T19:08:29.3709495Z GET https://api.nuget.org/v3-flatcontainer/google.protobuf/3.18.0/google.protobuf.3.18.0.nupkg 2021-11-23T19:08:29.3713582Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json 196ms 2021-11-23T19:08:29.3717776Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.7.0/system.security.cryptography.protecteddata.4.7.0.nupkg 2021-11-23T19:08:29.3724302Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/index.json 222ms 2021-11-23T19:08:29.3731495Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg 2021-11-23T19:08:29.3735049Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.4.0/system.security.cryptography.protecteddata.4.4.0.nupkg 2021-11-23T19:08:29.3738168Z GET https://api.nuget.org/v3-flatcontainer/system.runtime/4.1.0/system.runtime.4.1.0.nupkg 2021-11-23T19:08:29.3744101Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg 2021-11-23T19:08:29.3748493Z OK https://api.nuget.org/v3-flatcontainer/system.io/index.json 243ms 2021-11-23T19:08:29.3752083Z GET https://api.nuget.org/v3-flatcontainer/system.io/4.3.0/system.io.4.3.0.nupkg 2021-11-23T19:08:29.3756957Z OK https://api.nuget.org/v3-flatcontainer/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg 248ms 2021-11-23T19:08:29.3760879Z OK https://api.nuget.org/v3-flatcontainer/system.linq.expressions/index.json 203ms 2021-11-23T19:08:29.3764883Z GET https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg 2021-11-23T19:08:29.3768843Z OK https://api.nuget.org/v3-flatcontainer/system.globalization/index.json 206ms 2021-11-23T19:08:29.3772664Z GET https://api.nuget.org/v3-flatcontainer/system.globalization/4.3.0/system.globalization.4.3.0.nupkg 2021-11-23T19:08:29.3775941Z OK https://api.nuget.org/v3-flatcontainer/system.collections/index.json 210ms 2021-11-23T19:08:29.3778979Z GET https://api.nuget.org/v3-flatcontainer/system.collections/4.3.0/system.collections.4.3.0.nupkg 2021-11-23T19:08:29.3786357Z OK https://api.nuget.org/v3-flatcontainer/system.appcontext/index.json 211ms 2021-11-23T19:08:29.3787107Z GET https://api.nuget.org/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg 2021-11-23T19:08:29.3788274Z OK https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/index.json 211ms 2021-11-23T19:08:29.3807088Z GET https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg 2021-11-23T19:08:29.3807787Z OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/index.json 213ms 2021-11-23T19:08:29.3808461Z GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg 2021-11-23T19:08:29.3809212Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/6.8.0/microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg 219ms 2021-11-23T19:08:29.3954683Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/index.json 214ms 2021-11-23T19:08:29.3957654Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg 2021-11-23T19:08:29.3960560Z OK https://api.nuget.org/v3-flatcontainer/system.console/index.json 220ms 2021-11-23T19:08:29.3963265Z GET https://api.nuget.org/v3-flatcontainer/system.console/4.3.0/system.console.4.3.0.nupkg 2021-11-23T19:08:29.3966048Z OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json 229ms 2021-11-23T19:08:29.3968723Z GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg 2021-11-23T19:08:29.3971488Z GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg 2021-11-23T19:08:29.3974082Z GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json 2021-11-23T19:08:29.4044831Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/index.json 2021-11-23T19:08:29.4234175Z OK https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/index.json 237ms 2021-11-23T19:08:29.4237319Z GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg 2021-11-23T19:08:29.4240356Z OK https://api.nuget.org/v3-flatcontainer/system.net.http/index.json 240ms 2021-11-23T19:08:29.4243085Z GET https://api.nuget.org/v3-flatcontainer/system.net.http/4.3.0/system.net.http.4.3.0.nupkg 2021-11-23T19:08:29.4245801Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/index.json 240ms 2021-11-23T19:08:29.4248440Z GET https://api.nuget.org/v3-flatcontainer/system.collections/4.0.11/system.collections.4.0.11.nupkg 2021-11-23T19:08:29.4251232Z GET https://api.nuget.org/v3-flatcontainer/system.globalization/4.0.11/system.globalization.4.0.11.nupkg 2021-11-23T19:08:29.4253506Z GET https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg 2021-11-23T19:08:29.4256334Z GET https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/index.json 2021-11-23T19:08:29.4258818Z GET https://api.nuget.org/v3-flatcontainer/system.io/4.1.0/system.io.4.1.0.nupkg 2021-11-23T19:08:29.4261392Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/index.json 245ms 2021-11-23T19:08:29.4264844Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg 2021-11-23T19:08:29.4266962Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/index.json 246ms 2021-11-23T19:08:29.4269046Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg 2021-11-23T19:08:29.4271188Z GET https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg 2021-11-23T19:08:29.4937935Z OK https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/index.json 262ms 2021-11-23T19:08:29.4939469Z GET https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg 2021-11-23T19:08:29.4940386Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.handles/index.json 259ms 2021-11-23T19:08:29.4942090Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg 2021-11-23T19:08:29.4942865Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg 2021-11-23T19:08:29.4943549Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg 2021-11-23T19:08:29.4944197Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/index.json 253ms 2021-11-23T19:08:29.4945398Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg 2021-11-23T19:08:29.4946234Z OK https://api.nuget.org/v3-flatcontainer/system.reflection/4.1.0/system.reflection.4.1.0.nupkg 233ms 2021-11-23T19:08:29.4946897Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg 2021-11-23T19:08:29.4947562Z OK https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg 247ms 2021-11-23T19:08:29.4948165Z OK https://api.nuget.org/v3-flatcontainer/system.objectmodel/index.json 265ms 2021-11-23T19:08:29.4948763Z GET https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg 2021-11-23T19:08:29.4977115Z OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/index.json 268ms 2021-11-23T19:08:29.4978383Z GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg 2021-11-23T19:08:29.4979484Z OK https://api.nuget.org/v3-flatcontainer/system.net.sockets/index.json 271ms 2021-11-23T19:08:29.4980138Z OK https://api.nuget.org/v3-flatcontainer/system.net.primitives/index.json 275ms 2021-11-23T19:08:29.4982071Z GET https://api.nuget.org/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg 2021-11-23T19:08:29.4982854Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/index.json 266ms 2021-11-23T19:08:29.4983576Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg 2021-11-23T19:08:29.4984458Z OK https://api.nuget.org/v3-flatcontainer/system.linq/index.json 278ms 2021-11-23T19:08:29.4985418Z GET https://api.nuget.org/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg 2021-11-23T19:08:29.4986092Z GET https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg 2021-11-23T19:08:29.4986725Z GET https://api.nuget.org/v3-flatcontainer/system.linq/4.3.0/system.linq.4.3.0.nupkg 2021-11-23T19:08:29.4987385Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg 2021-11-23T19:08:29.4988086Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg 2021-11-23T19:08:29.4989415Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg 2021-11-23T19:08:29.4991342Z OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json 290ms 2021-11-23T19:08:29.4992031Z GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg 2021-11-23T19:08:29.4992901Z GET https://api.nuget.org/v3-flatcontainer/system.linq/4.1.0/system.linq.4.1.0.nupkg 2021-11-23T19:08:29.4993707Z GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg 2021-11-23T19:08:29.4994358Z OK https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/index.json 305ms 2021-11-23T19:08:29.4995028Z GET https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg 2021-11-23T19:08:29.4995691Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/index.json 313ms 2021-11-23T19:08:29.4996396Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg 2021-11-23T19:08:29.5298977Z OK https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg 312ms 2021-11-23T19:08:29.5300635Z OK https://api.nuget.org/v3-flatcontainer/grpc.tools/2.40.0/grpc.tools.2.40.0.nupkg 163ms 2021-11-23T19:08:29.5307337Z OK https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg 133ms 2021-11-23T19:08:29.5308079Z OK https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/index.json 324ms 2021-11-23T19:08:29.5308749Z GET https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg 2021-11-23T19:08:29.5309381Z OK https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/index.json 326ms 2021-11-23T19:08:29.5310814Z GET https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg 2021-11-23T19:08:29.5312755Z GET https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg 2021-11-23T19:08:29.5315327Z GET https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg 2021-11-23T19:08:29.5316375Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/index.json 2021-11-23T19:08:29.5804932Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/index.json 368ms 2021-11-23T19:08:29.5805832Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg 2021-11-23T19:08:29.5806556Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks/index.json 355ms 2021-11-23T19:08:29.5807245Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg 2021-11-23T19:08:29.5807901Z OK https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/index.json 356ms 2021-11-23T19:08:29.5808931Z GET https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg 2021-11-23T19:08:29.5809785Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg 83ms 2021-11-23T19:08:29.5810596Z OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/index.json 359ms 2021-11-23T19:08:29.5811418Z GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg 2021-11-23T19:08:29.5812421Z OK https://api.nuget.org/v3-flatcontainer/system.threading.timer/index.json 358ms 2021-11-23T19:08:29.5813215Z GET https://api.nuget.org/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg 2021-11-23T19:08:29.5817599Z OK https://api.nuget.org/v3-flatcontainer/system.text.encoding/index.json 361ms 2021-11-23T19:08:29.5818846Z GET https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg 2021-11-23T19:08:29.5819778Z OK https://api.nuget.org/v3-flatcontainer/system.threading/index.json 360ms 2021-11-23T19:08:29.5820593Z GET https://api.nuget.org/v3-flatcontainer/system.threading/4.3.0/system.threading.4.3.0.nupkg 2021-11-23T19:08:29.5823627Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/index.json 287ms 2021-11-23T19:08:29.5824301Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/1.6.0/system.reflection.metadata.1.6.0.nupkg 2021-11-23T19:08:29.5824989Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/index.json 364ms 2021-11-23T19:08:29.5825814Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg 2021-11-23T19:08:29.5826540Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.primitives/index.json 345ms 2021-11-23T19:08:29.5827304Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg 2021-11-23T19:08:29.5828027Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/index.json 366ms 2021-11-23T19:08:29.5832529Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg 2021-11-23T19:08:29.5833415Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system/index.json 331ms 2021-11-23T19:08:29.5834097Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg 2021-11-23T19:08:29.5834779Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg 2021-11-23T19:08:29.5835744Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg 2021-11-23T19:08:29.5836467Z GET https://api.nuget.org/v3-flatcontainer/system.threading/4.0.11/system.threading.4.0.11.nupkg 2021-11-23T19:08:29.5838038Z GET https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg 2021-11-23T19:08:29.5839222Z GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg 2021-11-23T19:08:29.5840170Z GET https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg 2021-11-23T19:08:29.5843527Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg 2021-11-23T19:08:29.6224855Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/index.json 404ms 2021-11-23T19:08:29.6225953Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg 2021-11-23T19:08:29.6226761Z OK https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/index.json 377ms 2021-11-23T19:08:29.6227645Z GET https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg 2021-11-23T19:08:29.6231078Z OK https://api.nuget.org/v3-flatcontainer/system.io.compression/index.json 419ms 2021-11-23T19:08:29.6233545Z GET https://api.nuget.org/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg 2021-11-23T19:08:29.6235081Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/6.0.0/system.diagnostics.diagnosticsource.6.0.0.nupkg 286ms 2021-11-23T19:08:29.6236413Z OK https://api.nuget.org/v3-flatcontainer/system.collections.nongeneric/index.json 325ms 2021-11-23T19:08:29.6238498Z GET https://api.nuget.org/v3-flatcontainer/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg 2021-11-23T19:08:29.6239834Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/4.21.1/microsoft.identity.client.4.21.1.nupkg 248ms 2021-11-23T19:08:29.6241802Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg 243ms 2021-11-23T19:08:29.6243169Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.7.0/system.security.cryptography.protecteddata.4.7.0.nupkg 241ms 2021-11-23T19:08:29.6244570Z OK https://api.nuget.org/v3-flatcontainer/system.runtime/4.3.0/system.runtime.4.3.0.nupkg 248ms 2021-11-23T19:08:29.6247288Z OK https://api.nuget.org/v3-flatcontainer/google.protobuf/3.18.0/google.protobuf.3.18.0.nupkg 243ms 2021-11-23T19:08:29.6248877Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/6.8.0/microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg 259ms 2021-11-23T19:08:29.6250141Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/index.json 2021-11-23T19:08:29.6251918Z GET https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/index.json 2021-11-23T19:08:29.7722032Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg 80ms 2021-11-23T19:08:29.7751638Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg 79ms 2021-11-23T19:08:29.7753197Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg 79ms 2021-11-23T19:08:29.7755173Z OK https://api.nuget.org/v3-flatcontainer/system.security.permissions/4.7.0/system.security.permissions.4.7.0.nupkg 290ms 2021-11-23T19:08:29.7756802Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg 289ms 2021-11-23T19:08:29.7758361Z OK https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server.clientfactory/2.40.0/grpc.aspnetcore.server.clientfactory.2.40.0.nupkg 297ms 2021-11-23T19:08:29.7759669Z OK https://api.nuget.org/v3-flatcontainer/nuget.frameworks/index.json 371ms 2021-11-23T19:08:29.7761499Z GET https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg 2021-11-23T19:08:29.7762875Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/index.json 329ms 2021-11-23T19:08:29.7764718Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/6.0.0/microsoft.extensions.logging.6.0.0.nupkg 2021-11-23T19:08:29.7767567Z OK https://api.nuget.org/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg 90ms 2021-11-23T19:08:29.7770027Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/index.json 332ms 2021-11-23T19:08:29.7772683Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/6.0.0/microsoft.extensions.caching.memory.6.0.0.nupkg 2021-11-23T19:08:29.7774075Z OK https://api.nuget.org/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg 256ms 2021-11-23T19:08:29.7776313Z OK https://api.nuget.org/v3-flatcontainer/system.collections/4.3.0/system.collections.4.3.0.nupkg 257ms 2021-11-23T19:08:29.7777678Z OK https://api.nuget.org/v3-flatcontainer/xunit.abstractions/index.json 317ms 2021-11-23T19:08:29.7779710Z GET https://api.nuget.org/v3-flatcontainer/xunit.abstractions/2.0.3/xunit.abstractions.2.0.3.nupkg 2021-11-23T19:08:29.7781553Z OK https://api.nuget.org/v3-flatcontainer/system.collections.immutable/index.json 334ms 2021-11-23T19:08:29.7783366Z GET https://api.nuget.org/v3-flatcontainer/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg 2021-11-23T19:08:29.7785031Z OK https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg 273ms 2021-11-23T19:08:29.7787551Z OK https://api.nuget.org/v3-flatcontainer/system.globalization/4.3.0/system.globalization.4.3.0.nupkg 278ms 2021-11-23T19:08:29.7789029Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg 293ms 2021-11-23T19:08:29.7790971Z OK https://api.nuget.org/v3-flatcontainer/system.io/4.3.0/system.io.4.3.0.nupkg 282ms 2021-11-23T19:08:29.7792520Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.4.0/system.security.cryptography.protecteddata.4.4.0.nupkg 302ms 2021-11-23T19:08:29.7800332Z OK https://api.nuget.org/v3-flatcontainer/system.runtime/4.1.0/system.runtime.4.1.0.nupkg 297ms 2021-11-23T19:08:29.7803782Z GET https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server/index.json 2021-11-23T19:08:29.7804446Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.clientfactory/index.json 2021-11-23T19:08:29.7805164Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg 312ms 2021-11-23T19:08:29.7805848Z GET https://api.nuget.org/v3-flatcontainer/system.windows.extensions/index.json 2021-11-23T19:08:29.7806551Z OK https://api.nuget.org/v3-flatcontainer/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg 86ms 2021-11-23T19:08:29.7807302Z OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg 133ms 2021-11-23T19:08:29.7808070Z OK https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg 96ms 2021-11-23T19:08:29.7808787Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/index.json 375ms 2021-11-23T19:08:29.7809784Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/6.0.0/microsoft.entityframeworkcore.analyzers.6.0.0.nupkg 2021-11-23T19:08:29.7810549Z OK https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg 225ms 2021-11-23T19:08:29.7811319Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg 91ms 2021-11-23T19:08:29.7812041Z OK https://api.nuget.org/v3-flatcontainer/system.linq/4.3.0/system.linq.4.3.0.nupkg 222ms 2021-11-23T19:08:29.7855398Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/index.json 380ms 2021-11-23T19:08:29.7856591Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/index.json 2021-11-23T19:08:29.7857482Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:29.7858283Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/6.0.0/microsoft.entityframeworkcore.abstractions.6.0.0.nupkg 2021-11-23T19:08:29.8661183Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg 349ms 2021-11-23T19:08:29.8662268Z OK https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server/index.json 126ms 2021-11-23T19:08:29.8664689Z GET https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server/2.40.0/grpc.aspnetcore.server.2.40.0.nupkg 2021-11-23T19:08:29.8665617Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg 354ms 2021-11-23T19:08:29.8666780Z OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.primitives/index.json 522ms 2021-11-23T19:08:29.8667664Z GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg 2021-11-23T19:08:29.8668553Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg 340ms 2021-11-23T19:08:29.8671005Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg 355ms 2021-11-23T19:08:29.8770296Z OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg 348ms 2021-11-23T19:08:29.8772948Z OK https://api.nuget.org/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg 339ms 2021-11-23T19:08:29.8774231Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg 211ms 2021-11-23T19:08:29.8775313Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg 358ms 2021-11-23T19:08:29.8779068Z OK https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg 356ms 2021-11-23T19:08:29.8780268Z OK https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg 368ms 2021-11-23T19:08:29.8781268Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg 369ms 2021-11-23T19:08:29.8783913Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg 362ms 2021-11-23T19:08:29.8819921Z OK https://api.nuget.org/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg 348ms 2021-11-23T19:08:29.8821105Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg 377ms 2021-11-23T19:08:29.8822190Z OK https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg 367ms 2021-11-23T19:08:29.8822922Z OK https://api.nuget.org/v3-flatcontainer/system.globalization/4.0.11/system.globalization.4.0.11.nupkg 385ms 2021-11-23T19:08:29.8823732Z OK https://api.nuget.org/v3-flatcontainer/system.net.http/4.3.0/system.net.http.4.3.0.nupkg 387ms 2021-11-23T19:08:29.8824545Z OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg 403ms 2021-11-23T19:08:29.8825400Z OK https://api.nuget.org/v3-flatcontainer/system.collections/4.0.11/system.collections.4.0.11.nupkg 388ms 2021-11-23T19:08:30.0185119Z OK https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg 466ms 2021-11-23T19:08:30.0190042Z OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg 89ms 2021-11-23T19:08:30.0194301Z OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg 497ms 2021-11-23T19:08:30.0195861Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg 493ms 2021-11-23T19:08:30.0196728Z OK https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/index.json 276ms 2021-11-23T19:08:30.0197453Z GET https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/6.8.0/system.identitymodel.tokens.jwt.6.8.0.nupkg 2021-11-23T19:08:30.0198168Z OK https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg 250ms 2021-11-23T19:08:30.0199169Z OK https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg 342ms 2021-11-23T19:08:30.0199870Z OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json 486ms 2021-11-23T19:08:30.0200562Z OK https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg 365ms 2021-11-23T19:08:30.0201270Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg 344ms 2021-11-23T19:08:30.0201985Z GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg 2021-11-23T19:08:30.0202716Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg 348ms 2021-11-23T19:08:30.0203419Z OK https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg 371ms 2021-11-23T19:08:30.0204143Z OK https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg 375ms 2021-11-23T19:08:30.0204939Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg 391ms 2021-11-23T19:08:30.0205708Z OK https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg 414ms 2021-11-23T19:08:30.0206433Z OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg 429ms 2021-11-23T19:08:30.0207133Z OK https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg 376ms 2021-11-23T19:08:30.0207866Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg 432ms 2021-11-23T19:08:30.0208576Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/index.json 288ms 2021-11-23T19:08:30.0209286Z OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg 417ms 2021-11-23T19:08:30.0210218Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/6.8.0/microsoft.identitymodel.protocols.6.8.0.nupkg 2021-11-23T19:08:30.0210933Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/index.json 374ms 2021-11-23T19:08:30.0211665Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg 2021-11-23T19:08:30.0212419Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg 436ms 2021-11-23T19:08:30.0213071Z GET https://api.nuget.org/v3-flatcontainer/system.buffers/index.json 2021-11-23T19:08:30.0213748Z GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg 2021-11-23T19:08:30.0214399Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/index.json 2021-11-23T19:08:30.0215118Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg 2021-11-23T19:08:30.0215812Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.0216488Z OK https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server/2.40.0/grpc.aspnetcore.server.2.40.0.nupkg 197ms 2021-11-23T19:08:30.0217146Z OK https://api.nuget.org/v3-flatcontainer/system.windows.extensions/index.json 310ms 2021-11-23T19:08:30.0217829Z GET https://api.nuget.org/v3-flatcontainer/system.windows.extensions/4.7.0/system.windows.extensions.4.7.0.nupkg 2021-11-23T19:08:30.0218700Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/6.0.0/microsoft.extensions.logging.6.0.0.nupkg 353ms 2021-11-23T19:08:30.0219441Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/index.json 302ms 2021-11-23T19:08:30.0220251Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg 2021-11-23T19:08:30.0221490Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/6.0.0/microsoft.entityframeworkcore.analyzers.6.0.0.nupkg 310ms 2021-11-23T19:08:30.0222241Z OK https://api.nuget.org/v3-flatcontainer/system.linq/4.1.0/system.linq.4.1.0.nupkg 526ms 2021-11-23T19:08:30.0222854Z OK https://api.nuget.org/v3-flatcontainer/system.buffers/index.json 76ms 2021-11-23T19:08:30.0223475Z GET https://api.nuget.org/v3-flatcontainer/system.buffers/4.3.0/system.buffers.4.3.0.nupkg 2021-11-23T19:08:30.0224121Z OK https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/index.json 573ms 2021-11-23T19:08:30.0224842Z GET https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg 2021-11-23T19:08:30.0225594Z OK https://api.nuget.org/v3-flatcontainer/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg 345ms 2021-11-23T19:08:30.0226314Z OK https://api.nuget.org/v3-flatcontainer/system.windows.extensions/4.7.0/system.windows.extensions.4.7.0.nupkg 7ms 2021-11-23T19:08:30.0227073Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/6.8.0/microsoft.identitymodel.protocols.6.8.0.nupkg 100ms 2021-11-23T19:08:30.0227905Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg 446ms 2021-11-23T19:08:30.0228687Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/1.6.0/system.reflection.metadata.1.6.0.nupkg 447ms 2021-11-23T19:08:30.0229709Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg 6ms 2021-11-23T19:08:30.0230474Z OK https://api.nuget.org/v3-flatcontainer/system.threading/4.3.0/system.threading.4.3.0.nupkg 449ms 2021-11-23T19:08:30.0231123Z OK https://api.nuget.org/v3-flatcontainer/system.buffers/4.3.0/system.buffers.4.3.0.nupkg 5ms 2021-11-23T19:08:30.0231809Z OK https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg 450ms 2021-11-23T19:08:30.0232454Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.clientfactory/index.json 334ms 2021-11-23T19:08:30.0233108Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.clientfactory/2.40.0/grpc.net.clientfactory.2.40.0.nupkg 2021-11-23T19:08:30.0233867Z OK https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/6.8.0/system.identitymodel.tokens.jwt.6.8.0.nupkg 114ms 2021-11-23T19:08:30.0234600Z GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg 2021-11-23T19:08:30.0235311Z GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg 2021-11-23T19:08:30.0236078Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg 2021-11-23T19:08:30.0236841Z GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 2021-11-23T19:08:30.0237503Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/index.json 2021-11-23T19:08:30.0238298Z GET https://api.nuget.org/v3-flatcontainer/system.drawing.common/index.json 2021-11-23T19:08:30.0238972Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg 2021-11-23T19:08:30.0737950Z OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg 458ms 2021-11-23T19:08:30.0739542Z OK https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg 462ms 2021-11-23T19:08:30.0740998Z OK https://api.nuget.org/v3-flatcontainer/system.threading/4.0.11/system.threading.4.0.11.nupkg 468ms 2021-11-23T19:08:30.0742134Z OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg 634ms 2021-11-23T19:08:30.0743124Z OK https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg 617ms 2021-11-23T19:08:30.0744089Z OK https://api.nuget.org/v3-flatcontainer/system.io/4.1.0/system.io.4.1.0.nupkg 615ms 2021-11-23T19:08:30.0745001Z OK https://api.nuget.org/v3-flatcontainer/system.console/4.3.0/system.console.4.3.0.nupkg 644ms 2021-11-23T19:08:30.0745996Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg 2021-11-23T19:08:30.0746964Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg 480ms 2021-11-23T19:08:30.0747951Z OK https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.nupkg 445ms 2021-11-23T19:08:30.0748979Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg 480ms 2021-11-23T19:08:30.0749981Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.clientfactory/2.40.0/grpc.net.clientfactory.2.40.0.nupkg 37ms 2021-11-23T19:08:30.0750897Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/index.json 626ms 2021-11-23T19:08:30.0752137Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/6.8.0/microsoft.identitymodel.tokens.6.8.0.nupkg 2021-11-23T19:08:30.0753134Z OK https://api.nuget.org/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg 445ms 2021-11-23T19:08:30.0754027Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/index.json 25ms 2021-11-23T19:08:30.0754984Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/6.8.0/microsoft.identitymodel.logging.6.8.0.nupkg 2021-11-23T19:08:30.0756535Z OK https://api.nuget.org/v3-flatcontainer/xunit.abstractions/2.0.3/xunit.abstractions.2.0.3.nupkg 400ms 2021-11-23T19:08:30.0757658Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/index.json 352ms 2021-11-23T19:08:30.0758755Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.0759981Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg 23ms 2021-11-23T19:08:30.0762202Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/index.json 56ms 2021-11-23T19:08:30.0762896Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg 2021-11-23T19:08:30.0763538Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/index.json 56ms 2021-11-23T19:08:30.0764237Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.0765146Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/index.json 2021-11-23T19:08:30.0765753Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/index.json 2021-11-23T19:08:30.0766433Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/6.0.0/microsoft.extensions.options.6.0.0.nupkg 2021-11-23T19:08:30.0767038Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.client/index.json 2021-11-23T19:08:30.0767587Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/index.json 2021-11-23T19:08:30.0768180Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/index.json 2021-11-23T19:08:30.0768776Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/index.json 2021-11-23T19:08:30.0769396Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg 2021-11-23T19:08:30.1017322Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg 39ms 2021-11-23T19:08:30.1019152Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg 38ms 2021-11-23T19:08:30.1020473Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg 96ms 2021-11-23T19:08:30.1021759Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/6.0.0/microsoft.extensions.caching.memory.6.0.0.nupkg 446ms 2021-11-23T19:08:30.1024573Z OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 74ms 2021-11-23T19:08:30.1025858Z GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg 2021-11-23T19:08:30.1027119Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/6.0.0/microsoft.entityframeworkcore.abstractions.6.0.0.nupkg 393ms 2021-11-23T19:08:30.1028349Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.common/index.json 2021-11-23T19:08:30.1029365Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg 50ms 2021-11-23T19:08:30.1032109Z OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg 198ms 2021-11-23T19:08:30.1033208Z OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg 81ms 2021-11-23T19:08:30.1034327Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 47ms 2021-11-23T19:08:30.1036882Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/6.8.0/microsoft.identitymodel.logging.6.8.0.nupkg 48ms 2021-11-23T19:08:30.1038389Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg 191ms 2021-11-23T19:08:30.1039435Z OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg 110ms 2021-11-23T19:08:30.1040328Z OK https://api.nuget.org/v3-flatcontainer/system.drawing.common/index.json 74ms 2021-11-23T19:08:30.1042844Z GET https://api.nuget.org/v3-flatcontainer/system.drawing.common/4.7.0/system.drawing.common.4.7.0.nupkg 2021-11-23T19:08:30.1043816Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/index.json 31ms 2021-11-23T19:08:30.1046332Z OK https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg 97ms 2021-11-23T19:08:30.1047635Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/3.0.3/microsoft.extensions.http.3.0.3.nupkg 2021-11-23T19:08:30.1048455Z GET https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1052929Z GET https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1053663Z GET https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1054400Z GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1055155Z GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1059558Z GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1060302Z GET https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1061388Z GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1062148Z GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1062864Z GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 2021-11-23T19:08:30.1066838Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/index.json 2021-11-23T19:08:30.1582371Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.client/index.json 54ms 2021-11-23T19:08:30.1583998Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.client/2.40.0/grpc.net.client.2.40.0.nupkg 2021-11-23T19:08:30.1585074Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg 106ms 2021-11-23T19:08:30.1585993Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/index.json 44ms 2021-11-23T19:08:30.1586968Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg 2021-11-23T19:08:30.1587901Z OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg 108ms 2021-11-23T19:08:30.1588824Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/6.8.0/microsoft.identitymodel.tokens.6.8.0.nupkg 77ms 2021-11-23T19:08:30.1589763Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/6.0.0/microsoft.extensions.options.6.0.0.nupkg 62ms 2021-11-23T19:08:30.1590849Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/index.json 65ms 2021-11-23T19:08:30.1592037Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/6.0.0/microsoft.extensions.logging.abstractions.6.0.0.nupkg 2021-11-23T19:08:30.1593179Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.client/2.40.0/grpc.net.client.2.40.0.nupkg 5ms 2021-11-23T19:08:30.1594580Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg 43ms 2021-11-23T19:08:30.1596656Z OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg 38ms 2021-11-23T19:08:30.1601011Z OK https://api.nuget.org/v3-flatcontainer/system.drawing.common/4.7.0/system.drawing.common.4.7.0.nupkg 34ms 2021-11-23T19:08:30.1602975Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/3.0.3/microsoft.extensions.http.3.0.3.nupkg 33ms 2021-11-23T19:08:30.1604441Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/index.json 54ms 2021-11-23T19:08:30.1605844Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg 2021-11-23T19:08:30.1607238Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg 11ms 2021-11-23T19:08:30.1611657Z OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 27ms 2021-11-23T19:08:30.1614432Z GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1617434Z OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 30ms 2021-11-23T19:08:30.1619921Z GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1625581Z OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 29ms 2021-11-23T19:08:30.1626836Z GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1628023Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.0.3/microsoft.extensions.dependencyinjection.abstractions.3.0.3.nupkg 2021-11-23T19:08:30.1629338Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/3.0.3/microsoft.extensions.logging.3.0.3.nupkg 2021-11-23T19:08:30.1630268Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/3.0.3/microsoft.extensions.options.3.0.3.nupkg 2021-11-23T19:08:30.1631429Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/3.0.3/microsoft.extensions.logging.abstractions.3.0.3.nupkg 2021-11-23T19:08:30.1632612Z OK https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 58ms 2021-11-23T19:08:30.1633858Z OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 56ms 2021-11-23T19:08:30.1639219Z OK https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 58ms 2021-11-23T19:08:30.1640344Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/6.0.0/microsoft.extensions.logging.abstractions.6.0.0.nupkg 38ms 2021-11-23T19:08:30.1641364Z OK https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 60ms 2021-11-23T19:08:30.1643867Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.0.3/microsoft.extensions.dependencyinjection.abstractions.3.0.3.nupkg 23ms 2021-11-23T19:08:30.1644910Z GET https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1646215Z OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 60ms 2021-11-23T19:08:30.1655476Z OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 61ms 2021-11-23T19:08:30.1656508Z GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1657693Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg 33ms 2021-11-23T19:08:30.1658400Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/index.json 56ms 2021-11-23T19:08:30.1659339Z OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 34ms 2021-11-23T19:08:30.1665083Z GET https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1666397Z OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 33ms 2021-11-23T19:08:30.1673080Z GET https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1674366Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg 2021-11-23T19:08:30.1675982Z OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 32ms 2021-11-23T19:08:30.1682160Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/3.0.3/microsoft.extensions.logging.3.0.3.nupkg 27ms 2021-11-23T19:08:30.1683302Z GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1684394Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/3.0.3/microsoft.extensions.options.3.0.3.nupkg 27ms 2021-11-23T19:08:30.1685954Z GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.1687217Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/index.json 110ms 2021-11-23T19:08:30.1688142Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/6.0.0/microsoft.extensions.caching.abstractions.6.0.0.nupkg 2021-11-23T19:08:30.1693052Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg 2021-11-23T19:08:30.1693914Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/3.0.3/microsoft.extensions.logging.abstractions.3.0.3.nupkg 22ms 2021-11-23T19:08:30.1694877Z OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 5ms 2021-11-23T19:08:30.1696570Z OK https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 6ms 2021-11-23T19:08:30.1697943Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.0.3/microsoft.extensions.primitives.3.0.3.nupkg 2021-11-23T19:08:30.1703712Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/index.json 2021-11-23T19:08:30.1957951Z OK https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 15ms 2021-11-23T19:08:30.1959430Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg 15ms 2021-11-23T19:08:30.1962440Z OK https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 15ms 2021-11-23T19:08:30.1963865Z OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 14ms 2021-11-23T19:08:30.1965108Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/6.0.0/microsoft.extensions.caching.abstractions.6.0.0.nupkg 14ms 2021-11-23T19:08:30.1966226Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg 14ms 2021-11-23T19:08:30.1967498Z OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 15ms 2021-11-23T19:08:30.1970385Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.0.3/microsoft.extensions.primitives.3.0.3.nupkg 8ms 2021-11-23T19:08:30.1971448Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.common/index.json 92ms 2021-11-23T19:08:30.1972394Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.common/2.40.0/grpc.net.common.2.40.0.nupkg 2021-11-23T19:08:30.1974878Z GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/index.json 2021-11-23T19:08:30.2020295Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.common/2.40.0/grpc.net.common.2.40.0.nupkg 24ms 2021-11-23T19:08:30.2021651Z OK https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 108ms 2021-11-23T19:08:30.2023126Z GET https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 2021-11-23T19:08:30.2024277Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/index.json 33ms 2021-11-23T19:08:30.2026957Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/3.0.3/microsoft.extensions.configuration.binder.3.0.3.nupkg 2021-11-23T19:08:30.2028072Z GET https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.5.0/microsoft.csharp.4.5.0.nupkg 2021-11-23T19:08:30.2029373Z GET https://api.nuget.org/v3-flatcontainer/grpc.core.api/index.json 2021-11-23T19:08:30.2030878Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.5.0/system.security.cryptography.cng.4.5.0.nupkg 2021-11-23T19:08:30.2035836Z OK https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 3ms 2021-11-23T19:08:30.2041493Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/3.0.3/microsoft.extensions.configuration.binder.3.0.3.nupkg 4ms 2021-11-23T19:08:30.2058254Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/3.0.3/microsoft.extensions.configuration.3.0.3.nupkg 2021-11-23T19:08:30.2059426Z OK https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.5.0/microsoft.csharp.4.5.0.nupkg 4ms 2021-11-23T19:08:30.2110962Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.5.0/system.security.cryptography.cng.4.5.0.nupkg 9ms 2021-11-23T19:08:30.2180147Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/3.0.3/microsoft.extensions.configuration.3.0.3.nupkg 11ms 2021-11-23T19:08:30.2192791Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.0.3/microsoft.extensions.configuration.abstractions.3.0.3.nupkg 2021-11-23T19:08:30.2209848Z OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/index.json 29ms 2021-11-23T19:08:30.2219227Z GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/4.7.0/microsoft.win32.systemevents.4.7.0.nupkg 2021-11-23T19:08:30.2222377Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.0.3/microsoft.extensions.configuration.abstractions.3.0.3.nupkg 2ms 2021-11-23T19:08:30.2261884Z OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/4.7.0/microsoft.win32.systemevents.4.7.0.nupkg 4ms 2021-11-23T19:08:30.2291872Z Resolving conflicts for net6.0... 2021-11-23T19:08:30.2374335Z Acquiring lock for the installation of Microsoft.Win32.SystemEvents 4.7.0 2021-11-23T19:08:30.2475290Z Acquired lock for the installation of Microsoft.Win32.SystemEvents 4.7.0 2021-11-23T19:08:31.2622548Z Acquiring lock for the installation of System.Drawing.Common 4.7.0 2021-11-23T19:08:31.2623691Z Acquired lock for the installation of System.Drawing.Common 4.7.0 2021-11-23T19:08:31.2624481Z Acquiring lock for the installation of System.Security.Cryptography.Cng 4.5.0 2021-11-23T19:08:31.2624971Z Acquired lock for the installation of System.Security.Cryptography.Cng 4.5.0 2021-11-23T19:08:31.2625341Z Acquiring lock for the installation of Microsoft.CSharp 4.5.0 2021-11-23T19:08:31.2625799Z Acquired lock for the installation of Microsoft.CSharp 4.5.0 2021-11-23T19:08:31.2626338Z Acquiring lock for the installation of Microsoft.IdentityModel.Logging 6.8.0 2021-11-23T19:08:31.2626753Z Acquired lock for the installation of Microsoft.IdentityModel.Logging 6.8.0 2021-11-23T19:08:31.2627115Z Acquiring lock for the installation of System.Windows.Extensions 4.7.0 2021-11-23T19:08:31.2627486Z Acquired lock for the installation of System.Windows.Extensions 4.7.0 2021-11-23T19:08:31.2627884Z Acquiring lock for the installation of System.Runtime.CompilerServices.Unsafe 6.0.0 2021-11-23T19:08:31.2628271Z Acquired lock for the installation of System.Runtime.CompilerServices.Unsafe 6.0.0 2021-11-23T19:08:31.2628665Z Acquiring lock for the installation of Microsoft.Extensions.Options 6.0.0 2021-11-23T19:08:31.2629025Z Acquired lock for the installation of Microsoft.Extensions.Options 6.0.0 2021-11-23T19:08:31.2629423Z Acquiring lock for the installation of Microsoft.Extensions.Logging.Abstractions 6.0.0 2021-11-23T19:08:31.2629832Z Acquired lock for the installation of Microsoft.Extensions.Logging.Abstractions 6.0.0 2021-11-23T19:08:31.2630944Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 2021-11-23T19:08:31.2631507Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 2021-11-23T19:08:31.2632048Z Acquiring lock for the installation of Microsoft.Extensions.Caching.Abstractions 6.0.0 2021-11-23T19:08:31.2632548Z Acquired lock for the installation of Microsoft.Extensions.Caching.Abstractions 6.0.0 2021-11-23T19:08:31.2633046Z Acquiring lock for the installation of Microsoft.IdentityModel.Tokens 6.8.0 2021-11-23T19:08:31.2633529Z Acquired lock for the installation of Microsoft.IdentityModel.Tokens 6.8.0 2021-11-23T19:08:31.2633994Z Acquiring lock for the installation of System.IdentityModel.Tokens.Jwt 6.8.0 2021-11-23T19:08:31.2634482Z Acquired lock for the installation of System.IdentityModel.Tokens.Jwt 6.8.0 2021-11-23T19:08:31.2634968Z Acquiring lock for the installation of Microsoft.IdentityModel.Protocols 6.8.0 2021-11-23T19:08:31.2635444Z Acquired lock for the installation of Microsoft.IdentityModel.Protocols 6.8.0 2021-11-23T19:08:31.2635928Z Acquiring lock for the installation of System.Security.Permissions 4.7.0 2021-11-23T19:08:31.2636408Z Acquired lock for the installation of System.Security.Permissions 4.7.0 2021-11-23T19:08:31.2636882Z Acquiring lock for the installation of System.Security.Cryptography.ProtectedData 4.7.0 2021-11-23T19:08:31.2637404Z Acquired lock for the installation of System.Security.Cryptography.ProtectedData 4.7.0 2021-11-23T19:08:31.2638824Z Installed Microsoft.Win32.SystemEvents 4.7.0 from https://api.nuget.org/v3/index.json with content hash mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==. 2021-11-23T19:08:31.2639797Z Installed System.Security.Cryptography.ProtectedData 4.7.0 from https://api.nuget.org/v3/index.json with content hash ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==. 2021-11-23T19:08:31.2640543Z Acquiring lock for the installation of Microsoft.NETCore.Platforms 3.1.0 2021-11-23T19:08:31.2642052Z Acquiring lock for the installation of Microsoft.EntityFrameworkCore.SqlServer 6.0.0 2021-11-23T19:08:31.2642611Z Acquired lock for the installation of Microsoft.NETCore.Platforms 3.1.0 2021-11-23T19:08:31.2643087Z Acquired lock for the installation of Microsoft.EntityFrameworkCore.SqlServer 6.0.0 2021-11-23T19:08:31.2643790Z Installed Microsoft.NETCore.Platforms 3.1.0 from https://api.nuget.org/v3/index.json with content hash z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==. 2021-11-23T19:08:31.2644483Z Acquiring lock for the installation of System.Security.AccessControl 4.7.0 2021-11-23T19:08:31.2644943Z Acquired lock for the installation of System.Security.AccessControl 4.7.0 2021-11-23T19:08:31.2645666Z Installed Microsoft.EntityFrameworkCore.SqlServer 6.0.0 from https://api.nuget.org/v3/index.json with content hash 1rYYHrvOIN1bXyN9qAVd0WhmTjbZNosyrMoAL4wRiw5pu65QazwjuVV6K1IWKD4AXPxQD7+k4CxAMVTPY//UrA==. 2021-11-23T19:08:31.2646535Z Acquiring lock for the installation of Microsoft.Extensions.Configuration 5.0.0 2021-11-23T19:08:31.2646994Z Acquired lock for the installation of Microsoft.Extensions.Configuration 5.0.0 2021-11-23T19:08:31.2649608Z Installed Microsoft.Extensions.Configuration 5.0.0 from https://api.nuget.org/v3/index.json with content hash LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==. 2021-11-23T19:08:31.2650389Z Acquiring lock for the installation of Microsoft.EntityFrameworkCore.Relational 6.0.0 2021-11-23T19:08:31.2650999Z Acquired lock for the installation of Microsoft.EntityFrameworkCore.Relational 6.0.0 2021-11-23T19:08:31.2652834Z Installed Microsoft.EntityFrameworkCore.Relational 6.0.0 from https://api.nuget.org/v3/index.json with content hash rTRzrSbkUXoCGijlT9O7oq7JfuaU1/+VFyfSBjADQuOsfa0FCrWeB8ybue5CDvO/D6uW0kvPvlKfY2kwxXOOdg==. 2021-11-23T19:08:31.2653742Z Acquiring lock for the installation of Microsoft.Data.SqlClient 2.1.4 2021-11-23T19:08:31.2655224Z Acquired lock for the installation of Microsoft.Data.SqlClient 2.1.4 2021-11-23T19:08:31.2656952Z Installed System.Security.AccessControl 4.7.0 from https://api.nuget.org/v3/index.json with content hash JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==. 2021-11-23T19:08:31.2657606Z Acquiring lock for the installation of Microsoft.Extensions.Primitives 6.0.0 2021-11-23T19:08:31.2658003Z Acquired lock for the installation of Microsoft.Extensions.Primitives 6.0.0 2021-11-23T19:08:31.2658590Z Installed Microsoft.Extensions.Primitives 6.0.0 from https://api.nuget.org/v3/index.json with content hash 9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==. 2021-11-23T19:08:31.2659190Z Acquiring lock for the installation of System.Diagnostics.DiagnosticSource 6.0.0 2021-11-23T19:08:31.2659590Z Acquired lock for the installation of System.Diagnostics.DiagnosticSource 6.0.0 2021-11-23T19:08:31.2660201Z Installed System.Diagnostics.DiagnosticSource 6.0.0 from https://api.nuget.org/v3/index.json with content hash frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==. 2021-11-23T19:08:31.2661118Z Acquiring lock for the installation of System.Collections.Immutable 6.0.0 2021-11-23T19:08:31.2661607Z Acquired lock for the installation of System.Collections.Immutable 6.0.0 2021-11-23T19:08:31.2662186Z Installed System.Collections.Immutable 6.0.0 from https://api.nuget.org/v3/index.json with content hash l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==. 2021-11-23T19:08:31.2662773Z Acquiring lock for the installation of Microsoft.Extensions.Logging 6.0.0 2021-11-23T19:08:31.2663156Z Acquired lock for the installation of Microsoft.Extensions.Logging 6.0.0 2021-11-23T19:08:31.2663731Z Installed Microsoft.Extensions.Logging 6.0.0 from https://api.nuget.org/v3/index.json with content hash eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==. 2021-11-23T19:08:31.2664488Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection 6.0.0 2021-11-23T19:08:31.2664923Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection 6.0.0 2021-11-23T19:08:31.2665519Z Installed Microsoft.Extensions.DependencyInjection 6.0.0 from https://api.nuget.org/v3/index.json with content hash k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==. 2021-11-23T19:08:31.2666126Z Acquiring lock for the installation of Microsoft.Extensions.Caching.Memory 6.0.0 2021-11-23T19:08:31.2666551Z Acquired lock for the installation of Microsoft.Extensions.Caching.Memory 6.0.0 2021-11-23T19:08:31.2667132Z Installed Microsoft.Extensions.Caching.Memory 6.0.0 from https://api.nuget.org/v3/index.json with content hash Ve3BlCzhAlVp5IgO3+8dacAhZk1A0GlIlFNkAcfR2TfAibLKWIt5DhVJZfu4YtW+XZ89OjYf/agMcgjDtPxdGA==. 2021-11-23T19:08:31.2667745Z Acquiring lock for the installation of Microsoft.EntityFrameworkCore.Analyzers 6.0.0 2021-11-23T19:08:31.2668172Z Acquired lock for the installation of Microsoft.EntityFrameworkCore.Analyzers 6.0.0 2021-11-23T19:08:31.2668939Z Installed Microsoft.EntityFrameworkCore.Analyzers 6.0.0 from https://api.nuget.org/v3/index.json with content hash BqWBL05PUDKwPwLeQCJdc2R4cIUycXV9UmuSjYfux2fcgyet8I2eYnOWlA7NgsDwRVcxW26vxvNQ0wuc8UAcLA==. 2021-11-23T19:08:31.2669576Z Acquiring lock for the installation of Microsoft.EntityFrameworkCore.Abstractions 6.0.0 2021-11-23T19:08:31.2670140Z Acquired lock for the installation of Microsoft.EntityFrameworkCore.Abstractions 6.0.0 2021-11-23T19:08:31.2670763Z Installed Microsoft.EntityFrameworkCore.Abstractions 6.0.0 from https://api.nuget.org/v3/index.json with content hash MrMLWEw4JsZdkVci0MkkGj+fSjZrXnm3m6UNuIEwytiAAIZPvJs3iPpnzfK4qM7np82W374voYm96q7QCdL0ow==. 2021-11-23T19:08:31.2671427Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0 2021-11-23T19:08:31.2672064Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0 2021-11-23T19:08:31.2672700Z Installed Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0 from https://api.nuget.org/v3/index.json with content hash ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==. 2021-11-23T19:08:31.2673340Z Acquiring lock for the installation of Microsoft.IdentityModel.JsonWebTokens 6.8.0 2021-11-23T19:08:31.2673917Z Acquired lock for the installation of Microsoft.IdentityModel.JsonWebTokens 6.8.0 2021-11-23T19:08:31.2674516Z Installed Microsoft.IdentityModel.JsonWebTokens 6.8.0 from https://api.nuget.org/v3/index.json with content hash +7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==. 2021-11-23T19:08:31.2675104Z Acquiring lock for the installation of Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 2021-11-23T19:08:31.2675545Z Acquired lock for the installation of Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 2021-11-23T19:08:31.2676155Z Installed Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 from https://api.nuget.org/v3/index.json with content hash X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==. 2021-11-23T19:08:31.2715745Z Acquiring lock for the installation of Microsoft.Identity.Client 4.21.1 2021-11-23T19:08:31.2716161Z Acquired lock for the installation of Microsoft.Identity.Client 4.21.1 2021-11-23T19:08:31.2716732Z Installed Microsoft.Data.SqlClient 2.1.4 from https://api.nuget.org/v3/index.json with content hash cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==. 2021-11-23T19:08:31.2717503Z Acquiring lock for the installation of Microsoft.Extensions.Configuration.Abstractions 5.0.0 2021-11-23T19:08:31.2717948Z Acquired lock for the installation of Microsoft.Extensions.Configuration.Abstractions 5.0.0 2021-11-23T19:08:31.2718564Z Installed Microsoft.Extensions.Configuration.Abstractions 5.0.0 from https://api.nuget.org/v3/index.json with content hash ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==. 2021-11-23T19:08:31.2719147Z Acquiring lock for the installation of Microsoft.Extensions.Primitives 5.0.0 2021-11-23T19:08:31.2719548Z Acquired lock for the installation of Microsoft.Extensions.Primitives 5.0.0 2021-11-23T19:08:31.2720130Z Installed Microsoft.Extensions.Primitives 5.0.0 from https://api.nuget.org/v3/index.json with content hash cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==. 2021-11-23T19:08:31.2720722Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection 5.0.2 2021-11-23T19:08:31.2721125Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection 5.0.2 2021-11-23T19:08:31.2721721Z Installed Microsoft.Extensions.DependencyInjection 5.0.2 from https://api.nuget.org/v3/index.json with content hash xzFW00AZEvOXM1OX+0+AYH5op/Hf3u//e6wszBd/rK72sypD+jx5CtsHxM4BVuFBEs8SajfO4QzSJtrQaHDr4A==. 2021-11-23T19:08:31.2722305Z Acquiring lock for the installation of Microsoft.EntityFrameworkCore 6.0.0 2021-11-23T19:08:31.2722697Z Acquired lock for the installation of Microsoft.EntityFrameworkCore 6.0.0 2021-11-23T19:08:31.2723241Z Installed Microsoft.Identity.Client 4.21.1 from https://api.nuget.org/v3/index.json with content hash vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==. 2021-11-23T19:08:31.2723924Z Acquiring lock for the installation of System.Runtime.Caching 4.7.0 2021-11-23T19:08:31.2724309Z Acquired lock for the installation of System.Runtime.Caching 4.7.0 2021-11-23T19:08:31.2724838Z Installed System.Runtime.Caching 4.7.0 from https://api.nuget.org/v3/index.json with content hash NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==. 2021-11-23T19:08:31.2725409Z Acquiring lock for the installation of System.Configuration.ConfigurationManager 4.7.0 2021-11-23T19:08:31.2725832Z Acquired lock for the installation of System.Configuration.ConfigurationManager 4.7.0 2021-11-23T19:08:31.2726395Z Installed Microsoft.EntityFrameworkCore 6.0.0 from https://api.nuget.org/v3/index.json with content hash BdHAtHzfQt3rltgSoYamSlHg2qawPtEDT677/bcSJlO8lQ/lj6XWlusM0TOt59O8Sbqm3hAC1a+4cEBxmv56pw==. 2021-11-23T19:08:31.2727359Z Acquiring lock for the installation of Microsoft.Extensions.Configuration.Abstractions 6.0.0 2021-11-23T19:08:31.2727826Z Acquired lock for the installation of Microsoft.Extensions.Configuration.Abstractions 6.0.0 2021-11-23T19:08:31.2728653Z Installed System.Configuration.ConfigurationManager 4.7.0 from https://api.nuget.org/v3/index.json with content hash /anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==. 2021-11-23T19:08:31.2729291Z Acquiring lock for the installation of System.Diagnostics.DiagnosticSource 4.7.0 2021-11-23T19:08:31.2729742Z Acquired lock for the installation of System.Diagnostics.DiagnosticSource 4.7.0 2021-11-23T19:08:31.2730406Z Installed Microsoft.Extensions.Configuration.Abstractions 6.0.0 from https://api.nuget.org/v3/index.json with content hash qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==. 2021-11-23T19:08:31.2732104Z Acquiring lock for the installation of Microsoft.Data.SqlClient.SNI.runtime 2.1.1 2021-11-23T19:08:31.2732671Z Acquired lock for the installation of Microsoft.Data.SqlClient.SNI.runtime 2.1.1 2021-11-23T19:08:31.2734063Z OK https://api.nuget.org/v3-flatcontainer/grpc.core.api/index.json 1057ms 2021-11-23T19:08:31.2735241Z GET https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.40.0/grpc.core.api.2.40.0.nupkg 2021-11-23T19:08:31.3964074Z Installed Microsoft.IdentityModel.Logging 6.8.0 from https://api.nuget.org/v3/index.json with content hash Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==. 2021-11-23T19:08:31.3965423Z Acquiring lock for the installation of Microsoft.Win32.Registry 4.7.0 2021-11-23T19:08:31.3966249Z Acquired lock for the installation of Microsoft.Win32.Registry 4.7.0 2021-11-23T19:08:31.3966953Z Installed System.Diagnostics.DiagnosticSource 4.7.0 from https://api.nuget.org/v3/index.json with content hash oJjw3uFuVDJiJNbCD8HB4a2p3NYLdt1fiT5OGsPLw+WTOuG0KpP4OXelMmmVKpClueMsit6xOlzy4wNKQFiBLg==. 2021-11-23T19:08:31.3967623Z Acquiring lock for the installation of System.Text.Encoding.CodePages 4.7.0 2021-11-23T19:08:31.3968111Z Acquired lock for the installation of System.Text.Encoding.CodePages 4.7.0 2021-11-23T19:08:31.3968744Z Installed System.Security.Cryptography.Cng 4.5.0 from https://api.nuget.org/v3/index.json with content hash WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==. 2021-11-23T19:08:31.3969380Z Acquiring lock for the installation of System.Security.Principal.Windows 4.7.0 2021-11-23T19:08:31.3969804Z Acquired lock for the installation of System.Security.Principal.Windows 4.7.0 2021-11-23T19:08:31.3970407Z Installed Microsoft.CSharp 4.5.0 from https://api.nuget.org/v3/index.json with content hash kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==. 2021-11-23T19:08:31.3971999Z OK https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.40.0/grpc.core.api.2.40.0.nupkg 133ms 2021-11-23T19:08:31.3972691Z Installed Microsoft.Data.SqlClient.SNI.runtime 2.1.1 from https://api.nuget.org/v3/index.json with content hash JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==. 2021-11-23T19:08:31.3973695Z GET https://api.nuget.org/v3-flatcontainer/system.memory/index.json 2021-11-23T19:08:31.4369279Z Installed Microsoft.Win32.Registry 4.7.0 from https://api.nuget.org/v3/index.json with content hash KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==. 2021-11-23T19:08:31.4449813Z Installed System.Drawing.Common 4.7.0 from https://api.nuget.org/v3/index.json with content hash v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==. 2021-11-23T19:08:31.4595765Z Installed System.Windows.Extensions 4.7.0 from https://api.nuget.org/v3/index.json with content hash CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==. 2021-11-23T19:08:31.4716749Z Installed Microsoft.Extensions.Options 6.0.0 from https://api.nuget.org/v3/index.json with content hash dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==. 2021-11-23T19:08:31.4739464Z Installed System.Runtime.CompilerServices.Unsafe 6.0.0 from https://api.nuget.org/v3/index.json with content hash /iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==. 2021-11-23T19:08:31.4975335Z Installed Microsoft.Extensions.Caching.Abstractions 6.0.0 from https://api.nuget.org/v3/index.json with content hash bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==. 2021-11-23T19:08:31.5019316Z OK https://api.nuget.org/v3-flatcontainer/system.memory/index.json 101ms 2021-11-23T19:08:31.5020677Z GET https://api.nuget.org/v3-flatcontainer/system.memory/4.5.3/system.memory.4.5.3.nupkg 2021-11-23T19:08:31.5117605Z Installed Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 from https://api.nuget.org/v3/index.json with content hash xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==. 2021-11-23T19:08:31.5519693Z OK https://api.nuget.org/v3-flatcontainer/system.memory/4.5.3/system.memory.4.5.3.nupkg 10ms 2021-11-23T19:08:31.5530474Z Resolving conflicts for net6.0... 2021-11-23T19:08:31.5531380Z Installed System.IdentityModel.Tokens.Jwt 6.8.0 from https://api.nuget.org/v3/index.json with content hash 5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==. 2021-11-23T19:08:31.5532185Z Acquiring lock for the installation of Microsoft.Extensions.Configuration.Abstractions 3.0.3 2021-11-23T19:08:31.5532954Z Acquired lock for the installation of Microsoft.Extensions.Configuration.Abstractions 3.0.3 2021-11-23T19:08:31.5533618Z Acquiring lock for the installation of Microsoft.Extensions.Configuration 3.0.3 2021-11-23T19:08:31.5534340Z Acquired lock for the installation of Microsoft.Extensions.Configuration 3.0.3 2021-11-23T19:08:31.5535225Z Installed Microsoft.Extensions.Logging.Abstractions 6.0.0 from https://api.nuget.org/v3/index.json with content hash /HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==. 2021-11-23T19:08:31.5535893Z Acquiring lock for the installation of Microsoft.Extensions.Primitives 3.0.3 2021-11-23T19:08:31.5536593Z Acquired lock for the installation of Microsoft.Extensions.Primitives 3.0.3 2021-11-23T19:08:31.5537613Z Installed System.Security.Principal.Windows 4.7.0 from https://api.nuget.org/v3/index.json with content hash ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==. 2021-11-23T19:08:31.5538700Z Acquiring lock for the installation of Microsoft.Extensions.Configuration.Binder 3.0.3 2021-11-23T19:08:31.5545563Z Installed Microsoft.IdentityModel.Protocols 6.8.0 from https://api.nuget.org/v3/index.json with content hash OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==. 2021-11-23T19:08:37.2723591Z Acquired lock for the installation of Microsoft.Extensions.Configuration.Binder 3.0.3 2021-11-23T19:08:37.2724126Z Acquiring lock for the installation of System.Memory 4.5.3 2021-11-23T19:08:37.2724486Z Acquired lock for the installation of System.Memory 4.5.3 2021-11-23T19:08:37.2724869Z Acquiring lock for the installation of Microsoft.Extensions.Options 3.0.3 2021-11-23T19:08:37.2725271Z Acquired lock for the installation of Microsoft.Extensions.Options 3.0.3 2021-11-23T19:08:37.2725654Z Acquiring lock for the installation of Microsoft.Extensions.Logging 3.0.3 2021-11-23T19:08:37.2726077Z Acquired lock for the installation of Microsoft.Extensions.Logging 3.0.3 2021-11-23T19:08:37.2726508Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 3.0.3 2021-11-23T19:08:37.2726967Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 3.0.3 2021-11-23T19:08:37.2727421Z Acquiring lock for the installation of Microsoft.Extensions.Logging.Abstractions 3.0.3 2021-11-23T19:08:37.2727857Z Acquired lock for the installation of Microsoft.Extensions.Logging.Abstractions 3.0.3 2021-11-23T19:08:37.2751321Z Acquiring lock for the installation of Grpc.Core.Api 2.40.0 2021-11-23T19:08:37.2751795Z Acquired lock for the installation of Grpc.Core.Api 2.40.0 2021-11-23T19:08:37.2752350Z Acquiring lock for the installation of Microsoft.Extensions.Http 3.0.3 2021-11-23T19:08:37.2752764Z Acquired lock for the installation of Microsoft.Extensions.Http 3.0.3 2021-11-23T19:08:37.2753156Z Acquiring lock for the installation of Grpc.Net.Client 2.40.0 2021-11-23T19:08:37.2753542Z Acquired lock for the installation of Grpc.Net.Client 2.40.0 2021-11-23T19:08:37.2753905Z Acquiring lock for the installation of Grpc.Net.Common 2.40.0 2021-11-23T19:08:37.2754541Z Acquired lock for the installation of Grpc.Net.Common 2.40.0 2021-11-23T19:08:37.2754951Z Acquiring lock for the installation of Microsoft.IdentityModel.Tokens 6.8.0 2021-11-23T19:08:37.2755547Z Installed Microsoft.Extensions.Configuration 3.0.3 from https://api.nuget.org/v3/index.json with content hash 0F/MLd7yOSjhswQSFO6tkTREHxBffE/AS9gnvtx1jVFaKNdJPEj+2KOdREmYZ4Orpvf4nwXGwbRpX5SLlwIPEw==. 2021-11-23T19:08:37.2756155Z Acquiring lock for the installation of FluentAssertions 6.2.0 2021-11-23T19:08:37.2756543Z Acquired lock for the installation of FluentAssertions 6.2.0 2021-11-23T19:08:37.2757161Z Installed Microsoft.Extensions.Configuration.Abstractions 3.0.3 from https://api.nuget.org/v3/index.json with content hash ND+ka7njp3HgVJCVn0YgpuxbFWBOCkcQaK+UBGJNseDhjz6I/qpXmCqLK+nXSzxU7cdscFWnUJS6wjEEEkMvSQ==. 2021-11-23T19:08:37.2757778Z Acquiring lock for the installation of Microsoft.NET.Test.Sdk 17.0.0 2021-11-23T19:08:37.2758186Z Acquired lock for the installation of Microsoft.NET.Test.Sdk 17.0.0 2021-11-23T19:08:37.2758595Z Acquiring lock for the installation of System.Security.Permissions 4.7.0 2021-11-23T19:08:37.2759724Z Acquiring lock for the installation of runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 2021-11-23T19:08:37.2760504Z Acquired lock for the installation of runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 2021-11-23T19:08:37.2761180Z Installed System.Text.Encoding.CodePages 4.7.0 from https://api.nuget.org/v3/index.json with content hash aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==. 2021-11-23T19:08:37.2762151Z Installed Microsoft.IdentityModel.Tokens 6.8.0 from https://api.nuget.org/v3/index.json with content hash gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==. 2021-11-23T19:08:37.2763161Z Lock not required - Package already installed Microsoft.IdentityModel.Tokens 6.8.0 2021-11-23T19:08:37.2763562Z Acquiring lock for the installation of Moq 4.16.1 2021-11-23T19:08:37.2764490Z Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 from https://api.nuget.org/v3/index.json with content hash kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==. 2021-11-23T19:08:37.2765434Z Acquiring lock for the installation of runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.2765877Z Acquired lock for the installation of Moq 4.16.1 2021-11-23T19:08:37.2766508Z Acquired lock for the installation of runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.2767160Z Installed Microsoft.NET.Test.Sdk 17.0.0 from https://api.nuget.org/v3/index.json with content hash fJcnMY3jX1MzJvhGvUWauRhU5eQsOaHdwlrcnI3NabBhbi8WLAkMFI8d0YnewA/+b9q/U7vbhp8Xmh1vJ05FYQ==. 2021-11-23T19:08:37.2767711Z Acquiring lock for the installation of xunit 2.4.1 2021-11-23T19:08:37.2768036Z Acquired lock for the installation of xunit 2.4.1 2021-11-23T19:08:37.2768550Z Installed xunit 2.4.1 from https://api.nuget.org/v3/index.json with content hash XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==. 2021-11-23T19:08:37.2769090Z Acquiring lock for the installation of xunit.runner.visualstudio 2.4.3 2021-11-23T19:08:37.2769469Z Acquired lock for the installation of xunit.runner.visualstudio 2.4.3 2021-11-23T19:08:37.2770050Z Installed Microsoft.Extensions.Primitives 3.0.3 from https://api.nuget.org/v3/index.json with content hash eJuAFVIH9zUZ7j7tCSbJD+tS0dueENIerwoGxFL8RYqCmbEqQ7wVOG+mt2mZAbEpnMPsGl1Fc/HIhWpB9ftwhg==. 2021-11-23T19:08:37.2770660Z Acquiring lock for the installation of System.Configuration.ConfigurationManager 4.4.0 2021-11-23T19:08:37.2771210Z Acquired lock for the installation of System.Configuration.ConfigurationManager 4.4.0 2021-11-23T19:08:37.2772376Z Installed runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==. 2021-11-23T19:08:37.2773313Z Acquiring lock for the installation of runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.2774065Z Acquired lock for the installation of runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.2775123Z Installed runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==. 2021-11-23T19:08:37.2776078Z Acquiring lock for the installation of runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.2776805Z Acquired lock for the installation of runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.2777456Z Installed System.Security.Permissions 4.7.0 from https://api.nuget.org/v3/index.json with content hash dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==. 2021-11-23T19:08:37.2778171Z Installed Moq 4.16.1 from https://api.nuget.org/v3/index.json with content hash bw3R9q8cVNhWXNpnvWb0OGP4HadS4zvClq+T1zf7AF+tLY1haZ2AvbHidQekf4PDv1T40c6brZeT/V0IBq7cEQ==. 2021-11-23T19:08:37.2778833Z Acquiring lock for the installation of Microsoft.TestPlatform.TestHost 17.0.0 2021-11-23T19:08:37.2779251Z Acquired lock for the installation of Microsoft.TestPlatform.TestHost 17.0.0 2021-11-23T19:08:37.2779867Z Installed System.Configuration.ConfigurationManager 4.4.0 from https://api.nuget.org/v3/index.json with content hash gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==. 2021-11-23T19:08:37.2780446Z Acquiring lock for the installation of Microsoft.CodeCoverage 17.0.0 2021-11-23T19:08:37.2781191Z Acquired lock for the installation of Microsoft.CodeCoverage 17.0.0 2021-11-23T19:08:37.2781775Z Installed xunit.runner.visualstudio 2.4.3 from https://api.nuget.org/v3/index.json with content hash kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==. 2021-11-23T19:08:37.2782313Z Acquiring lock for the installation of Castle.Core 4.4.0 2021-11-23T19:08:37.2782682Z Acquired lock for the installation of Castle.Core 4.4.0 2021-11-23T19:08:37.2783220Z Installed FluentAssertions 6.2.0 from https://api.nuget.org/v3/index.json with content hash 5YOZLB0Tay1bw+wEYZTAZlPThQ/Yntk1HSPJYluMd5PW/Xg9E8I1mRC03AKRsnuANBR0kYaHq0NX1fg7RgrGNA==. 2021-11-23T19:08:37.2783823Z Acquiring lock for the installation of System.Threading.Tasks.Extensions 4.5.4 2021-11-23T19:08:37.2784239Z Acquired lock for the installation of System.Threading.Tasks.Extensions 4.5.4 2021-11-23T19:08:37.2784832Z Installed System.Threading.Tasks.Extensions 4.5.4 from https://api.nuget.org/v3/index.json with content hash zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==. 2021-11-23T19:08:37.2785399Z Acquiring lock for the installation of xunit.core 2.4.1 2021-11-23T19:08:37.2785737Z Acquired lock for the installation of xunit.core 2.4.1 2021-11-23T19:08:37.2786266Z Installed xunit.core 2.4.1 from https://api.nuget.org/v3/index.json with content hash Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==. 2021-11-23T19:08:37.2786787Z Acquiring lock for the installation of xunit.assert 2.4.1 2021-11-23T19:08:37.2787300Z Acquired lock for the installation of xunit.assert 2.4.1 2021-11-23T19:08:37.2787843Z Installed xunit.assert 2.4.1 from https://api.nuget.org/v3/index.json with content hash O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==. 2021-11-23T19:08:37.2788370Z Acquiring lock for the installation of xunit.analyzers 0.10.0 2021-11-23T19:08:37.2788855Z Acquired lock for the installation of xunit.analyzers 0.10.0 2021-11-23T19:08:37.2789384Z Installed xunit.analyzers 0.10.0 from https://api.nuget.org/v3/index.json with content hash 4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==. 2021-11-23T19:08:37.2789891Z Acquiring lock for the installation of AutoMapper 10.1.1 2021-11-23T19:08:37.2790243Z Acquired lock for the installation of AutoMapper 10.1.1 2021-11-23T19:08:37.2790756Z Installed AutoMapper 10.1.1 from https://api.nuget.org/v3/index.json with content hash uMgbqOdu9ZG5cIOty0C85hzzayBH2i9BthnS5FlMqKtMSHDv4ts81a2jS1VFaDBVhlBeIqJ/kQKjQY95BZde9w==. 2021-11-23T19:08:37.2791311Z Acquiring lock for the installation of AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 2021-11-23T19:08:37.2791758Z Acquired lock for the installation of AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 2021-11-23T19:08:37.2792386Z Installed AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 from https://api.nuget.org/v3/index.json with content hash xSWoVzOipuDU4PeZcUfaZQ+xqXU8QmGv5jrdlxt3MYm9xaOmrefqcfzGQ3SQ+D+8wfBa/ZwSuL0qKOVj080inA==. 2021-11-23T19:08:37.2792999Z Acquiring lock for the installation of Calzolari.Grpc.AspNetCore.Validation 5.4.0 2021-11-23T19:08:37.2793391Z Acquired lock for the installation of Calzolari.Grpc.AspNetCore.Validation 5.4.0 2021-11-23T19:08:37.2794092Z Installed Calzolari.Grpc.AspNetCore.Validation 5.4.0 from https://api.nuget.org/v3/index.json with content hash wq2cMOSFtH35V1Qnc49Eunsls5CWOIWQFZVpVMbVKzZhMQhmrJLMKsrqgNRlracce5BOBgiP8RJD0oDhv0Es9w==. 2021-11-23T19:08:37.2794692Z Acquiring lock for the installation of System.Security.Cryptography.ProtectedData 4.4.0 2021-11-23T19:08:37.2795097Z Acquired lock for the installation of System.Security.Cryptography.ProtectedData 4.4.0 2021-11-23T19:08:37.2795468Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:37.2795864Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.UnitTests.ObjectBuilders 1.0.0 with net6.0. 2021-11-23T19:08:37.2796296Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Domain 1.0.0 with net6.0. 2021-11-23T19:08:37.2796730Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Persistence 1.0.0 with net6.0. 2021-11-23T19:08:37.2797166Z Checking compatibility for Microsoft.EntityFrameworkCore.SqlServer 6.0.0 with net6.0. 2021-11-23T19:08:37.2797561Z Checking compatibility for Microsoft.Extensions.Configuration 5.0.0 with net6.0. 2021-11-23T19:08:37.2797979Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:37.2798411Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net6.0. 2021-11-23T19:08:37.2798823Z Checking compatibility for Microsoft.EntityFrameworkCore.Relational 6.0.0 with net6.0. 2021-11-23T19:08:37.2799224Z Checking compatibility for Microsoft.Data.SqlClient 2.1.4 with net6.0. 2021-11-23T19:08:37.2799595Z Checking compatibility for Microsoft.EntityFrameworkCore 6.0.0 with net6.0. 2021-11-23T19:08:37.2800013Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:37.2800443Z Checking compatibility for Microsoft.Data.SqlClient.SNI.runtime 2.1.1 with net6.0. 2021-11-23T19:08:37.2800822Z Checking compatibility for Microsoft.Win32.Registry 4.7.0 with net6.0. 2021-11-23T19:08:37.2801318Z Checking compatibility for System.Security.Principal.Windows 4.7.0 with net6.0. 2021-11-23T19:08:37.2801726Z Checking compatibility for System.Text.Encoding.CodePages 4.7.0 with net6.0. 2021-11-23T19:08:37.2802120Z Checking compatibility for System.Configuration.ConfigurationManager 4.7.0 with net6.0. 2021-11-23T19:08:37.2802521Z Checking compatibility for System.Runtime.Caching 4.7.0 with net6.0. 2021-11-23T19:08:37.2802904Z Checking compatibility for Microsoft.Identity.Client 4.21.1 with net6.0. 2021-11-23T19:08:37.2803300Z Checking compatibility for Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 with net6.0. 2021-11-23T19:08:37.2803727Z Checking compatibility for Microsoft.IdentityModel.JsonWebTokens 6.8.0 with net6.0. 2021-11-23T19:08:37.2804152Z Checking compatibility for Microsoft.EntityFrameworkCore.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:37.2804557Z Checking compatibility for Microsoft.EntityFrameworkCore.Analyzers 6.0.0 with net6.0. 2021-11-23T19:08:37.2804976Z Checking compatibility for Microsoft.Extensions.Caching.Memory 6.0.0 with net6.0. 2021-11-23T19:08:37.2805396Z Checking compatibility for Microsoft.Extensions.DependencyInjection 6.0.0 with net6.0. 2021-11-23T19:08:37.2805787Z Checking compatibility for Microsoft.Extensions.Logging 6.0.0 with net6.0. 2021-11-23T19:08:37.2806180Z Checking compatibility for System.Collections.Immutable 6.0.0 with net6.0. 2021-11-23T19:08:37.2806579Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0 with net6.0. 2021-11-23T19:08:37.2806967Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:37.2807364Z Checking compatibility for System.Security.AccessControl 4.7.0 with net6.0. 2021-11-23T19:08:37.2807866Z Checking compatibility for Microsoft.NETCore.Platforms 3.1.0 with net6.0. 2021-11-23T19:08:37.2808256Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.7.0 with net6.0. 2021-11-23T19:08:37.2808670Z Checking compatibility for System.Security.Permissions 4.7.0 with net6.0. 2021-11-23T19:08:37.2809157Z Checking compatibility for Microsoft.IdentityModel.Protocols 6.8.0 with net6.0. 2021-11-23T19:08:37.2809551Z Checking compatibility for System.IdentityModel.Tokens.Jwt 6.8.0 with net6.0. 2021-11-23T19:08:37.2809936Z Checking compatibility for Microsoft.IdentityModel.Tokens 6.8.0 with net6.0. 2021-11-23T19:08:37.2810315Z Checking compatibility for Microsoft.Extensions.Caching.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:37.2810742Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:37.2811175Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:37.2811554Z Checking compatibility for Microsoft.Extensions.Options 6.0.0 with net6.0. 2021-11-23T19:08:37.2811951Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:37.2812340Z Checking compatibility for System.Windows.Extensions 4.7.0 with net6.0. 2021-11-23T19:08:37.2812703Z Checking compatibility for Microsoft.IdentityModel.Logging 6.8.0 with net6.0. 2021-11-23T19:08:37.2813073Z Checking compatibility for Microsoft.CSharp 4.5.0 with net6.0. 2021-11-23T19:08:37.2813443Z Checking compatibility for System.Security.Cryptography.Cng 4.5.0 with net6.0. 2021-11-23T19:08:37.2813801Z Checking compatibility for System.Drawing.Common 4.7.0 with net6.0. 2021-11-23T19:08:37.2814172Z Checking compatibility for Microsoft.Win32.SystemEvents 4.7.0 with net6.0. 2021-11-23T19:08:37.2814531Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:37.2814805Z Committing restore... 2021-11-23T19:08:37.2815208Z Generating MSBuild file /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/ProjectB.Tests.ObjectBuilders.csproj.nuget.g.props. 2021-11-23T19:08:37.2815859Z Generating MSBuild file /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/ProjectB.Tests.ObjectBuilders.csproj.nuget.g.targets. 2021-11-23T19:08:37.2816388Z Writing assets file to disk. Path: /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/project.assets.json 2021-11-23T19:08:37.2816907Z Writing cache file to disk. Path: /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/project.nuget.cache 2021-11-23T19:08:37.2817432Z Persisting dg to /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/obj/ProjectB.Tests.ObjectBuilders.csproj.nuget.dgspec.json 2021-11-23T19:08:37.2817941Z Restored /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj (in 3.56 sec). 2021-11-23T19:08:37.2818660Z Lock not required - Package already installed System.Security.Permissions 4.7.0 2021-11-23T19:08:37.2819083Z Acquiring lock for the installation of Microsoft.TestPlatform.ObjectModel 17.0.0 2021-11-23T19:08:37.2819462Z Acquired lock for the installation of Microsoft.TestPlatform.ObjectModel 17.0.0 2021-11-23T19:08:37.2820039Z Installed System.Security.Cryptography.ProtectedData 4.4.0 from https://api.nuget.org/v3/index.json with content hash cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==. 2021-11-23T19:08:37.2820593Z Acquiring lock for the installation of Newtonsoft.Json 9.0.1 2021-11-23T19:08:37.2821080Z Acquired lock for the installation of Newtonsoft.Json 9.0.1 2021-11-23T19:08:37.2821595Z Installed Newtonsoft.Json 9.0.1 from https://api.nuget.org/v3/index.json with content hash U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==. 2021-11-23T19:08:37.2822254Z Acquiring lock for the installation of NETStandard.Library 1.6.1 2021-11-23T19:08:37.2822605Z Acquired lock for the installation of NETStandard.Library 1.6.1 2021-11-23T19:08:37.2823126Z Installed NETStandard.Library 1.6.1 from https://api.nuget.org/v3/index.json with content hash WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==. 2021-11-23T19:08:37.2823663Z Acquiring lock for the installation of System.Collections.Specialized 4.3.0 2021-11-23T19:08:37.2824027Z Acquired lock for the installation of System.Collections.Specialized 4.3.0 2021-11-23T19:08:37.2824578Z Installed System.Collections.Specialized 4.3.0 from https://api.nuget.org/v3/index.json with content hash Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==. 2021-11-23T19:08:37.2825128Z Acquiring lock for the installation of System.ComponentModel 4.3.0 2021-11-23T19:08:37.2825470Z Acquired lock for the installation of System.ComponentModel 4.3.0 2021-11-23T19:08:37.2826001Z Installed System.ComponentModel 4.3.0 from https://api.nuget.org/v3/index.json with content hash VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==. 2021-11-23T19:08:37.2826544Z Acquiring lock for the installation of System.ComponentModel.TypeConverter 4.3.0 2021-11-23T19:08:37.2826922Z Acquired lock for the installation of System.ComponentModel.TypeConverter 4.3.0 2021-11-23T19:08:37.2827489Z Installed System.ComponentModel.TypeConverter 4.3.0 from https://api.nuget.org/v3/index.json with content hash 16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==. 2021-11-23T19:08:37.2828048Z Acquiring lock for the installation of System.Diagnostics.TraceSource 4.3.0 2021-11-23T19:08:37.2828417Z Acquired lock for the installation of System.Diagnostics.TraceSource 4.3.0 2021-11-23T19:08:37.2828968Z Installed System.Diagnostics.TraceSource 4.3.0 from https://api.nuget.org/v3/index.json with content hash VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==. 2021-11-23T19:08:37.2829613Z Acquiring lock for the installation of System.Dynamic.Runtime 4.3.0 2021-11-23T19:08:37.2829967Z Acquired lock for the installation of System.Dynamic.Runtime 4.3.0 2021-11-23T19:08:37.2830604Z Installed System.Dynamic.Runtime 4.3.0 from https://api.nuget.org/v3/index.json with content hash SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==. 2021-11-23T19:08:37.2831114Z Acquiring lock for the installation of System.Reflection 4.3.0 2021-11-23T19:08:37.2831437Z Acquired lock for the installation of System.Reflection 4.3.0 2021-11-23T19:08:37.2831969Z Installed Microsoft.TestPlatform.ObjectModel 17.0.0 from https://api.nuget.org/v3/index.json with content hash WMugCdPkA8U/BsSRc+3RN+DXcaYSDvp/s0MofVld08iF1O5fek4iKecygk6NruNf1rgJsv4LK71mrwbyeqhzHA==. 2021-11-23T19:08:37.2832508Z Acquiring lock for the installation of System.Reflection.Emit 4.3.0 2021-11-23T19:08:37.2832844Z Acquired lock for the installation of System.Reflection.Emit 4.3.0 2021-11-23T19:08:37.2833414Z Installed System.Reflection.Emit 4.3.0 from https://api.nuget.org/v3/index.json with content hash 228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==. 2021-11-23T19:08:37.2833941Z Acquiring lock for the installation of System.Reflection.TypeExtensions 4.3.0 2021-11-23T19:08:37.2834503Z Acquired lock for the installation of System.Reflection.TypeExtensions 4.3.0 2021-11-23T19:08:37.2835214Z Installed System.Reflection 4.3.0 from https://api.nuget.org/v3/index.json with content hash KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==. 2021-11-23T19:08:37.2835854Z Acquiring lock for the installation of System.Xml.XmlDocument 4.3.0 2021-11-23T19:08:37.2836385Z Acquired lock for the installation of System.Xml.XmlDocument 4.3.0 2021-11-23T19:08:37.2837160Z Installed System.Reflection.TypeExtensions 4.3.0 from https://api.nuget.org/v3/index.json with content hash 7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==. 2021-11-23T19:08:37.2837763Z Acquiring lock for the installation of xunit.extensibility.core 2.4.1 2021-11-23T19:08:37.2838166Z Acquired lock for the installation of xunit.extensibility.core 2.4.1 2021-11-23T19:08:37.2838732Z Installed xunit.extensibility.core 2.4.1 from https://api.nuget.org/v3/index.json with content hash yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==. 2021-11-23T19:08:37.2839326Z Acquiring lock for the installation of xunit.extensibility.execution 2.4.1 2021-11-23T19:08:37.2839748Z Acquired lock for the installation of xunit.extensibility.execution 2.4.1 2021-11-23T19:08:37.2840469Z Installed System.Xml.XmlDocument 4.3.0 from https://api.nuget.org/v3/index.json with content hash lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==. 2021-11-23T19:08:37.2841029Z Acquiring lock for the installation of Microsoft.CSharp 4.7.0 2021-11-23T19:08:37.2841576Z Acquired lock for the installation of Microsoft.CSharp 4.7.0 2021-11-23T19:08:37.2842315Z Installed xunit.extensibility.execution 2.4.1 from https://api.nuget.org/v3/index.json with content hash 7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==. 2021-11-23T19:08:37.2843075Z Acquiring lock for the installation of System.Reflection.Emit 4.7.0 2021-11-23T19:08:37.2843832Z Acquired lock for the installation of System.Reflection.Emit 4.7.0 2021-11-23T19:08:37.2845133Z Installed System.Reflection.Emit 4.7.0 from https://api.nuget.org/v3/index.json with content hash VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==. 2021-11-23T19:08:37.2847131Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 3.0.0 2021-11-23T19:08:37.2847721Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 3.0.0 2021-11-23T19:08:37.2848480Z Installed Microsoft.Extensions.DependencyInjection.Abstractions 3.0.0 from https://api.nuget.org/v3/index.json with content hash ofQRroDlzJ0xKOtzNuaVt6QKNImFkhkG0lIMpGl7PtXnIf5SuLWBeiQZAP8DNSxDBJJdcsPkiJiMYK2WA5H8dQ==. 2021-11-23T19:08:37.2849219Z Acquiring lock for the installation of Microsoft.Extensions.Options 3.0.0 2021-11-23T19:08:37.2849697Z Acquired lock for the installation of Microsoft.Extensions.Options 3.0.0 2021-11-23T19:08:37.2850382Z Installed Microsoft.Extensions.Options 3.0.0 from https://api.nuget.org/v3/index.json with content hash aZuVhN/TC872Yb55nrb7an82sfSAdNYxIyzu3zbYHOnhwal5hdkBUxzuoYj1khI2sw0tWq6i82i624zEFmiJhg==. 2021-11-23T19:08:37.2851069Z Acquiring lock for the installation of Calzolari.Grpc.Domain 5.2.0 2021-11-23T19:08:37.2851523Z Acquired lock for the installation of Calzolari.Grpc.Domain 5.2.0 2021-11-23T19:08:37.2852156Z Installed Microsoft.CSharp 4.7.0 from https://api.nuget.org/v3/index.json with content hash pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==. 2021-11-23T19:08:37.2852945Z Acquiring lock for the installation of FluentValidation 10.3.4 2021-11-23T19:08:37.2853933Z Acquired lock for the installation of FluentValidation 10.3.4 2021-11-23T19:08:37.2854530Z Installed Calzolari.Grpc.Domain 5.2.0 from https://api.nuget.org/v3/index.json with content hash VO4FNzvOm448lASzoK/S5QQZlkXak8uJh9KGDgYoe0Wp6PzjVfw34PH8BsEfipnXg8m+KXpr7thuho44Z+sxfw==. 2021-11-23T19:08:37.2855532Z Acquiring lock for the installation of Grpc.AspNetCore 2.40.0 2021-11-23T19:08:37.2856097Z Acquired lock for the installation of Grpc.AspNetCore 2.40.0 2021-11-23T19:08:37.2857068Z Installed Grpc.AspNetCore 2.40.0 from https://api.nuget.org/v3/index.json with content hash UdyFzZZbzugtoGfjGAY9bVq/1l7m3SvGGXd5VCqw7xr4QA4BVEozr1Vr6FFxUOPVvg91g5dwssbsM/Xl1MpecQ==. 2021-11-23T19:08:37.2857862Z Acquiring lock for the installation of System.Text.Json 5.0.2 2021-11-23T19:08:37.2858618Z Acquired lock for the installation of System.Text.Json 5.0.2 2021-11-23T19:08:37.2859417Z Installed FluentValidation 10.3.4 from https://api.nuget.org/v3/index.json with content hash hsGRtnhTlCrRbxIOkKp6rCBtkq3UV0i31ckcJtd5j1i99zqLgbQGcbxK0SMU63DIto94f++uIdRpoycu8ySnDQ==. 2021-11-23T19:08:37.2860224Z Acquiring lock for the installation of System.Reflection.Metadata 1.6.0 2021-11-23T19:08:37.2893132Z Acquired lock for the installation of System.Reflection.Metadata 1.6.0 2021-11-23T19:08:37.2902035Z Installed System.Text.Json 5.0.2 from https://api.nuget.org/v3/index.json with content hash I47dVIGiV6SfAyppphxqupertT/5oZkYLDCX6vC3HpOI4ZLjyoKAreUoem2ie6G0RbRuFrlqz/PcTQjfb2DOfQ==. 2021-11-23T19:08:37.2902676Z Acquiring lock for the installation of NuGet.Frameworks 5.0.0 2021-11-23T19:08:37.2903548Z Acquired lock for the installation of NuGet.Frameworks 5.0.0 2021-11-23T19:08:37.2904305Z Installed NuGet.Frameworks 5.0.0+42a8779499c1d1ed2488c2e6b9e2ee6ff6107766 from https://api.nuget.org/v3/index.json with content hash c5JVjuVAm4f7E9Vj+v09Z9s2ZsqFDjBpcsyS3M9xRo0bEdm/LVZSzLxxNvfvAwRiiE8nwe1h2G4OwiwlzFKXlA==. 2021-11-23T19:08:37.2905096Z Acquiring lock for the installation of Microsoft.CSharp 4.0.1 2021-11-23T19:08:37.2905804Z Acquired lock for the installation of Microsoft.CSharp 4.0.1 2021-11-23T19:08:37.2906549Z Installed System.Reflection.Metadata 1.6.0 from https://api.nuget.org/v3/index.json with content hash COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==. 2021-11-23T19:08:37.2912395Z Acquiring lock for the installation of System.Collections 4.0.11 2021-11-23T19:08:37.2912966Z Acquired lock for the installation of System.Collections 4.0.11 2021-11-23T19:08:37.2914416Z Installed runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==. 2021-11-23T19:08:37.2915087Z Acquiring lock for the installation of System.Diagnostics.Debug 4.0.11 2021-11-23T19:08:37.2915468Z Acquired lock for the installation of System.Diagnostics.Debug 4.0.11 2021-11-23T19:08:37.2915989Z Installed Grpc.Net.Common 2.40.0 from https://api.nuget.org/v3/index.json with content hash nj5XotYmzAT4UlGyOK6xWacPp2nODupQvlbeA2qqu9F47BIr+vze6+psJ9gSgED2HeTVBXuc+vdKrUXzk0ErMQ==. 2021-11-23T19:08:37.2916540Z Acquiring lock for the installation of System.Dynamic.Runtime 4.0.11 2021-11-23T19:08:37.2916916Z Acquired lock for the installation of System.Dynamic.Runtime 4.0.11 2021-11-23T19:08:37.2917439Z Installed Grpc.Net.Client 2.40.0 from https://api.nuget.org/v3/index.json with content hash +Z+onJ5jOLwKR41wROs+I1Bo6+NKT9ov/moXZCi9vH7aDRVQuqhmfALoxWdsNUNO9Bl3A/VzmfPB2jxZB4B1WQ==. 2021-11-23T19:08:37.2917972Z Acquiring lock for the installation of System.Globalization 4.0.11 2021-11-23T19:08:37.2918341Z Acquired lock for the installation of System.Globalization 4.0.11 2021-11-23T19:08:37.2918856Z Installed Microsoft.CSharp 4.0.1 from https://api.nuget.org/v3/index.json with content hash 17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==. 2021-11-23T19:08:37.2919377Z Acquiring lock for the installation of System.IO 4.1.0 2021-11-23T19:08:37.2920080Z Acquired lock for the installation of System.IO 4.1.0 2021-11-23T19:08:37.2920616Z Installed System.Diagnostics.Debug 4.0.11 from https://api.nuget.org/v3/index.json with content hash w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==. 2021-11-23T19:08:37.2921178Z Acquiring lock for the installation of System.Linq 4.1.0 2021-11-23T19:08:37.2921869Z Acquired lock for the installation of System.Linq 4.1.0 2021-11-23T19:08:37.2922401Z Installed System.Dynamic.Runtime 4.0.11 from https://api.nuget.org/v3/index.json with content hash db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==. 2021-11-23T19:08:37.2923296Z Acquiring lock for the installation of System.Linq.Expressions 4.1.0 2021-11-23T19:08:37.2923662Z Acquired lock for the installation of System.Linq.Expressions 4.1.0 2021-11-23T19:08:37.2924169Z Installed System.Collections 4.0.11 from https://api.nuget.org/v3/index.json with content hash YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==. 2021-11-23T19:08:37.2924694Z Acquiring lock for the installation of System.ObjectModel 4.0.12 2021-11-23T19:08:37.2925053Z Acquired lock for the installation of System.ObjectModel 4.0.12 2021-11-23T19:08:37.2925557Z Installed System.IO 4.1.0 from https://api.nuget.org/v3/index.json with content hash 3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==. 2021-11-23T19:08:37.2926043Z Acquiring lock for the installation of System.Reflection 4.1.0 2021-11-23T19:08:37.2926393Z Acquired lock for the installation of System.Reflection 4.1.0 2021-11-23T19:08:37.2926914Z Installed System.Globalization 4.0.11 from https://api.nuget.org/v3/index.json with content hash B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==. 2021-11-23T19:08:37.2927439Z Acquiring lock for the installation of System.Reflection.Extensions 4.0.1 2021-11-23T19:08:37.2927816Z Acquired lock for the installation of System.Reflection.Extensions 4.0.1 2021-11-23T19:08:37.2928333Z Installed System.Linq 4.1.0 from https://api.nuget.org/v3/index.json with content hash bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==. 2021-11-23T19:08:37.2928953Z Acquiring lock for the installation of System.Resources.ResourceManager 4.0.1 2021-11-23T19:08:37.2929348Z Acquired lock for the installation of System.Resources.ResourceManager 4.0.1 2021-11-23T19:08:37.2929882Z Installed System.ObjectModel 4.0.12 from https://api.nuget.org/v3/index.json with content hash tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==. 2021-11-23T19:08:37.2930381Z Acquiring lock for the installation of System.Runtime 4.1.0 2021-11-23T19:08:37.2930724Z Acquired lock for the installation of System.Runtime 4.1.0 2021-11-23T19:08:37.2931254Z Installed System.Reflection.Extensions 4.0.1 from https://api.nuget.org/v3/index.json with content hash GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==. 2021-11-23T19:08:37.2931924Z Acquiring lock for the installation of System.Runtime.Extensions 4.1.0 2021-11-23T19:08:37.2932296Z Acquired lock for the installation of System.Runtime.Extensions 4.1.0 2021-11-23T19:08:37.2932843Z Installed System.Resources.ResourceManager 4.0.1 from https://api.nuget.org/v3/index.json with content hash TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==. 2021-11-23T19:08:37.2933391Z Acquiring lock for the installation of System.Runtime.Serialization.Primitives 4.1.1 2021-11-23T19:08:37.2933798Z Acquired lock for the installation of System.Runtime.Serialization.Primitives 4.1.1 2021-11-23T19:08:37.2934340Z Installed System.Reflection 4.1.0 from https://api.nuget.org/v3/index.json with content hash JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==. 2021-11-23T19:08:37.2934960Z Acquiring lock for the installation of System.Text.Encoding 4.0.11 2021-11-23T19:08:37.2935327Z Acquired lock for the installation of System.Text.Encoding 4.0.11 2021-11-23T19:08:37.2935859Z Installed System.Linq.Expressions 4.1.0 from https://api.nuget.org/v3/index.json with content hash I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==. 2021-11-23T19:08:37.2936388Z Acquiring lock for the installation of System.Text.Encoding.Extensions 4.0.11 2021-11-23T19:08:37.2936779Z Acquired lock for the installation of System.Text.Encoding.Extensions 4.0.11 2021-11-23T19:08:37.2937335Z Installed System.Text.Encoding.Extensions 4.0.11 from https://api.nuget.org/v3/index.json with content hash jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==. 2021-11-23T19:08:37.2937878Z Acquiring lock for the installation of System.Text.RegularExpressions 4.1.0 2021-11-23T19:08:37.2938448Z Acquired lock for the installation of System.Text.RegularExpressions 4.1.0 2021-11-23T19:08:37.2939293Z Installed System.Text.RegularExpressions 4.1.0 from https://api.nuget.org/v3/index.json with content hash i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==. 2021-11-23T19:08:37.2940190Z Acquiring lock for the installation of System.Threading 4.0.11 2021-11-23T19:08:37.2940564Z Acquired lock for the installation of System.Threading 4.0.11 2021-11-23T19:08:37.2948690Z Installed System.Threading 4.0.11 from https://api.nuget.org/v3/index.json with content hash N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==. 2021-11-23T19:08:37.2949363Z Acquiring lock for the installation of System.Threading.Tasks 4.0.11 2021-11-23T19:08:37.2949842Z Acquired lock for the installation of System.Threading.Tasks 4.0.11 2021-11-23T19:08:37.2950778Z Installed System.Threading.Tasks 4.0.11 from https://api.nuget.org/v3/index.json with content hash k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==. 2021-11-23T19:08:37.2951523Z Acquiring lock for the installation of System.Xml.ReaderWriter 4.0.11 2021-11-23T19:08:37.2951893Z Acquired lock for the installation of System.Xml.ReaderWriter 4.0.11 2021-11-23T19:08:37.2952428Z Installed System.Runtime 4.1.0 from https://api.nuget.org/v3/index.json with content hash v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==. 2021-11-23T19:08:37.2952960Z Acquiring lock for the installation of System.Xml.XDocument 4.0.11 2021-11-23T19:08:37.2953314Z Acquired lock for the installation of System.Xml.XDocument 4.0.11 2021-11-23T19:08:37.2953862Z Installed System.Xml.ReaderWriter 4.0.11 from https://api.nuget.org/v3/index.json with content hash ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==. 2021-11-23T19:08:37.2954428Z Acquiring lock for the installation of Microsoft.NETCore.Platforms 1.1.0 2021-11-23T19:08:37.2954804Z Acquired lock for the installation of Microsoft.NETCore.Platforms 1.1.0 2021-11-23T19:08:37.2955364Z Installed Microsoft.NETCore.Platforms 1.1.0 from https://api.nuget.org/v3/index.json with content hash kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==. 2021-11-23T19:08:37.2955925Z Acquiring lock for the installation of Microsoft.Win32.Primitives 4.3.0 2021-11-23T19:08:37.2956291Z Acquired lock for the installation of Microsoft.Win32.Primitives 4.3.0 2021-11-23T19:08:37.2956849Z Installed Microsoft.Win32.Primitives 4.3.0 from https://api.nuget.org/v3/index.json with content hash 9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==. 2021-11-23T19:08:37.2957517Z Acquiring lock for the installation of System.AppContext 4.3.0 2021-11-23T19:08:37.2957866Z Acquired lock for the installation of System.AppContext 4.3.0 2021-11-23T19:08:37.2958407Z Installed System.Xml.XDocument 4.0.11 from https://api.nuget.org/v3/index.json with content hash Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==. 2021-11-23T19:08:37.2958949Z Acquiring lock for the installation of System.Collections 4.3.0 2021-11-23T19:08:37.2959296Z Acquired lock for the installation of System.Collections 4.3.0 2021-11-23T19:08:37.2959830Z Installed System.AppContext 4.3.0 from https://api.nuget.org/v3/index.json with content hash fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==. 2021-11-23T19:08:37.2960377Z Acquiring lock for the installation of System.Collections.Concurrent 4.3.0 2021-11-23T19:08:37.2960757Z Acquired lock for the installation of System.Collections.Concurrent 4.3.0 2021-11-23T19:08:37.2961517Z Installed System.Collections.Concurrent 4.3.0 from https://api.nuget.org/v3/index.json with content hash ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==. 2021-11-23T19:08:37.2962261Z Acquiring lock for the installation of System.Console 4.3.0 2021-11-23T19:08:37.2962796Z Acquired lock for the installation of System.Console 4.3.0 2021-11-23T19:08:37.2963582Z Installed Microsoft.Extensions.Logging.Abstractions 3.0.3 from https://api.nuget.org/v3/index.json with content hash m2Jyi/MEn043WMI1I6J1ALuCThktZ93rd7eqzYeLmMcA0bdZC+TBVl0LuEbEWM01dWeeBjOoagjNwQTzOi2r6A==. 2021-11-23T19:08:37.2964959Z Acquiring lock for the installation of System.Diagnostics.Debug 4.3.0 2021-11-23T19:08:37.2965322Z Acquired lock for the installation of System.Diagnostics.Debug 4.3.0 2021-11-23T19:08:37.2966211Z Installed System.Collections 4.3.0 from https://api.nuget.org/v3/index.json with content hash 3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==. 2021-11-23T19:08:37.2966757Z Acquiring lock for the installation of System.Diagnostics.Tools 4.3.0 2021-11-23T19:08:37.2979585Z Acquired lock for the installation of System.Diagnostics.Tools 4.3.0 2021-11-23T19:08:37.2980187Z Installed Microsoft.Extensions.Http 3.0.3 from https://api.nuget.org/v3/index.json with content hash dcyB8szIcSynjVZRuFgqkZpPgTc5zeRSj1HMXSmNqWbHYKiPYJl8ZQgBHz6wmZNSUUNGpCs5uxUg8DZHHDC1Ew==. 2021-11-23T19:08:37.2980961Z Acquiring lock for the installation of System.Diagnostics.Tracing 4.3.0 2021-11-23T19:08:37.2981351Z Acquired lock for the installation of System.Diagnostics.Tracing 4.3.0 2021-11-23T19:08:37.2982271Z Installed Grpc.Core.Api 2.40.0 from https://api.nuget.org/v3/index.json with content hash Ig3ioHBMDl8jZzPRU+t8GPpgDBYkjwupHzSVswwrsUVZdO5SThmYY4fHftNC1rMCjsjVvUMQ/o1NCf1CT4Y+rA==. 2021-11-23T19:08:37.2983062Z Acquiring lock for the installation of System.Globalization 4.3.0 2021-11-23T19:08:37.2983599Z Acquired lock for the installation of System.Globalization 4.3.0 2021-11-23T19:08:37.2985059Z Installed System.Console 4.3.0 from https://api.nuget.org/v3/index.json with content hash DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==. 2021-11-23T19:08:37.2985597Z Acquiring lock for the installation of System.Globalization.Calendars 4.3.0 2021-11-23T19:08:37.2985963Z Acquired lock for the installation of System.Globalization.Calendars 4.3.0 2021-11-23T19:08:37.2986509Z Installed System.Diagnostics.Debug 4.3.0 from https://api.nuget.org/v3/index.json with content hash ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==. 2021-11-23T19:08:37.2987031Z Acquiring lock for the installation of System.IO 4.3.0 2021-11-23T19:08:37.2987539Z Acquired lock for the installation of System.IO 4.3.0 2021-11-23T19:08:37.2988061Z Installed System.Diagnostics.Tools 4.3.0 from https://api.nuget.org/v3/index.json with content hash UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==. 2021-11-23T19:08:37.2988605Z Acquiring lock for the installation of System.IO.Compression 4.3.0 2021-11-23T19:08:37.2988951Z Acquired lock for the installation of System.IO.Compression 4.3.0 2021-11-23T19:08:37.2989495Z Installed System.Globalization.Calendars 4.3.0 from https://api.nuget.org/v3/index.json with content hash GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==. 2021-11-23T19:08:37.2990047Z Acquiring lock for the installation of System.IO.Compression.ZipFile 4.3.0 2021-11-23T19:08:37.2990411Z Acquired lock for the installation of System.IO.Compression.ZipFile 4.3.0 2021-11-23T19:08:37.2990953Z Installed System.Globalization 4.3.0 from https://api.nuget.org/v3/index.json with content hash kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==. 2021-11-23T19:08:37.2991483Z Acquiring lock for the installation of System.IO.FileSystem 4.3.0 2021-11-23T19:08:37.2991829Z Acquired lock for the installation of System.IO.FileSystem 4.3.0 2021-11-23T19:08:37.2992364Z Installed System.Diagnostics.Tracing 4.3.0 from https://api.nuget.org/v3/index.json with content hash rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==. 2021-11-23T19:08:37.2992917Z Acquiring lock for the installation of System.IO.FileSystem.Primitives 4.3.0 2021-11-23T19:08:37.2993285Z Acquired lock for the installation of System.IO.FileSystem.Primitives 4.3.0 2021-11-23T19:08:37.2993841Z Installed System.IO.FileSystem.Primitives 4.3.0 from https://api.nuget.org/v3/index.json with content hash 6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==. 2021-11-23T19:08:37.2994379Z Acquiring lock for the installation of System.Linq 4.3.0 2021-11-23T19:08:37.2994700Z Acquired lock for the installation of System.Linq 4.3.0 2021-11-23T19:08:37.2995319Z Installed System.IO 4.3.0 from https://api.nuget.org/v3/index.json with content hash 3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==. 2021-11-23T19:08:37.2995841Z Acquiring lock for the installation of System.Linq.Expressions 4.3.0 2021-11-23T19:08:37.2996190Z Acquired lock for the installation of System.Linq.Expressions 4.3.0 2021-11-23T19:08:37.2996886Z Installed System.Linq 4.3.0 from https://api.nuget.org/v3/index.json with content hash 5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==. 2021-11-23T19:08:37.2997411Z Acquiring lock for the installation of System.Net.Http 4.3.0 2021-11-23T19:08:37.2997761Z Acquired lock for the installation of System.Net.Http 4.3.0 2021-11-23T19:08:37.2998285Z Installed System.Net.Http 4.3.0 from https://api.nuget.org/v3/index.json with content hash sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==. 2021-11-23T19:08:37.2998979Z Acquiring lock for the installation of System.Net.Primitives 4.3.0 2021-11-23T19:08:37.2999325Z Acquired lock for the installation of System.Net.Primitives 4.3.0 2021-11-23T19:08:37.2999856Z Installed System.Linq.Expressions 4.3.0 from https://api.nuget.org/v3/index.json with content hash PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==. 2021-11-23T19:08:37.3000385Z Acquiring lock for the installation of System.Net.Sockets 4.3.0 2021-11-23T19:08:37.3000721Z Acquired lock for the installation of System.Net.Sockets 4.3.0 2021-11-23T19:08:37.3001243Z Installed System.Net.Sockets 4.3.0 from https://api.nuget.org/v3/index.json with content hash m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==. 2021-11-23T19:08:37.3001873Z Acquiring lock for the installation of System.ObjectModel 4.3.0 2021-11-23T19:08:37.3002216Z Acquired lock for the installation of System.ObjectModel 4.3.0 2021-11-23T19:08:37.3002738Z Installed System.Net.Primitives 4.3.0 from https://api.nuget.org/v3/index.json with content hash qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==. 2021-11-23T19:08:37.3003274Z Acquiring lock for the installation of System.Reflection.Extensions 4.3.0 2021-11-23T19:08:37.3003809Z Acquired lock for the installation of System.Reflection.Extensions 4.3.0 2021-11-23T19:08:37.3004712Z Installed System.ObjectModel 4.3.0 from https://api.nuget.org/v3/index.json with content hash bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==. 2021-11-23T19:08:37.3005445Z Acquiring lock for the installation of System.Reflection.Primitives 4.3.0 2021-11-23T19:08:37.3005925Z Acquired lock for the installation of System.Reflection.Primitives 4.3.0 2021-11-23T19:08:37.3006594Z Installed System.Reflection.Extensions 4.3.0 from https://api.nuget.org/v3/index.json with content hash rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==. 2021-11-23T19:08:37.3007298Z Acquiring lock for the installation of System.Resources.ResourceManager 4.3.0 2021-11-23T19:08:37.3007789Z Acquired lock for the installation of System.Resources.ResourceManager 4.3.0 2021-11-23T19:08:37.3008814Z Installed System.Reflection.Primitives 4.3.0 from https://api.nuget.org/v3/index.json with content hash 5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==. 2021-11-23T19:08:37.3009359Z Acquiring lock for the installation of System.Runtime 4.3.0 2021-11-23T19:08:37.3009717Z Acquired lock for the installation of System.Runtime 4.3.0 2021-11-23T19:08:37.3010250Z Installed System.Resources.ResourceManager 4.3.0 from https://api.nuget.org/v3/index.json with content hash /zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==. 2021-11-23T19:08:37.3010920Z Acquiring lock for the installation of System.Runtime.Extensions 4.3.0 2021-11-23T19:08:37.3011455Z Acquired lock for the installation of System.Runtime.Extensions 4.3.0 2021-11-23T19:08:37.3012534Z Installed System.Runtime.Extensions 4.3.0 from https://api.nuget.org/v3/index.json with content hash guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==. 2021-11-23T19:08:37.3013092Z Acquiring lock for the installation of System.Runtime.Handles 4.3.0 2021-11-23T19:08:37.3013467Z Acquired lock for the installation of System.Runtime.Handles 4.3.0 2021-11-23T19:08:37.3013994Z Installed System.Runtime.Handles 4.3.0 from https://api.nuget.org/v3/index.json with content hash OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==. 2021-11-23T19:08:37.3014559Z Acquiring lock for the installation of System.Runtime.InteropServices 4.3.0 2021-11-23T19:08:37.3015114Z Acquired lock for the installation of System.Runtime.InteropServices 4.3.0 2021-11-23T19:08:37.3015648Z Installed System.Runtime.InteropServices 4.3.0 from https://api.nuget.org/v3/index.json with content hash uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==. 2021-11-23T19:08:37.3016223Z Acquiring lock for the installation of System.Runtime.InteropServices.RuntimeInformation 4.3.0 2021-11-23T19:08:37.3016653Z Acquired lock for the installation of System.Runtime.InteropServices.RuntimeInformation 4.3.0 2021-11-23T19:08:37.3017240Z Installed System.Runtime.InteropServices.RuntimeInformation 4.3.0 from https://api.nuget.org/v3/index.json with content hash cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==. 2021-11-23T19:08:37.3017922Z Acquiring lock for the installation of System.Runtime.Numerics 4.3.0 2021-11-23T19:08:37.3018297Z Acquired lock for the installation of System.Runtime.Numerics 4.3.0 2021-11-23T19:08:37.3018815Z Installed System.Runtime.Numerics 4.3.0 from https://api.nuget.org/v3/index.json with content hash yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==. 2021-11-23T19:08:37.3019369Z Acquiring lock for the installation of System.Security.Cryptography.Algorithms 4.3.0 2021-11-23T19:08:37.3019775Z Acquired lock for the installation of System.Security.Cryptography.Algorithms 4.3.0 2021-11-23T19:08:37.3020335Z Installed System.Security.Cryptography.Algorithms 4.3.0 from https://api.nuget.org/v3/index.json with content hash W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==. 2021-11-23T19:08:37.3021122Z Acquiring lock for the installation of System.Security.Cryptography.Encoding 4.3.0 2021-11-23T19:08:37.3021531Z Acquired lock for the installation of System.Security.Cryptography.Encoding 4.3.0 2021-11-23T19:08:37.3022095Z Installed System.Security.Cryptography.Encoding 4.3.0 from https://api.nuget.org/v3/index.json with content hash 1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==. 2021-11-23T19:08:37.3022671Z Acquiring lock for the installation of System.Security.Cryptography.Primitives 4.3.0 2021-11-23T19:08:37.3023280Z Acquired lock for the installation of System.Security.Cryptography.Primitives 4.3.0 2021-11-23T19:08:37.3023866Z Installed System.Security.Cryptography.Primitives 4.3.0 from https://api.nuget.org/v3/index.json with content hash 7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==. 2021-11-23T19:08:37.3024561Z Acquiring lock for the installation of System.Security.Cryptography.X509Certificates 4.3.0 2021-11-23T19:08:37.3024993Z Acquired lock for the installation of System.Security.Cryptography.X509Certificates 4.3.0 2021-11-23T19:08:37.3025691Z Installed System.Runtime 4.3.0 from https://api.nuget.org/v3/index.json with content hash JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==. 2021-11-23T19:08:37.3026198Z Acquiring lock for the installation of System.Text.Encoding 4.3.0 2021-11-23T19:08:37.3026564Z Acquired lock for the installation of System.Text.Encoding 4.3.0 2021-11-23T19:08:37.3027309Z Installed System.Security.Cryptography.X509Certificates 4.3.0 from https://api.nuget.org/v3/index.json with content hash t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==. 2021-11-23T19:08:37.3027857Z Acquiring lock for the installation of System.Text.Encoding.Extensions 4.3.0 2021-11-23T19:08:37.3028239Z Acquired lock for the installation of System.Text.Encoding.Extensions 4.3.0 2021-11-23T19:08:37.3028762Z Installed System.Text.Encoding 4.3.0 from https://api.nuget.org/v3/index.json with content hash BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==. 2021-11-23T19:08:37.3029273Z Acquiring lock for the installation of System.Text.RegularExpressions 4.3.0 2021-11-23T19:08:37.3029648Z Acquired lock for the installation of System.Text.RegularExpressions 4.3.0 2021-11-23T19:08:37.3030365Z Installed System.Text.Encoding.Extensions 4.3.0 from https://api.nuget.org/v3/index.json with content hash YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==. 2021-11-23T19:08:37.3031078Z Acquiring lock for the installation of System.Threading 4.3.0 2021-11-23T19:08:37.3031625Z Acquired lock for the installation of System.Threading 4.3.0 2021-11-23T19:08:37.3032419Z Installed System.Text.RegularExpressions 4.3.0 from https://api.nuget.org/v3/index.json with content hash RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==. 2021-11-23T19:08:37.3033629Z Acquiring lock for the installation of System.Threading.Tasks 4.3.0 2021-11-23T19:08:37.3034358Z Acquired lock for the installation of System.Threading.Tasks 4.3.0 2021-11-23T19:08:37.3035224Z Installed System.Threading 4.3.0 from https://api.nuget.org/v3/index.json with content hash VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==. 2021-11-23T19:08:37.3035900Z Acquiring lock for the installation of System.Threading.Timer 4.3.0 2021-11-23T19:08:37.3036256Z Acquired lock for the installation of System.Threading.Timer 4.3.0 2021-11-23T19:08:37.3036773Z Installed System.Threading.Timer 4.3.0 from https://api.nuget.org/v3/index.json with content hash Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==. 2021-11-23T19:08:37.3037279Z Acquiring lock for the installation of System.Xml.ReaderWriter 4.3.0 2021-11-23T19:08:37.3037635Z Acquired lock for the installation of System.Xml.ReaderWriter 4.3.0 2021-11-23T19:08:37.3038321Z Installed System.Threading.Tasks 4.3.0 from https://api.nuget.org/v3/index.json with content hash LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==. 2021-11-23T19:08:37.3039196Z Acquiring lock for the installation of System.Xml.XDocument 4.3.0 2021-11-23T19:08:37.3039765Z Acquired lock for the installation of System.Xml.XDocument 4.3.0 2021-11-23T19:08:37.3040519Z Installed System.Xml.ReaderWriter 4.3.0 from https://api.nuget.org/v3/index.json with content hash GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==. 2021-11-23T19:08:37.3041513Z Acquiring lock for the installation of System.Collections.NonGeneric 4.3.0 2021-11-23T19:08:37.3042997Z Acquired lock for the installation of System.Collections.NonGeneric 4.3.0 2021-11-23T19:08:37.3044285Z Installed System.Xml.XDocument 4.3.0 from https://api.nuget.org/v3/index.json with content hash 5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==. 2021-11-23T19:08:37.3179210Z Acquiring lock for the installation of System.Globalization.Extensions 4.3.0 2021-11-23T19:08:37.3180424Z Acquired lock for the installation of System.Globalization.Extensions 4.3.0 2021-11-23T19:08:37.3181362Z Installed System.Collections.NonGeneric 4.3.0 from https://api.nuget.org/v3/index.json with content hash prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==. 2021-11-23T19:08:37.3182068Z Acquiring lock for the installation of System.ComponentModel.Primitives 4.3.0 2021-11-23T19:08:37.3182510Z Acquired lock for the installation of System.ComponentModel.Primitives 4.3.0 2021-11-23T19:08:37.3183138Z Installed System.Globalization.Extensions 4.3.0 from https://api.nuget.org/v3/index.json with content hash FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==. 2021-11-23T19:08:37.3183747Z Acquiring lock for the installation of runtime.native.System 4.3.0 2021-11-23T19:08:37.3184129Z Acquired lock for the installation of runtime.native.System 4.3.0 2021-11-23T19:08:37.3185041Z Installed runtime.native.System 4.3.0 from https://api.nuget.org/v3/index.json with content hash c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==. 2021-11-23T19:08:37.3185604Z Acquiring lock for the installation of System.Reflection.Emit.ILGeneration 4.3.0 2021-11-23T19:08:37.3185995Z Acquired lock for the installation of System.Reflection.Emit.ILGeneration 4.3.0 2021-11-23T19:08:37.3186753Z Installed System.ComponentModel.Primitives 4.3.0 from https://api.nuget.org/v3/index.json with content hash j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==. 2021-11-23T19:08:37.3187539Z Acquiring lock for the installation of Microsoft.NETCore.Targets 1.1.0 2021-11-23T19:08:37.3188110Z Acquired lock for the installation of Microsoft.NETCore.Targets 1.1.0 2021-11-23T19:08:37.3188894Z Installed Microsoft.NETCore.Targets 1.1.0 from https://api.nuget.org/v3/index.json with content hash aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==. 2021-11-23T19:08:37.3189684Z Acquiring lock for the installation of xunit.abstractions 2.0.3 2021-11-23T19:08:37.3190072Z Acquired lock for the installation of xunit.abstractions 2.0.3 2021-11-23T19:08:37.3190872Z Installed System.Reflection.Emit.ILGeneration 4.3.0 from https://api.nuget.org/v3/index.json with content hash 59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==. 2021-11-23T19:08:37.3191887Z Acquiring lock for the installation of Microsoft.Extensions.Primitives 3.0.0 2021-11-23T19:08:37.3192463Z Acquired lock for the installation of Microsoft.Extensions.Primitives 3.0.0 2021-11-23T19:08:37.3193172Z Installed xunit.abstractions 2.0.3 from https://api.nuget.org/v3/index.json with content hash pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==. 2021-11-23T19:08:37.3193934Z Acquiring lock for the installation of Grpc.AspNetCore.Server.ClientFactory 2.40.0 2021-11-23T19:08:37.3194344Z Acquired lock for the installation of Grpc.AspNetCore.Server.ClientFactory 2.40.0 2021-11-23T19:08:37.3194941Z Installed Microsoft.Extensions.Primitives 3.0.0 from https://api.nuget.org/v3/index.json with content hash 6gwewTbmOh+ZVBicVkL1XRp79sx4O7BVY6Yy+7OYZdwn3pyOKe9lOam+3gXJ3TZMjhJZdV0Ub8hxHt2vkrmN5Q==. 2021-11-23T19:08:37.3195668Z Acquiring lock for the installation of Google.Protobuf 3.18.0 2021-11-23T19:08:37.3196017Z Acquired lock for the installation of Google.Protobuf 3.18.0 2021-11-23T19:08:37.3196582Z Installed Grpc.AspNetCore.Server.ClientFactory 2.40.0 from https://api.nuget.org/v3/index.json with content hash U+Cp5Mt7/xjFRIJhChjLXn0oUDisaBg3XzFkAUZE32dAa/dQN2gs9Qd9Gl51deStbci3J+W7CcfHgZ0y2Fwblw==. 2021-11-23T19:08:37.3197435Z Acquiring lock for the installation of Grpc.Tools 2.40.0 2021-11-23T19:08:37.3197939Z Acquired lock for the installation of Grpc.Tools 2.40.0 2021-11-23T19:08:37.3198612Z Installed Google.Protobuf 3.18.0 from https://api.nuget.org/v3/index.json with content hash Jm6+nppUm9LD+XVsLFkf1YyVlAKsG5gq+Hc/Rn3Zi2pDObBI6PCH/eHBFUJdARl40DpczEdHlV3+WTPOGIXetg==. 2021-11-23T19:08:37.3199144Z Acquiring lock for the installation of System.Reflection.Primitives 4.0.1 2021-11-23T19:08:37.3199507Z Acquired lock for the installation of System.Reflection.Primitives 4.0.1 2021-11-23T19:08:37.3200267Z Installed System.Reflection.Primitives 4.0.1 from https://api.nuget.org/v3/index.json with content hash 4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==. 2021-11-23T19:08:37.3200843Z Acquiring lock for the installation of System.Reflection.TypeExtensions 4.1.0 2021-11-23T19:08:37.3201421Z Acquired lock for the installation of System.Reflection.TypeExtensions 4.1.0 2021-11-23T19:08:37.3202247Z Installed System.Reflection.TypeExtensions 4.1.0 from https://api.nuget.org/v3/index.json with content hash tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==. 2021-11-23T19:08:37.3203199Z Acquiring lock for the installation of System.Runtime.InteropServices 4.1.0 2021-11-23T19:08:37.3203619Z Acquired lock for the installation of System.Runtime.InteropServices 4.1.0 2021-11-23T19:08:37.3204733Z Installed Microsoft.Extensions.DependencyInjection.Abstractions 3.0.3 from https://api.nuget.org/v3/index.json with content hash Wb1ejBzHhCvp7VMr+M7vlHoXb68mJ89IHj4L+TzL8yA+X7Iz2UTAEkl8aIbhRloroYJw5zvlIPtKF5uA4wFlxw==. 2021-11-23T19:08:37.3217117Z Acquiring lock for the installation of Microsoft.NETCore.Platforms 1.0.1 2021-11-23T19:08:37.3217520Z Acquired lock for the installation of Microsoft.NETCore.Platforms 1.0.1 2021-11-23T19:08:37.3218312Z Installed Microsoft.Extensions.Logging 3.0.3 from https://api.nuget.org/v3/index.json with content hash uAZppu6kWIgS+VtVjqmhh+k3bMztwWQR5HYxI++Cn5Kz5m099g0KJ+krUrckaZP9NqIplQu63tPR5YpNWnjLuw==. 2021-11-23T19:08:37.3219232Z Acquiring lock for the installation of Microsoft.NETCore.Targets 1.0.1 2021-11-23T19:08:37.3219985Z Installed Microsoft.Extensions.Options 3.0.3 from https://api.nuget.org/v3/index.json with content hash cvP/w0kyT9TmrDPMY2ZHJBWx+gRH0jHKaJPkzN47UBpLLC4KbqVU5AoCMK47+ZChlINhqJX2WTflbLe5KufD/A==. 2021-11-23T19:08:37.3222818Z Acquired lock for the installation of Microsoft.NETCore.Targets 1.0.1 2021-11-23T19:08:37.3223541Z Acquiring lock for the installation of System.Reflection.Emit 4.0.1 2021-11-23T19:08:37.3223931Z Acquired lock for the installation of System.Reflection.Emit 4.0.1 2021-11-23T19:08:37.3224624Z Installed Microsoft.NETCore.Platforms 1.0.1 from https://api.nuget.org/v3/index.json with content hash 2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==. 2021-11-23T19:08:37.3225212Z Acquiring lock for the installation of System.Reflection.Emit.ILGeneration 4.0.1 2021-11-23T19:08:37.3225768Z Acquired lock for the installation of System.Reflection.Emit.ILGeneration 4.0.1 2021-11-23T19:08:37.3226300Z Installed Microsoft.NETCore.Targets 1.0.1 from https://api.nuget.org/v3/index.json with content hash rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==. 2021-11-23T19:08:37.3227022Z Acquiring lock for the installation of System.Reflection.Emit.Lightweight 4.0.1 2021-11-23T19:08:37.3227432Z Acquired lock for the installation of System.Reflection.Emit.Lightweight 4.0.1 2021-11-23T19:08:37.3228403Z Installed System.Reflection.Emit.Lightweight 4.0.1 from https://api.nuget.org/v3/index.json with content hash sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==. 2021-11-23T19:08:37.3229202Z Acquiring lock for the installation of System.IO.FileSystem 4.0.1 2021-11-23T19:08:37.3230233Z Acquired lock for the installation of System.IO.FileSystem 4.0.1 2021-11-23T19:08:37.3230960Z Installed System.Reflection.Emit.ILGeneration 4.0.1 from https://api.nuget.org/v3/index.json with content hash Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==. 2021-11-23T19:08:37.3231730Z Acquiring lock for the installation of System.IO.FileSystem.Primitives 4.0.1 2021-11-23T19:08:37.3232550Z Acquired lock for the installation of System.IO.FileSystem.Primitives 4.0.1 2021-11-23T19:08:37.3233327Z Installed System.Reflection.Emit 4.0.1 from https://api.nuget.org/v3/index.json with content hash P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==. 2021-11-23T19:08:37.3234125Z Acquiring lock for the installation of System.Threading.Tasks.Extensions 4.0.0 2021-11-23T19:08:37.3234867Z Acquired lock for the installation of System.Threading.Tasks.Extensions 4.0.0 2021-11-23T19:08:37.3235602Z Installed System.IO.FileSystem.Primitives 4.0.1 from https://api.nuget.org/v3/index.json with content hash kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==. 2021-11-23T19:08:37.3236418Z Acquiring lock for the installation of System.Diagnostics.Tools 4.0.1 2021-11-23T19:08:37.3236823Z Acquired lock for the installation of System.Diagnostics.Tools 4.0.1 2021-11-23T19:08:37.3237606Z Installed System.Threading.Tasks.Extensions 4.0.0 from https://api.nuget.org/v3/index.json with content hash pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==. 2021-11-23T19:08:37.3238411Z Acquiring lock for the installation of runtime.native.System.IO.Compression 4.3.0 2021-11-23T19:08:37.3238873Z Acquired lock for the installation of runtime.native.System.IO.Compression 4.3.0 2021-11-23T19:08:37.3239653Z Installed runtime.native.System.IO.Compression 4.3.0 from https://api.nuget.org/v3/index.json with content hash INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==. 2021-11-23T19:08:37.3240595Z Acquiring lock for the installation of System.Buffers 4.3.0 2021-11-23T19:08:37.3240956Z Acquired lock for the installation of System.Buffers 4.3.0 2021-11-23T19:08:37.3241610Z Installed System.Buffers 4.3.0 from https://api.nuget.org/v3/index.json with content hash ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==. 2021-11-23T19:08:37.3242148Z Acquiring lock for the installation of System.Reflection.Emit.Lightweight 4.3.0 2021-11-23T19:08:37.3242541Z Acquired lock for the installation of System.Reflection.Emit.Lightweight 4.3.0 2021-11-23T19:08:37.3243071Z Installed System.IO.FileSystem 4.0.1 from https://api.nuget.org/v3/index.json with content hash IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==. 2021-11-23T19:08:37.3243616Z Acquiring lock for the installation of runtime.native.System.Net.Http 4.3.0 2021-11-23T19:08:37.3244000Z Acquired lock for the installation of runtime.native.System.Net.Http 4.3.0 2021-11-23T19:08:37.3244534Z Installed runtime.native.System.Net.Http 4.3.0 from https://api.nuget.org/v3/index.json with content hash ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==. 2021-11-23T19:08:37.3245286Z Acquiring lock for the installation of runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3245914Z Acquired lock for the installation of runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3247185Z Installed System.Diagnostics.Tools 4.0.1 from https://api.nuget.org/v3/index.json with content hash xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==. 2021-11-23T19:08:37.3248326Z Acquiring lock for the installation of System.Diagnostics.DiagnosticSource 4.3.0 2021-11-23T19:08:37.3249807Z Acquired lock for the installation of System.Diagnostics.DiagnosticSource 4.3.0 2021-11-23T19:08:37.3250537Z Installed System.Reflection.Emit.Lightweight 4.3.0 from https://api.nuget.org/v3/index.json with content hash oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==. 2021-11-23T19:08:37.3251232Z Acquiring lock for the installation of System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3251733Z Acquired lock for the installation of System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3252723Z Installed System.Runtime.InteropServices 4.1.0 from https://api.nuget.org/v3/index.json with content hash 16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==. 2021-11-23T19:08:37.3253303Z Acquiring lock for the installation of runtime.native.System.Security.Cryptography.Apple 4.3.0 2021-11-23T19:08:37.3253744Z Acquired lock for the installation of runtime.native.System.Security.Cryptography.Apple 4.3.0 2021-11-23T19:08:37.3254366Z Installed runtime.native.System.Security.Cryptography.Apple 4.3.0 from https://api.nuget.org/v3/index.json with content hash DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==. 2021-11-23T19:08:37.3254954Z Acquiring lock for the installation of System.Security.Cryptography.Cng 4.3.0 2021-11-23T19:08:37.3255353Z Acquired lock for the installation of System.Security.Cryptography.Cng 4.3.0 2021-11-23T19:08:37.3256109Z Installed System.Security.Cryptography.Cng 4.3.0 from https://api.nuget.org/v3/index.json with content hash 03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==. 2021-11-23T19:08:37.3256863Z Acquiring lock for the installation of System.Security.Cryptography.Csp 4.3.0 2021-11-23T19:08:37.3257274Z Acquired lock for the installation of System.Security.Cryptography.Csp 4.3.0 2021-11-23T19:08:37.3257863Z Installed System.Security.Cryptography.Csp 4.3.0 from https://api.nuget.org/v3/index.json with content hash X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==. 2021-11-23T19:08:37.3258770Z Acquiring lock for the installation of System.Threading.Tasks.Extensions 4.3.0 2021-11-23T19:08:37.3259181Z Acquired lock for the installation of System.Threading.Tasks.Extensions 4.3.0 2021-11-23T19:08:37.3259918Z Installed System.Threading.Tasks.Extensions 4.3.0 from https://api.nuget.org/v3/index.json with content hash npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==. 2021-11-23T19:08:37.3260488Z Acquiring lock for the installation of Grpc.AspNetCore.Server 2.40.0 2021-11-23T19:08:37.3261104Z Acquired lock for the installation of Grpc.AspNetCore.Server 2.40.0 2021-11-23T19:08:37.3261671Z Installed Grpc.AspNetCore.Server 2.40.0 from https://api.nuget.org/v3/index.json with content hash cBSpT42syKkVnTBEehk+Sc2dX5sDO2lP+5o4ylFnup+JHPntbewTx5QHHizWPRTKTwWDe4EXR4rR1ilgf6eTnQ==. 2021-11-23T19:08:37.3262223Z Acquiring lock for the installation of Grpc.Net.ClientFactory 2.40.0 2021-11-23T19:08:37.3262584Z Acquired lock for the installation of Grpc.Net.ClientFactory 2.40.0 2021-11-23T19:08:37.3263540Z Installed Grpc.Net.ClientFactory 2.40.0 from https://api.nuget.org/v3/index.json with content hash B2ZzZpkaSH7AvTeu3jF3PAbumWEtHvB9qHX/ULU4AuN4lZwXiQF+G6jatZerXpVqTb4mzQ2wFhKkThYyVMN4uw==. 2021-11-23T19:08:37.3264377Z Acquiring lock for the installation of System.Runtime.Handles 4.0.1 2021-11-23T19:08:37.3264927Z Acquired lock for the installation of System.Runtime.Handles 4.0.1 2021-11-23T19:08:37.3267352Z Installed Grpc.Tools 2.40.0 from https://api.nuget.org/v3/index.json with content hash yOAhijs6POv7oISBV9Rdx5YCSdo/+6zCJTB/ULum3GA4RunxVFI0rPnpJM1+YM9yMf+H1/D001ignsepnygPJw==. 2021-11-23T19:08:37.3268443Z Acquiring lock for the installation of runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3269329Z Acquired lock for the installation of runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3270144Z Installed System.Runtime.Handles 4.0.1 from https://api.nuget.org/v3/index.json with content hash nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==. 2021-11-23T19:08:37.3270991Z Acquiring lock for the installation of runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3271872Z Acquired lock for the installation of runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3272894Z Installed runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==. 2021-11-23T19:08:37.3273805Z Acquiring lock for the installation of runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3274678Z Acquired lock for the installation of runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3276540Z Installed runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash +yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==. 2021-11-23T19:08:37.3278467Z Acquiring lock for the installation of runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3279242Z Acquired lock for the installation of runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3280412Z Installed runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==. 2021-11-23T19:08:37.3281326Z Acquiring lock for the installation of runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3282054Z Acquired lock for the installation of runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3283067Z Installed runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==. 2021-11-23T19:08:37.3285854Z Acquiring lock for the installation of runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3286634Z Acquired lock for the installation of runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3287649Z Installed runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==. 2021-11-23T19:08:37.3288545Z Acquiring lock for the installation of runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3289268Z Acquired lock for the installation of runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 2021-11-23T19:08:37.3290266Z Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==. 2021-11-23T19:08:37.3303656Z Installed runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==. 2021-11-23T19:08:37.3305109Z Installed Microsoft.Extensions.Configuration.Binder 3.0.3 from https://api.nuget.org/v3/index.json with content hash hRmuReZgWqWqko4RXaGd/DP9L7380+HafHgbR5CMc7AZYmoLpUmeV8O8sgZqJONCbzg1q0Sz8U8Gy99eETpGPA==. 2021-11-23T19:08:37.3306113Z Installed System.Memory 4.5.3 from https://api.nuget.org/v3/index.json with content hash 3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==. 2021-11-23T19:08:37.6020513Z Installed Microsoft.CodeCoverage 17.0.0 from https://api.nuget.org/v3/index.json with content hash +B+09FPYBtf+cXfZOPIgpnP5mzLq5QdlBo+JEFy9CdqBaWHWE/YMY0Mos9uDsZhcgFegJm9GigAgMyqBZyfq+Q==. 2021-11-23T19:08:37.6567825Z Installed Castle.Core 4.4.0 from https://api.nuget.org/v3/index.json with content hash b5rRL5zeaau1y/5hIbI+6mGw3cwun16YjkHZnV9RRT5UyUIFsgLmNXJ0YnIN9p8Hw7K7AbG1q1UclQVU3DinAQ==. 2021-11-23T19:08:37.6616267Z Reading project file /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj. 2021-11-23T19:08:37.6617410Z Restoring packages for /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj... 2021-11-23T19:08:37.6619607Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:37.6621074Z GET https://api.nuget.org/v3-flatcontainer/mstest.testadapter/index.json 2021-11-23T19:08:37.6622035Z GET https://api.nuget.org/v3-flatcontainer/mstest.testframework/index.json 2021-11-23T19:08:37.8086076Z Installed System.Runtime.Extensions 4.1.0 from https://api.nuget.org/v3/index.json with content hash CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==. 2021-11-23T19:08:37.8095105Z Installed Microsoft.TestPlatform.TestHost 17.0.0 from https://api.nuget.org/v3/index.json with content hash xkKFzm0hylHF0SlDj78ACYMJC/i8fQ3i16sDDNYoKnjTsstGSQfuSBJ+QT4nqRXk/fOiYTh+iY0KIX5N7HTLuQ==. 2021-11-23T19:08:37.8811863Z Installed System.Runtime.Serialization.Primitives 4.1.1 from https://api.nuget.org/v3/index.json with content hash HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==. 2021-11-23T19:08:37.8882719Z Installed System.Text.Encoding 4.0.11 from https://api.nuget.org/v3/index.json with content hash U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==. 2021-11-23T19:08:37.9321521Z Installed System.IO.Compression.ZipFile 4.3.0 from https://api.nuget.org/v3/index.json with content hash G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==. 2021-11-23T19:08:37.9720829Z Installed System.IO.Compression 4.3.0 from https://api.nuget.org/v3/index.json with content hash YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==. 2021-11-23T19:08:37.9790843Z Installed runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==. 2021-11-23T19:08:37.9840842Z Installed System.IO.FileSystem 4.3.0 from https://api.nuget.org/v3/index.json with content hash 3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==. 2021-11-23T19:08:37.9967345Z Installed System.Security.Cryptography.OpenSsl 4.3.0 from https://api.nuget.org/v3/index.json with content hash h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==. 2021-11-23T19:08:37.9994382Z OK https://api.nuget.org/v3-flatcontainer/mstest.testframework/index.json 335ms 2021-11-23T19:08:37.9996139Z GET https://api.nuget.org/v3-flatcontainer/mstest.testframework/2.2.7/mstest.testframework.2.2.7.nupkg 2021-11-23T19:08:37.9997297Z OK https://api.nuget.org/v3-flatcontainer/mstest.testadapter/index.json 338ms 2021-11-23T19:08:37.9998353Z GET https://api.nuget.org/v3-flatcontainer/mstest.testadapter/2.2.7/mstest.testadapter.2.2.7.nupkg 2021-11-23T19:08:38.0001351Z Installed System.Diagnostics.DiagnosticSource 4.3.0 from https://api.nuget.org/v3/index.json with content hash tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==. 2021-11-23T19:08:38.0035377Z OK https://api.nuget.org/v3-flatcontainer/mstest.testframework/2.2.7/mstest.testframework.2.2.7.nupkg 4ms 2021-11-23T19:08:38.0044059Z OK https://api.nuget.org/v3-flatcontainer/mstest.testadapter/2.2.7/mstest.testadapter.2.2.7.nupkg 4ms 2021-11-23T19:08:38.0284313Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.textwritertracelistener/index.json 2021-11-23T19:08:38.0515386Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.textwritertracelistener/index.json 22ms 2021-11-23T19:08:38.0518944Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.textwritertracelistener/4.3.0/system.diagnostics.textwritertracelistener.4.3.0.nupkg 2021-11-23T19:08:38.2532444Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.textwritertracelistener/4.3.0/system.diagnostics.textwritertracelistener.4.3.0.nupkg 4ms 2021-11-23T19:08:38.2535298Z Resolving conflicts for net6.0... 2021-11-23T19:08:38.2538668Z Acquiring lock for the installation of System.Diagnostics.TextWriterTraceListener 4.3.0 2021-11-23T19:08:38.2539901Z Acquired lock for the installation of System.Diagnostics.TextWriterTraceListener 4.3.0 2021-11-23T19:08:38.2540408Z Acquiring lock for the installation of MSTest.TestFramework 2.2.7 2021-11-23T19:08:38.2541064Z Acquired lock for the installation of MSTest.TestFramework 2.2.7 2021-11-23T19:08:38.2541452Z Acquiring lock for the installation of MSTest.TestAdapter 2.2.7 2021-11-23T19:08:38.2541821Z Acquired lock for the installation of MSTest.TestAdapter 2.2.7 2021-11-23T19:08:38.2542152Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:38.2542545Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Application.UnitTests 1.0.0 with net6.0. 2021-11-23T19:08:38.2542962Z Checking compatibility for FluentAssertions 6.2.0 with net6.0. 2021-11-23T19:08:38.2543320Z Checking compatibility for Microsoft.NET.Test.Sdk 17.0.0 with net6.0. 2021-11-23T19:08:38.2543689Z Checking compatibility for Moq 4.16.1 with net6.0. 2021-11-23T19:08:38.2544027Z Checking compatibility for xunit 2.4.1 with net6.0. 2021-11-23T19:08:38.2544369Z Checking compatibility for xunit.runner.visualstudio 2.4.3 with net6.0. 2021-11-23T19:08:38.2544804Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.UnitTests.ObjectBuilders 1.0.0 with net6.0. 2021-11-23T19:08:38.2545261Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Application 1.0.0 with net6.0. 2021-11-23T19:08:38.2545666Z Checking compatibility for Microsoft.TestPlatform.TestHost 17.0.0 with net6.0. 2021-11-23T19:08:38.2546059Z Checking compatibility for Microsoft.CodeCoverage 17.0.0 with net6.0. 2021-11-23T19:08:38.2546422Z Checking compatibility for Castle.Core 4.4.0 with net6.0. 2021-11-23T19:08:38.2546786Z Checking compatibility for System.Threading.Tasks.Extensions 4.5.4 with net6.0. 2021-11-23T19:08:38.2547168Z Checking compatibility for xunit.core 2.4.1 with net6.0. 2021-11-23T19:08:38.2547518Z Checking compatibility for xunit.assert 2.4.1 with net6.0. 2021-11-23T19:08:38.2550051Z Checking compatibility for xunit.analyzers 0.10.0 with net6.0. 2021-11-23T19:08:38.2551704Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Domain 1.0.0 with net6.0. 2021-11-23T19:08:38.2552457Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Persistence 1.0.0 with net6.0. 2021-11-23T19:08:38.2553108Z Checking compatibility for Microsoft.Extensions.DependencyInjection 6.0.0 with net6.0. 2021-11-23T19:08:38.2553724Z Checking compatibility for AutoMapper 10.1.1 with net6.0. 2021-11-23T19:08:38.2554349Z Checking compatibility for AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 with net6.0. 2021-11-23T19:08:38.2554985Z Checking compatibility for Calzolari.Grpc.AspNetCore.Validation 5.4.0 with net6.0. 2021-11-23T19:08:38.2555663Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration 1.0.0 with net6.0. 2021-11-23T19:08:38.2556319Z Checking compatibility for Microsoft.TestPlatform.ObjectModel 17.0.0 with net6.0. 2021-11-23T19:08:38.2556913Z Checking compatibility for Newtonsoft.Json 9.0.1 with net6.0. 2021-11-23T19:08:38.2557501Z Checking compatibility for NETStandard.Library 1.6.1 with net6.0. 2021-11-23T19:08:38.2558277Z Checking compatibility for System.Collections.Specialized 4.3.0 with net6.0. 2021-11-23T19:08:38.2558871Z Checking compatibility for System.ComponentModel 4.3.0 with net6.0. 2021-11-23T19:08:38.2559679Z Checking compatibility for System.ComponentModel.TypeConverter 4.3.0 with net6.0. 2021-11-23T19:08:38.2563758Z Checking compatibility for System.Diagnostics.TraceSource 4.3.0 with net6.0. 2021-11-23T19:08:38.2564257Z Checking compatibility for System.Dynamic.Runtime 4.3.0 with net6.0. 2021-11-23T19:08:38.2564827Z Checking compatibility for System.Reflection 4.3.0 with net6.0. 2021-11-23T19:08:38.2565206Z Checking compatibility for System.Reflection.TypeExtensions 4.3.0 with net6.0. 2021-11-23T19:08:38.2565577Z Checking compatibility for System.Xml.XmlDocument 4.3.0 with net6.0. 2021-11-23T19:08:38.2565948Z Checking compatibility for xunit.extensibility.core 2.4.1 with net6.0. 2021-11-23T19:08:38.2566305Z Checking compatibility for xunit.extensibility.execution 2.4.1 with net6.0. 2021-11-23T19:08:38.2566702Z Checking compatibility for Microsoft.EntityFrameworkCore.SqlServer 6.0.0 with net6.0. 2021-11-23T19:08:38.2567105Z Checking compatibility for Microsoft.Extensions.Configuration 5.0.0 with net6.0. 2021-11-23T19:08:38.2567494Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:38.2572705Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net6.0. 2021-11-23T19:08:38.2573194Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.2573602Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:38.2573988Z Checking compatibility for Microsoft.CSharp 4.7.0 with net6.0. 2021-11-23T19:08:38.2574349Z Checking compatibility for System.Reflection.Emit 4.7.0 with net6.0. 2021-11-23T19:08:38.2574699Z Checking compatibility for Calzolari.Grpc.Domain 5.2.0 with net6.0. 2021-11-23T19:08:38.2575057Z Checking compatibility for FluentValidation 10.3.4 with net6.0. 2021-11-23T19:08:38.2575517Z Checking compatibility for Grpc.AspNetCore 2.40.0 with net6.0. 2021-11-23T19:08:38.2575867Z Checking compatibility for System.Text.Json 5.0.2 with net6.0. 2021-11-23T19:08:38.2576243Z Checking compatibility for Ryan.Platform.ILab.Geography.Mocks 1.0.0 with net6.0. 2021-11-23T19:08:38.2576638Z Checking compatibility for System.Reflection.Metadata 1.6.0 with net6.0. 2021-11-23T19:08:38.2576987Z Checking compatibility for NuGet.Frameworks 5.0.0 with net6.0. 2021-11-23T19:08:38.2577540Z Checking compatibility for System.Runtime.Serialization.Primitives 4.1.1 with net6.0. 2021-11-23T19:08:38.2577922Z Checking compatibility for Microsoft.Win32.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.2578357Z Checking compatibility for System.AppContext 4.3.0 with net6.0. 2021-11-23T19:08:38.2578714Z Checking compatibility for System.Collections 4.3.0 with net6.0. 2021-11-23T19:08:38.2579066Z Checking compatibility for System.Collections.Concurrent 4.3.0 with net6.0. 2021-11-23T19:08:38.2579433Z Checking compatibility for System.Console 4.3.0 with net6.0. 2021-11-23T19:08:38.2579794Z Checking compatibility for System.Diagnostics.Debug 4.3.0 with net6.0. 2021-11-23T19:08:38.2580148Z Checking compatibility for System.Diagnostics.Tools 4.3.0 with net6.0. 2021-11-23T19:08:38.2583128Z Checking compatibility for System.Diagnostics.Tracing 4.3.0 with net6.0. 2021-11-23T19:08:38.2583519Z Checking compatibility for System.Globalization 4.3.0 with net6.0. 2021-11-23T19:08:38.2583887Z Checking compatibility for System.Globalization.Calendars 4.3.0 with net6.0. 2021-11-23T19:08:38.2584237Z Checking compatibility for System.IO 4.3.0 with net6.0. 2021-11-23T19:08:38.2584575Z Checking compatibility for System.IO.Compression 4.3.0 with net6.0. 2021-11-23T19:08:38.2585899Z Checking compatibility for System.IO.Compression.ZipFile 4.3.0 with net6.0. 2021-11-23T19:08:38.2587176Z Checking compatibility for System.IO.FileSystem 4.3.0 with net6.0. 2021-11-23T19:08:38.2588019Z Checking compatibility for System.IO.FileSystem.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.2589125Z Checking compatibility for System.Linq 4.3.0 with net6.0. 2021-11-23T19:08:38.2591406Z Checking compatibility for System.Linq.Expressions 4.3.0 with net6.0. 2021-11-23T19:08:38.2591982Z Checking compatibility for System.Net.Http 4.3.0 with net6.0. 2021-11-23T19:08:38.2592463Z Checking compatibility for System.Net.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.2592921Z Checking compatibility for System.Net.Sockets 4.3.0 with net6.0. 2021-11-23T19:08:38.2593357Z Checking compatibility for System.ObjectModel 4.3.0 with net6.0. 2021-11-23T19:08:38.2594422Z Checking compatibility for System.Reflection.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.2594976Z Checking compatibility for System.Reflection.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.2595334Z Checking compatibility for System.Resources.ResourceManager 4.3.0 with net6.0. 2021-11-23T19:08:38.2595693Z Checking compatibility for System.Runtime 4.3.0 with net6.0. 2021-11-23T19:08:38.2596044Z Checking compatibility for System.Runtime.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.2596393Z Checking compatibility for System.Runtime.Handles 4.3.0 with net6.0. 2021-11-23T19:08:38.2596759Z Checking compatibility for System.Runtime.InteropServices 4.3.0 with net6.0. 2021-11-23T19:08:38.2597162Z Checking compatibility for System.Runtime.InteropServices.RuntimeInformation 4.3.0 with net6.0. 2021-11-23T19:08:38.2597537Z Checking compatibility for System.Runtime.Numerics 4.3.0 with net6.0. 2021-11-23T19:08:38.2597915Z Checking compatibility for System.Security.Cryptography.Algorithms 4.3.0 with net6.0. 2021-11-23T19:08:38.2598294Z Checking compatibility for System.Security.Cryptography.Encoding 4.3.0 with net6.0. 2021-11-23T19:08:38.2598689Z Checking compatibility for System.Security.Cryptography.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.2599093Z Checking compatibility for System.Security.Cryptography.X509Certificates 4.3.0 with net6.0. 2021-11-23T19:08:38.2599464Z Checking compatibility for System.Text.Encoding 4.3.0 with net6.0. 2021-11-23T19:08:38.2599830Z Checking compatibility for System.Text.Encoding.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.2611737Z Checking compatibility for System.Text.RegularExpressions 4.3.0 with net6.0. 2021-11-23T19:08:38.2612139Z Checking compatibility for System.Threading 4.3.0 with net6.0. 2021-11-23T19:08:38.2612486Z Checking compatibility for System.Threading.Tasks 4.3.0 with net6.0. 2021-11-23T19:08:38.2612861Z Checking compatibility for System.Threading.Timer 4.3.0 with net6.0. 2021-11-23T19:08:38.2613228Z Checking compatibility for System.Xml.ReaderWriter 4.3.0 with net6.0. 2021-11-23T19:08:38.2613578Z Checking compatibility for System.Xml.XDocument 4.3.0 with net6.0. 2021-11-23T19:08:38.2614134Z Checking compatibility for System.Collections.NonGeneric 4.3.0 with net6.0. 2021-11-23T19:08:38.2614700Z Checking compatibility for System.Globalization.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.2615135Z Checking compatibility for System.ComponentModel.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.2615727Z Checking compatibility for runtime.native.System 4.3.0 with net6.0. 2021-11-23T19:08:38.2616388Z Checking compatibility for System.Reflection.Emit.ILGeneration 4.3.0 with net6.0. 2021-11-23T19:08:38.2617331Z Checking compatibility for Microsoft.NETCore.Targets 1.1.0 with net6.0. 2021-11-23T19:08:38.2617744Z Checking compatibility for xunit.abstractions 2.0.3 with net6.0. 2021-11-23T19:08:38.2618293Z Checking compatibility for Microsoft.EntityFrameworkCore.Relational 6.0.0 with net6.0. 2021-11-23T19:08:38.2619039Z Checking compatibility for Microsoft.Data.SqlClient 2.1.4 with net6.0. 2021-11-23T19:08:38.2619560Z Checking compatibility for Grpc.AspNetCore.Server.ClientFactory 2.40.0 with net6.0. 2021-11-23T19:08:38.2620099Z Checking compatibility for Google.Protobuf 3.18.0 with net6.0. 2021-11-23T19:08:38.2625973Z Checking compatibility for Grpc.Tools 2.40.0 with net6.0. 2021-11-23T19:08:38.2626371Z Checking compatibility for runtime.native.System.IO.Compression 4.3.0 with net6.0. 2021-11-23T19:08:38.2626758Z Checking compatibility for System.Buffers 4.3.0 with net6.0. 2021-11-23T19:08:38.2627322Z Checking compatibility for System.Reflection.Emit.Lightweight 4.3.0 with net6.0. 2021-11-23T19:08:38.2628065Z Checking compatibility for runtime.native.System.Net.Http 4.3.0 with net6.0. 2021-11-23T19:08:38.2628487Z Checking compatibility for runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2629121Z Checking compatibility for System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2629888Z Checking compatibility for runtime.native.System.Security.Cryptography.Apple 4.3.0 with net6.0. 2021-11-23T19:08:38.2630513Z Checking compatibility for System.Security.Cryptography.Csp 4.3.0 with net6.0. 2021-11-23T19:08:38.2631081Z Checking compatibility for Microsoft.EntityFrameworkCore 6.0.0 with net6.0. 2021-11-23T19:08:38.2631670Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.2632329Z Checking compatibility for Microsoft.Data.SqlClient.SNI.runtime 2.1.1 with net6.0. 2021-11-23T19:08:38.2632907Z Checking compatibility for Microsoft.Win32.Registry 4.7.0 with net6.0. 2021-11-23T19:08:38.2633296Z Checking compatibility for System.Security.Principal.Windows 4.7.0 with net6.0. 2021-11-23T19:08:38.2634174Z Checking compatibility for System.Text.Encoding.CodePages 4.7.0 with net6.0. 2021-11-23T19:08:38.2634771Z Checking compatibility for System.Configuration.ConfigurationManager 4.7.0 with net6.0. 2021-11-23T19:08:38.2635156Z Checking compatibility for System.Runtime.Caching 4.7.0 with net6.0. 2021-11-23T19:08:38.2635973Z Checking compatibility for Microsoft.Identity.Client 4.21.1 with net6.0. 2021-11-23T19:08:38.2636559Z Checking compatibility for Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 with net6.0. 2021-11-23T19:08:38.2646804Z Checking compatibility for Microsoft.IdentityModel.JsonWebTokens 6.8.0 with net6.0. 2021-11-23T19:08:38.2647430Z Checking compatibility for Grpc.AspNetCore.Server 2.40.0 with net6.0. 2021-11-23T19:08:38.2648003Z Checking compatibility for Grpc.Net.ClientFactory 2.40.0 with net6.0. 2021-11-23T19:08:38.2649206Z Checking compatibility for runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2649959Z Checking compatibility for runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2650681Z Checking compatibility for runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2651411Z Checking compatibility for runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2652143Z Checking compatibility for runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2652880Z Checking compatibility for runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2653575Z Checking compatibility for runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2654297Z Checking compatibility for runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2655026Z Checking compatibility for runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2655735Z Checking compatibility for runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.2656872Z Checking compatibility for runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 with net6.0. 2021-11-23T19:08:38.2657732Z Checking compatibility for Microsoft.EntityFrameworkCore.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.2658458Z Checking compatibility for Microsoft.EntityFrameworkCore.Analyzers 6.0.0 with net6.0. 2021-11-23T19:08:38.2659296Z Checking compatibility for Microsoft.Extensions.Caching.Memory 6.0.0 with net6.0. 2021-11-23T19:08:38.2659893Z Checking compatibility for Microsoft.Extensions.Logging 6.0.0 with net6.0. 2021-11-23T19:08:38.2660448Z Checking compatibility for System.Collections.Immutable 6.0.0 with net6.0. 2021-11-23T19:08:38.2661422Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0 with net6.0. 2021-11-23T19:08:38.2661878Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:38.2662434Z Checking compatibility for System.Security.AccessControl 4.7.0 with net6.0. 2021-11-23T19:08:38.2662829Z Checking compatibility for Microsoft.NETCore.Platforms 3.1.0 with net6.0. 2021-11-23T19:08:38.2663243Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.7.0 with net6.0. 2021-11-23T19:08:38.2663635Z Checking compatibility for System.Security.Permissions 4.7.0 with net6.0. 2021-11-23T19:08:38.2664034Z Checking compatibility for Microsoft.IdentityModel.Protocols 6.8.0 with net6.0. 2021-11-23T19:08:38.2664435Z Checking compatibility for System.IdentityModel.Tokens.Jwt 6.8.0 with net6.0. 2021-11-23T19:08:38.2664814Z Checking compatibility for Microsoft.IdentityModel.Tokens 6.8.0 with net6.0. 2021-11-23T19:08:38.2665196Z Checking compatibility for Grpc.Net.Common 2.40.0 with net6.0. 2021-11-23T19:08:38.2665751Z Checking compatibility for Grpc.Net.Client 2.40.0 with net6.0. 2021-11-23T19:08:38.2666123Z Checking compatibility for Microsoft.Extensions.Http 3.0.3 with net6.0. 2021-11-23T19:08:38.2666539Z Checking compatibility for Microsoft.Extensions.Caching.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.2673660Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.2674284Z Checking compatibility for Microsoft.Extensions.Options 6.0.0 with net6.0. 2021-11-23T19:08:38.2674855Z Checking compatibility for System.Windows.Extensions 4.7.0 with net6.0. 2021-11-23T19:08:38.2675419Z Checking compatibility for Microsoft.IdentityModel.Logging 6.8.0 with net6.0. 2021-11-23T19:08:38.2676098Z Checking compatibility for System.Security.Cryptography.Cng 4.5.0 with net6.0. 2021-11-23T19:08:38.2676862Z Checking compatibility for Grpc.Core.Api 2.40.0 with net6.0. 2021-11-23T19:08:38.2677595Z Checking compatibility for System.Drawing.Common 4.7.0 with net6.0. 2021-11-23T19:08:38.2678333Z Checking compatibility for System.Memory 4.5.3 with net6.0. 2021-11-23T19:08:38.2678898Z Checking compatibility for Microsoft.Win32.SystemEvents 4.7.0 with net6.0. 2021-11-23T19:08:38.2679468Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:38.2679766Z Committing restore... 2021-11-23T19:08:38.2680184Z Generating MSBuild file /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/ProjectB.Application.UnitTests.csproj.nuget.g.props. 2021-11-23T19:08:38.2680748Z Generating MSBuild file /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/ProjectB.Application.UnitTests.csproj.nuget.g.targets. 2021-11-23T19:08:38.2681312Z Writing assets file to disk. Path: /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/project.assets.json 2021-11-23T19:08:38.2682668Z Writing cache file to disk. Path: /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/project.nuget.cache 2021-11-23T19:08:38.2692285Z Persisting dg to /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/obj/ProjectB.Application.UnitTests.csproj.nuget.dgspec.json 2021-11-23T19:08:38.2692992Z Restored /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj (in 9.75 sec). 2021-11-23T19:08:38.2693884Z Reading project file /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj. 2021-11-23T19:08:38.2694897Z Restoring packages for /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj... 2021-11-23T19:08:38.2695286Z Restoring packages for .NETCoreApp,Version=v5.0... 2021-11-23T19:08:38.2695610Z Resolving conflicts for net5.0... 2021-11-23T19:08:38.2695909Z Checking compatibility of packages on net5.0. 2021-11-23T19:08:38.2696663Z Checking compatibility for Ryan.Platform.ILab.Geography.Mocks 1.0.0 with net5.0. 2021-11-23T19:08:38.2697276Z All packages and projects are compatible with net5.0. 2021-11-23T19:08:38.2697991Z Committing restore... 2021-11-23T19:08:38.2699428Z Generating MSBuild file /home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Geography.Mocks.csproj.nuget.g.props. 2021-11-23T19:08:38.2700600Z Generating MSBuild file /home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Geography.Mocks.csproj.nuget.g.targets. 2021-11-23T19:08:38.2701744Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/project.assets.json 2021-11-23T19:08:38.2702277Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/project.nuget.cache 2021-11-23T19:08:38.2706263Z Persisting dg to /home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Geography.Mocks.csproj.nuget.dgspec.json 2021-11-23T19:08:38.2706772Z Restored /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj (in 0.5 ms). 2021-11-23T19:08:38.2707255Z Reading project file /home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj. 2021-11-23T19:08:38.2707907Z Restoring packages for /home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj... 2021-11-23T19:08:38.2708539Z Restoring packages for .NETCoreApp,Version=v5.0... 2021-11-23T19:08:38.2709318Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.core/index.json 2021-11-23T19:08:38.2710218Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning/index.json 2021-11-23T19:08:38.2710939Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning.apiexplorer/index.json 2021-11-23T19:08:38.2907814Z Installed System.Diagnostics.TextWriterTraceListener 4.3.0 from https://api.nuget.org/v3/index.json with content hash F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==. 2021-11-23T19:08:38.2937611Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.core/index.json 33ms 2021-11-23T19:08:38.2938431Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.core/2.2.5/microsoft.aspnetcore.mvc.core.2.2.5.nupkg 2021-11-23T19:08:38.2939200Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning.apiexplorer/index.json 33ms 2021-11-23T19:08:38.2940045Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning.apiexplorer/5.0.0/microsoft.aspnetcore.mvc.versioning.apiexplorer.5.0.0.nupkg 2021-11-23T19:08:38.2941116Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning/index.json 34ms 2021-11-23T19:08:38.2941973Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning/5.0.0/microsoft.aspnetcore.mvc.versioning.5.0.0.nupkg 2021-11-23T19:08:38.3705557Z Installed MSTest.TestAdapter 2.2.7 from https://api.nuget.org/v3/index.json with content hash E8seWhOKGEz4Aq6IaX6dUZGRSVYwLVy+6ZI9nq0TyHRuv54Id4Y7y/CB0KGiOUrqtygfooQm5wmpnDOW28N9Ug==. 2021-11-23T19:08:38.3846501Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.core/2.2.5/microsoft.aspnetcore.mvc.core.2.2.5.nupkg 79ms 2021-11-23T19:08:38.3849748Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning.apiexplorer/5.0.0/microsoft.aspnetcore.mvc.versioning.apiexplorer.5.0.0.nupkg 78ms 2021-11-23T19:08:38.3853210Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning/5.0.0/microsoft.aspnetcore.mvc.versioning.5.0.0.nupkg 77ms 2021-11-23T19:08:38.3854945Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.core/index.json 2021-11-23T19:08:38.3856527Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization.policy/index.json 2021-11-23T19:08:38.3857538Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/index.json 2021-11-23T19:08:38.3858573Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http/index.json 2021-11-23T19:08:38.3859738Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/index.json 2021-11-23T19:08:38.3861120Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.abstractions/index.json 2021-11-23T19:08:38.3862201Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching.abstractions/index.json 2021-11-23T19:08:38.3863228Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing/index.json 2021-11-23T19:08:38.3864866Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing.abstractions/index.json 2021-11-23T19:08:38.3869682Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.2.0/microsoft.extensions.dependencyinjection.2.2.0.nupkg 2021-11-23T19:08:38.3871585Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/index.json 2021-11-23T19:08:38.3872686Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/index.json 2021-11-23T19:08:38.3883257Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.2.0/microsoft.extensions.logging.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.3885147Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.5.0/system.diagnostics.diagnosticsource.4.5.0.nupkg 2021-11-23T19:08:38.3886782Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.1/system.threading.tasks.extensions.4.5.1.nupkg 2021-11-23T19:08:38.3971228Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.2.0/microsoft.extensions.dependencyinjection.2.2.0.nupkg 4ms 2021-11-23T19:08:38.3974585Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.2.0/microsoft.extensions.logging.abstractions.2.2.0.nupkg 5ms 2021-11-23T19:08:38.3977657Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.5.0/system.diagnostics.diagnosticsource.4.5.0.nupkg 4ms 2021-11-23T19:08:38.3984625Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.1/system.threading.tasks.extensions.4.5.1.nupkg 4ms 2021-11-23T19:08:38.3985663Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4044773Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization.policy/index.json 23ms 2021-11-23T19:08:38.4046273Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization.policy/2.2.0/microsoft.aspnetcore.authorization.policy.2.2.0.nupkg 2021-11-23T19:08:38.4047658Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http/index.json 23ms 2021-11-23T19:08:38.4049205Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http/2.2.0/microsoft.aspnetcore.http.2.2.0.nupkg 2021-11-23T19:08:38.4050439Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg 5ms 2021-11-23T19:08:38.4385696Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/index.json 26ms 2021-11-23T19:08:38.4386943Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/2.2.0/microsoft.aspnetcore.http.extensions.2.2.0.nupkg 2021-11-23T19:08:38.4388988Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.core/index.json 28ms 2021-11-23T19:08:38.4390193Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.core/2.2.0/microsoft.aspnetcore.authentication.core.2.2.0.nupkg 2021-11-23T19:08:38.4391236Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/index.json 28ms 2021-11-23T19:08:38.4392333Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/2.2.0/microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4393785Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching.abstractions/index.json 28ms 2021-11-23T19:08:38.4394936Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching.abstractions/2.2.0/microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4395964Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.abstractions/index.json 29ms 2021-11-23T19:08:38.4397099Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.abstractions/2.2.0/microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4398389Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization.policy/2.2.0/microsoft.aspnetcore.authorization.policy.2.2.0.nupkg 9ms 2021-11-23T19:08:38.4399775Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http/2.2.0/microsoft.aspnetcore.http.2.2.0.nupkg 8ms 2021-11-23T19:08:38.4401024Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/index.json 28ms 2021-11-23T19:08:38.4402297Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/2.1.0/microsoft.extensions.dependencymodel.2.1.0.nupkg 2021-11-23T19:08:38.4403549Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/index.json 29ms 2021-11-23T19:08:38.4404814Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.2.0/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4408515Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing/index.json 33ms 2021-11-23T19:08:38.4410203Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing/2.2.0/microsoft.aspnetcore.routing.2.2.0.nupkg 2021-11-23T19:08:38.4413857Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing.abstractions/index.json 34ms 2021-11-23T19:08:38.4415143Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing.abstractions/2.2.0/microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4416143Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/2.2.0/microsoft.aspnetcore.http.extensions.2.2.0.nupkg 10ms 2021-11-23T19:08:38.4416986Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.core/2.2.0/microsoft.aspnetcore.authentication.core.2.2.0.nupkg 10ms 2021-11-23T19:08:38.4418112Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/2.2.0/microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg 8ms 2021-11-23T19:08:38.4419164Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching.abstractions/2.2.0/microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg 7ms 2021-11-23T19:08:38.4419998Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.abstractions/2.2.0/microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg 5ms 2021-11-23T19:08:38.4421008Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/2.1.0/microsoft.extensions.dependencymodel.2.1.0.nupkg 4ms 2021-11-23T19:08:38.4421749Z GET https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/index.json 2021-11-23T19:08:38.4422379Z GET https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/index.json 2021-11-23T19:08:38.4423095Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.2.0/microsoft.extensions.primitives.2.2.0.nupkg 2021-11-23T19:08:38.4423787Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/index.json 2021-11-23T19:08:38.4424469Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/index.json 2021-11-23T19:08:38.4425121Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/index.json 2021-11-23T19:08:38.4427121Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.abstractions/index.json 2021-11-23T19:08:38.4427814Z GET https://api.nuget.org/v3-flatcontainer/system.buffers/4.5.0/system.buffers.4.5.0.nupkg 2021-11-23T19:08:38.4428456Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/index.json 2021-11-23T19:08:38.4429200Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/index.json 2021-11-23T19:08:38.4430684Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.2.0/microsoft.extensions.options.2.2.0.nupkg 2021-11-23T19:08:38.4432358Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/index.json 2021-11-23T19:08:38.4604480Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.2.0/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg 25ms 2021-11-23T19:08:38.4605269Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing/2.2.0/microsoft.aspnetcore.routing.2.2.0.nupkg 24ms 2021-11-23T19:08:38.4606198Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing.abstractions/2.2.0/microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg 23ms 2021-11-23T19:08:38.4606928Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.2.0/microsoft.extensions.primitives.2.2.0.nupkg 10ms 2021-11-23T19:08:38.4607580Z OK https://api.nuget.org/v3-flatcontainer/system.buffers/4.5.0/system.buffers.4.5.0.nupkg 4ms 2021-11-23T19:08:38.4619440Z GET https://api.nuget.org/v3-flatcontainer/system.memory/4.5.1/system.memory.4.5.1.nupkg 2021-11-23T19:08:38.4621030Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.1/system.runtime.compilerservices.unsafe.4.5.1.nupkg 2021-11-23T19:08:38.4869908Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.2.0/microsoft.extensions.options.2.2.0.nupkg 23ms 2021-11-23T19:08:38.4871203Z OK https://api.nuget.org/v3-flatcontainer/system.memory/4.5.1/system.memory.4.5.1.nupkg 19ms 2021-11-23T19:08:38.4872294Z OK https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/index.json 41ms 2021-11-23T19:08:38.4873435Z GET https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/2.1.0/microsoft.dotnet.platformabstractions.2.1.0.nupkg 2021-11-23T19:08:38.4875266Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.1/system.runtime.compilerservices.unsafe.4.5.1.nupkg 21ms 2021-11-23T19:08:38.4876483Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/index.json 34ms 2021-11-23T19:08:38.4877647Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.2.0/microsoft.extensions.hosting.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4878723Z OK https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/index.json 38ms 2021-11-23T19:08:38.4879990Z GET https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/2.2.0/microsoft.net.http.headers.2.2.0.nupkg 2021-11-23T19:08:38.4881099Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/index.json 35ms 2021-11-23T19:08:38.4882316Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4883803Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/index.json 38ms 2021-11-23T19:08:38.4884936Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/2.2.0/microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4886041Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.abstractions/index.json 35ms 2021-11-23T19:08:38.4887192Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.abstractions/2.2.0/microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4888259Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/index.json 33ms 2021-11-23T19:08:38.4889324Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/2.2.0/microsoft.aspnetcore.webutilities.2.2.0.nupkg 2021-11-23T19:08:38.4890358Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/index.json 34ms 2021-11-23T19:08:38.4891705Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/2.2.0/microsoft.extensions.objectpool.2.2.0.nupkg 2021-11-23T19:08:38.4894854Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/index.json 33ms 2021-11-23T19:08:38.4895636Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/2.2.0/microsoft.aspnetcore.authorization.2.2.0.nupkg 2021-11-23T19:08:38.4896484Z OK https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/2.1.0/microsoft.dotnet.platformabstractions.2.1.0.nupkg 11ms 2021-11-23T19:08:38.4897360Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.2.0/microsoft.extensions.hosting.abstractions.2.2.0.nupkg 7ms 2021-11-23T19:08:38.4898268Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.abstractions/2.2.0/microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg 5ms 2021-11-23T19:08:38.4899210Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.2.0/microsoft.extensions.configuration.abstractions.2.2.0.nupkg 2021-11-23T19:08:38.4900004Z GET https://api.nuget.org/v3-flatcontainer/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg 2021-11-23T19:08:38.4901085Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg 2021-11-23T19:08:38.4901915Z GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/index.json 2021-11-23T19:08:38.5053922Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg 10ms 2021-11-23T19:08:38.5064936Z OK https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/2.2.0/microsoft.net.http.headers.2.2.0.nupkg 23ms 2021-11-23T19:08:38.5065819Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg 22ms 2021-11-23T19:08:38.5066689Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/2.2.0/microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg 21ms 2021-11-23T19:08:38.5067538Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/2.2.0/microsoft.aspnetcore.webutilities.2.2.0.nupkg 20ms 2021-11-23T19:08:38.5068334Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/2.2.0/microsoft.extensions.objectpool.2.2.0.nupkg 19ms 2021-11-23T19:08:38.5069149Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/2.2.0/microsoft.aspnetcore.authorization.2.2.0.nupkg 18ms 2021-11-23T19:08:38.5070230Z OK https://api.nuget.org/v3-flatcontainer/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg 12ms 2021-11-23T19:08:38.5071066Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.2.0/microsoft.extensions.configuration.abstractions.2.2.0.nupkg 14ms 2021-11-23T19:08:38.5071799Z GET https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/index.json 2021-11-23T19:08:38.5072435Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/index.json 2021-11-23T19:08:38.5073130Z GET https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg 2021-11-23T19:08:38.5081265Z OK https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg 2ms 2021-11-23T19:08:38.5151300Z OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/index.json 27ms 2021-11-23T19:08:38.5152371Z GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/4.5.0/system.componentmodel.annotations.4.5.0.nupkg 2021-11-23T19:08:38.5198006Z OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/4.5.0/system.componentmodel.annotations.4.5.0.nupkg 4ms 2021-11-23T19:08:38.5287024Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/index.json 25ms 2021-11-23T19:08:38.5288407Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.2.0/microsoft.aspnetcore.http.features.2.2.0.nupkg 2021-11-23T19:08:38.5289624Z OK https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/index.json 27ms 2021-11-23T19:08:38.5290698Z GET https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/4.5.0/system.text.encodings.web.4.5.0.nupkg 2021-11-23T19:08:38.5962071Z OK https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/4.5.0/system.text.encodings.web.4.5.0.nupkg 2ms 2021-11-23T19:08:38.5963686Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.2.0/microsoft.aspnetcore.http.features.2.2.0.nupkg 4ms 2021-11-23T19:08:38.5964239Z Resolving conflicts for net5.0... 2021-11-23T19:08:38.5964629Z Acquiring lock for the installation of runtime.native.System 4.0.0 2021-11-23T19:08:38.5965019Z Acquired lock for the installation of runtime.native.System 4.0.0 2021-11-23T19:08:38.5965437Z Acquiring lock for the installation of System.Runtime.InteropServices.RuntimeInformation 4.0.0 2021-11-23T19:08:38.5965875Z Acquired lock for the installation of System.Runtime.InteropServices.RuntimeInformation 4.0.0 2021-11-23T19:08:38.5966289Z Acquiring lock for the installation of System.AppContext 4.1.0 2021-11-23T19:08:38.5970887Z Acquired lock for the installation of System.AppContext 4.1.0 2021-11-23T19:08:38.5971277Z Acquiring lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.1 2021-11-23T19:08:38.5971721Z Acquired lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.1 2021-11-23T19:08:38.5972114Z Acquiring lock for the installation of System.Memory 4.5.1 2021-11-23T19:08:38.5972461Z Acquired lock for the installation of System.Memory 4.5.1 2021-11-23T19:08:38.5972847Z Acquiring lock for the installation of System.ComponentModel.Annotations 4.5.0 2021-11-23T19:08:38.5973459Z Acquired lock for the installation of System.ComponentModel.Annotations 4.5.0 2021-11-23T19:08:38.5974085Z Acquiring lock for the installation of System.Text.Encodings.Web 4.5.0 2021-11-23T19:08:38.5974518Z Acquired lock for the installation of System.Text.Encodings.Web 4.5.0 2021-11-23T19:08:38.5974971Z Acquiring lock for the installation of Microsoft.Extensions.Configuration.Abstractions 2.2.0 2021-11-23T19:08:38.5975465Z Acquired lock for the installation of Microsoft.Extensions.Configuration.Abstractions 2.2.0 2021-11-23T19:08:38.5975948Z Acquiring lock for the installation of Microsoft.AspNetCore.Http.Features 2.2.0 2021-11-23T19:08:38.5976758Z Acquired lock for the installation of Microsoft.AspNetCore.Http.Features 2.2.0 2021-11-23T19:08:38.5977181Z Acquiring lock for the installation of Microsoft.DotNet.PlatformAbstractions 2.1.0 2021-11-23T19:08:38.5977603Z Acquired lock for the installation of Microsoft.DotNet.PlatformAbstractions 2.1.0 2021-11-23T19:08:38.5978030Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 2.2.0 2021-11-23T19:08:38.5978494Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 2.2.0 2021-11-23T19:08:38.5978934Z Acquiring lock for the installation of Microsoft.Extensions.Primitives 2.2.0 2021-11-23T19:08:38.5979326Z Acquired lock for the installation of Microsoft.Extensions.Primitives 2.2.0 2021-11-23T19:08:38.5979893Z Acquiring lock for the installation of System.Buffers 4.5.0 2021-11-23T19:08:38.5980264Z Acquired lock for the installation of System.Buffers 4.5.0 2021-11-23T19:08:38.5980629Z Acquiring lock for the installation of Microsoft.Extensions.Options 2.2.0 2021-11-23T19:08:38.5981267Z Acquired lock for the installation of Microsoft.Extensions.Options 2.2.0 2021-11-23T19:08:38.5981676Z Acquiring lock for the installation of Microsoft.Extensions.ObjectPool 2.2.0 2021-11-23T19:08:38.5982070Z Acquired lock for the installation of Microsoft.Extensions.ObjectPool 2.2.0 2021-11-23T19:08:38.5982471Z Acquiring lock for the installation of Microsoft.Net.Http.Headers 2.2.0 2021-11-23T19:08:38.5982865Z Acquired lock for the installation of Microsoft.Net.Http.Headers 2.2.0 2021-11-23T19:08:38.5983437Z Installed Microsoft.Net.Http.Headers 2.2.0 from https://api.nuget.org/v3/index.json with content hash iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==. 2021-11-23T19:08:38.5984032Z Acquiring lock for the installation of Microsoft.AspNetCore.WebUtilities 2.2.0 2021-11-23T19:08:38.5984442Z Acquired lock for the installation of Microsoft.AspNetCore.WebUtilities 2.2.0 2021-11-23T19:08:38.5984996Z Installed MSTest.TestFramework 2.2.7 from https://api.nuget.org/v3/index.json with content hash qroVMzabIcbqwxtlDZriZflqs3nKpmqSVoM/Nfw9fg+F6885rrgo9R4gwmK7xxPPd8gpDrmNqqwpnyh6GMoN9g==. 2021-11-23T19:08:38.5985753Z Installed Microsoft.AspNetCore.WebUtilities 2.2.0 from https://api.nuget.org/v3/index.json with content hash 9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==. 2021-11-23T19:08:38.5986493Z Acquiring lock for the installation of Microsoft.AspNetCore.Http.Abstractions 2.2.0 2021-11-23T19:08:38.5988206Z Acquired lock for the installation of Microsoft.AspNetCore.Http.Abstractions 2.2.0 2021-11-23T19:08:38.5988975Z Installed Microsoft.AspNetCore.Http.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==. 2021-11-23T19:08:38.5989575Z Acquiring lock for the installation of Microsoft.Extensions.Hosting.Abstractions 2.2.0 2021-11-23T19:08:38.5989980Z Acquired lock for the installation of Microsoft.Extensions.Hosting.Abstractions 2.2.0 2021-11-23T19:08:38.5990580Z Installed Microsoft.Extensions.Hosting.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash +k4AEn68HOJat5gj1TWa6X28WlirNQO9sPIIeQbia+91n03esEtMSSoekSTpMjUzjqtJWQN3McVx0GvSPFHF/Q==. 2021-11-23T19:08:38.5991188Z Acquiring lock for the installation of Microsoft.AspNetCore.Hosting.Server.Abstractions 2.2.0 2021-11-23T19:08:38.5991614Z Acquired lock for the installation of Microsoft.AspNetCore.Hosting.Server.Abstractions 2.2.0 2021-11-23T19:08:38.5992230Z Installed Microsoft.AspNetCore.Hosting.Server.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash 1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==. 2021-11-23T19:08:38.5992836Z Acquiring lock for the installation of Microsoft.AspNetCore.Authorization 2.2.0 2021-11-23T19:08:38.5993241Z Acquired lock for the installation of Microsoft.AspNetCore.Authorization 2.2.0 2021-11-23T19:08:38.5993587Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:38.6006711Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectA.Api.UnitTests 1.0.0 with net6.0. 2021-11-23T19:08:38.6007199Z Checking compatibility for Microsoft.NET.Test.Sdk 17.0.0 with net6.0. 2021-11-23T19:08:38.6007552Z Checking compatibility for MSTest.TestAdapter 2.2.7 with net6.0. 2021-11-23T19:08:38.6007927Z Checking compatibility for MSTest.TestFramework 2.2.7 with net6.0. 2021-11-23T19:08:38.6008303Z Checking compatibility for Microsoft.TestPlatform.TestHost 17.0.0 with net6.0. 2021-11-23T19:08:38.6008867Z Checking compatibility for Microsoft.CodeCoverage 17.0.0 with net6.0. 2021-11-23T19:08:38.6009244Z Checking compatibility for NETStandard.Library 1.6.1 with net6.0. 2021-11-23T19:08:38.6009632Z Checking compatibility for System.Diagnostics.TextWriterTraceListener 4.3.0 with net6.0. 2021-11-23T19:08:38.6010022Z Checking compatibility for Microsoft.TestPlatform.ObjectModel 17.0.0 with net6.0. 2021-11-23T19:08:38.6010396Z Checking compatibility for Newtonsoft.Json 9.0.1 with net6.0. 2021-11-23T19:08:38.6010745Z Checking compatibility for Microsoft.NETCore.Platforms 1.1.0 with net6.0. 2021-11-23T19:08:38.6011123Z Checking compatibility for Microsoft.Win32.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.6011496Z Checking compatibility for System.AppContext 4.3.0 with net6.0. 2021-11-23T19:08:38.6011837Z Checking compatibility for System.Collections 4.3.0 with net6.0. 2021-11-23T19:08:38.6012214Z Checking compatibility for System.Collections.Concurrent 4.3.0 with net6.0. 2021-11-23T19:08:38.6012580Z Checking compatibility for System.Console 4.3.0 with net6.0. 2021-11-23T19:08:38.6012922Z Checking compatibility for System.Diagnostics.Debug 4.3.0 with net6.0. 2021-11-23T19:08:38.6013291Z Checking compatibility for System.Diagnostics.Tools 4.3.0 with net6.0. 2021-11-23T19:08:38.6013742Z Checking compatibility for System.Diagnostics.Tracing 4.3.0 with net6.0. 2021-11-23T19:08:38.6014093Z Checking compatibility for System.Globalization 4.3.0 with net6.0. 2021-11-23T19:08:38.6014467Z Checking compatibility for System.Globalization.Calendars 4.3.0 with net6.0. 2021-11-23T19:08:38.6014948Z Checking compatibility for System.IO 4.3.0 with net6.0. 2021-11-23T19:08:38.6015284Z Checking compatibility for System.IO.Compression 4.3.0 with net6.0. 2021-11-23T19:08:38.6015658Z Checking compatibility for System.IO.Compression.ZipFile 4.3.0 with net6.0. 2021-11-23T19:08:38.6016037Z Checking compatibility for System.IO.FileSystem 4.3.0 with net6.0. 2021-11-23T19:08:38.6016395Z Checking compatibility for System.IO.FileSystem.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.6016762Z Checking compatibility for System.Linq 4.3.0 with net6.0. 2021-11-23T19:08:38.6017101Z Checking compatibility for System.Linq.Expressions 4.3.0 with net6.0. 2021-11-23T19:08:38.6017461Z Checking compatibility for System.Net.Http 4.3.0 with net6.0. 2021-11-23T19:08:38.6017816Z Checking compatibility for System.Net.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.6018160Z Checking compatibility for System.Net.Sockets 4.3.0 with net6.0. 2021-11-23T19:08:38.6019627Z Checking compatibility for System.ObjectModel 4.3.0 with net6.0. 2021-11-23T19:08:38.6020167Z Checking compatibility for System.Reflection 4.3.0 with net6.0. 2021-11-23T19:08:38.6020630Z Checking compatibility for System.Reflection.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.6021346Z Checking compatibility for System.Reflection.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.6021832Z Checking compatibility for System.Resources.ResourceManager 4.3.0 with net6.0. 2021-11-23T19:08:38.6022279Z Checking compatibility for System.Runtime 4.3.0 with net6.0. 2021-11-23T19:08:38.6023223Z Checking compatibility for System.Runtime.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.6023759Z Checking compatibility for System.Runtime.Handles 4.3.0 with net6.0. 2021-11-23T19:08:38.6024118Z Checking compatibility for System.Runtime.InteropServices 4.3.0 with net6.0. 2021-11-23T19:08:38.6024532Z Checking compatibility for System.Runtime.InteropServices.RuntimeInformation 4.3.0 with net6.0. 2021-11-23T19:08:38.6024915Z Checking compatibility for System.Runtime.Numerics 4.3.0 with net6.0. 2021-11-23T19:08:38.6025487Z Checking compatibility for System.Security.Cryptography.Algorithms 4.3.0 with net6.0. 2021-11-23T19:08:38.6025903Z Checking compatibility for System.Security.Cryptography.Encoding 4.3.0 with net6.0. 2021-11-23T19:08:38.6026291Z Checking compatibility for System.Security.Cryptography.Primitives 4.3.0 with net6.0. 2021-11-23T19:08:38.6026708Z Checking compatibility for System.Security.Cryptography.X509Certificates 4.3.0 with net6.0. 2021-11-23T19:08:38.6027100Z Checking compatibility for System.Text.Encoding 4.3.0 with net6.0. 2021-11-23T19:08:38.6027458Z Checking compatibility for System.Text.Encoding.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.6027844Z Checking compatibility for System.Text.RegularExpressions 4.3.0 with net6.0. 2021-11-23T19:08:38.6028220Z Checking compatibility for System.Threading 4.3.0 with net6.0. 2021-11-23T19:08:38.6028564Z Checking compatibility for System.Threading.Tasks 4.3.0 with net6.0. 2021-11-23T19:08:38.6028931Z Checking compatibility for System.Threading.Timer 4.3.0 with net6.0. 2021-11-23T19:08:38.6064269Z Checking compatibility for System.Xml.ReaderWriter 4.3.0 with net6.0. 2021-11-23T19:08:38.6067428Z Checking compatibility for System.Xml.XDocument 4.3.0 with net6.0. 2021-11-23T19:08:38.6072304Z Checking compatibility for System.Diagnostics.TraceSource 4.3.0 with net6.0. 2021-11-23T19:08:38.6072941Z Checking compatibility for System.Reflection.Metadata 1.6.0 with net6.0. 2021-11-23T19:08:38.6078878Z Checking compatibility for NuGet.Frameworks 5.0.0 with net6.0. 2021-11-23T19:08:38.6079323Z Checking compatibility for Microsoft.CSharp 4.0.1 with net6.0. 2021-11-23T19:08:38.6079836Z Checking compatibility for System.Dynamic.Runtime 4.0.11 with net6.0. 2021-11-23T19:08:38.6080440Z Checking compatibility for System.Runtime.Serialization.Primitives 4.1.1 with net6.0. 2021-11-23T19:08:38.6081005Z Checking compatibility for Microsoft.NETCore.Targets 1.1.0 with net6.0. 2021-11-23T19:08:38.6081379Z Checking compatibility for runtime.native.System 4.3.0 with net6.0. 2021-11-23T19:08:38.6081734Z Checking compatibility for runtime.native.System.IO.Compression 4.3.0 with net6.0. 2021-11-23T19:08:38.6082099Z Checking compatibility for System.Buffers 4.3.0 with net6.0. 2021-11-23T19:08:38.6082597Z Checking compatibility for System.Reflection.Emit 4.3.0 with net6.0. 2021-11-23T19:08:38.6097792Z Checking compatibility for System.Reflection.Emit.ILGeneration 4.3.0 with net6.0. 2021-11-23T19:08:38.6098246Z Checking compatibility for System.Reflection.Emit.Lightweight 4.3.0 with net6.0. 2021-11-23T19:08:38.6098629Z Checking compatibility for System.Reflection.TypeExtensions 4.3.0 with net6.0. 2021-11-23T19:08:38.6098994Z Checking compatibility for runtime.native.System.Net.Http 4.3.0 with net6.0. 2021-11-23T19:08:38.6099386Z Checking compatibility for runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6099788Z Checking compatibility for System.Diagnostics.DiagnosticSource 4.3.0 with net6.0. 2021-11-23T19:08:38.6100962Z Checking compatibility for System.Globalization.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.6101747Z Checking compatibility for System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6102405Z Checking compatibility for runtime.native.System.Security.Cryptography.Apple 4.3.0 with net6.0. 2021-11-23T19:08:38.6102856Z Checking compatibility for System.Security.Cryptography.Cng 4.3.0 with net6.0. 2021-11-23T19:08:38.6103260Z Checking compatibility for System.Security.Cryptography.Csp 4.3.0 with net6.0. 2021-11-23T19:08:38.6103807Z Checking compatibility for System.Threading.Tasks.Extensions 4.3.0 with net6.0. 2021-11-23T19:08:38.6104956Z Checking compatibility for runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6105936Z Checking compatibility for runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6106764Z Checking compatibility for runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6108345Z Checking compatibility for runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6109481Z Checking compatibility for runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6110391Z Checking compatibility for runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6112006Z Checking compatibility for runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6114861Z Checking compatibility for runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6115944Z Checking compatibility for runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6116866Z Checking compatibility for runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 with net6.0. 2021-11-23T19:08:38.6117578Z Checking compatibility for runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 with net6.0. 2021-11-23T19:08:38.6118201Z Installed Microsoft.AspNetCore.Authorization 2.2.0 from https://api.nuget.org/v3/index.json with content hash /L0W8H3jMYWyaeA9gBJqS/tSWBegP9aaTM0mjRhxTttBY9z4RVDRYJ2CwPAmAXIuPr3r1sOw+CS8jFVRGHRezQ==. 2021-11-23T19:08:38.6125101Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:38.6125849Z Acquiring lock for the installation of Microsoft.AspNetCore.Authentication.Abstractions 2.2.0 2021-11-23T19:08:38.6126305Z Acquired lock for the installation of Microsoft.AspNetCore.Authentication.Abstractions 2.2.0 2021-11-23T19:08:38.6126692Z Committing restore... 2021-11-23T19:08:38.6127208Z Generating MSBuild file /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/ProjectA.Api.UnitTests.csproj.nuget.g.props. 2021-11-23T19:08:38.6127993Z Generating MSBuild file /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/ProjectA.Api.UnitTests.csproj.nuget.g.targets. 2021-11-23T19:08:38.6128432Z Writing assets file to disk. Path: /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/project.assets.json 2021-11-23T19:08:38.6129385Z Installed Microsoft.AspNetCore.Authentication.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash VloMLDJMf3n/9ic5lCBOa42IBYJgyB1JhzLsL68Zqg+2bEPWfGBj/xCJy/LrKTArN0coOcZp3wyVTZlx0y9pHQ==. 2021-11-23T19:08:38.6182790Z Acquiring lock for the installation of System.Threading.Tasks.Extensions 4.5.1 2021-11-23T19:08:38.6183815Z Acquired lock for the installation of System.Threading.Tasks.Extensions 4.5.1 2021-11-23T19:08:38.6184431Z Writing cache file to disk. Path: /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/project.nuget.cache 2021-11-23T19:08:38.6185263Z Persisting dg to /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/obj/ProjectA.Api.UnitTests.csproj.nuget.dgspec.json 2021-11-23T19:08:38.6185735Z Restored /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj (in 931 ms). 2021-11-23T19:08:38.6232288Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj. 2021-11-23T19:08:38.6235438Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj... 2021-11-23T19:08:38.6241711Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:38.6242233Z Resolving conflicts for net6.0... 2021-11-23T19:08:38.6243387Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:38.6243900Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Persistence 1.0.0 with net6.0. 2021-11-23T19:08:38.6244409Z Checking compatibility for Microsoft.EntityFrameworkCore.SqlServer 6.0.0 with net6.0. 2021-11-23T19:08:38.6244914Z Checking compatibility for Microsoft.Extensions.Configuration 5.0.0 with net6.0. 2021-11-23T19:08:38.6245421Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:38.6245928Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net6.0. 2021-11-23T19:08:38.6246744Z Checking compatibility for Microsoft.EntityFrameworkCore.Relational 6.0.0 with net6.0. 2021-11-23T19:08:38.6247564Z Checking compatibility for Microsoft.Data.SqlClient 2.1.4 with net6.0. 2021-11-23T19:08:38.6248247Z Checking compatibility for Microsoft.EntityFrameworkCore 6.0.0 with net6.0. 2021-11-23T19:08:38.6249964Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.6260139Z Checking compatibility for Microsoft.Data.SqlClient.SNI.runtime 2.1.1 with net6.0. 2021-11-23T19:08:38.6273341Z Checking compatibility for Microsoft.Win32.Registry 4.7.0 with net6.0. 2021-11-23T19:08:38.6274056Z Checking compatibility for System.Security.Principal.Windows 4.7.0 with net6.0. 2021-11-23T19:08:38.6274472Z Checking compatibility for System.Text.Encoding.CodePages 4.7.0 with net6.0. 2021-11-23T19:08:38.6275034Z Checking compatibility for System.Configuration.ConfigurationManager 4.7.0 with net6.0. 2021-11-23T19:08:38.6280668Z Checking compatibility for System.Runtime.Caching 4.7.0 with net6.0. 2021-11-23T19:08:38.6281055Z Checking compatibility for Microsoft.Identity.Client 4.21.1 with net6.0. 2021-11-23T19:08:38.6281474Z Checking compatibility for Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 with net6.0. 2021-11-23T19:08:38.6282040Z Checking compatibility for Microsoft.IdentityModel.JsonWebTokens 6.8.0 with net6.0. 2021-11-23T19:08:38.6282439Z Checking compatibility for Microsoft.EntityFrameworkCore.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.6282821Z Checking compatibility for Microsoft.EntityFrameworkCore.Analyzers 6.0.0 with net6.0. 2021-11-23T19:08:38.6283395Z Checking compatibility for Microsoft.Extensions.Caching.Memory 6.0.0 with net6.0. 2021-11-23T19:08:38.6285044Z Checking compatibility for Microsoft.Extensions.DependencyInjection 6.0.0 with net6.0. 2021-11-23T19:08:38.6285726Z Checking compatibility for Microsoft.Extensions.Logging 6.0.0 with net6.0. 2021-11-23T19:08:38.6286532Z Checking compatibility for System.Collections.Immutable 6.0.0 with net6.0. 2021-11-23T19:08:38.6286960Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0 with net6.0. 2021-11-23T19:08:38.6287380Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:38.6287801Z Checking compatibility for System.Security.AccessControl 4.7.0 with net6.0. 2021-11-23T19:08:38.6288219Z Checking compatibility for Microsoft.NETCore.Platforms 3.1.0 with net6.0. 2021-11-23T19:08:38.6288830Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.7.0 with net6.0. 2021-11-23T19:08:38.6289405Z Checking compatibility for System.Security.Permissions 4.7.0 with net6.0. 2021-11-23T19:08:38.6289800Z Checking compatibility for Microsoft.IdentityModel.Protocols 6.8.0 with net6.0. 2021-11-23T19:08:38.6290497Z Checking compatibility for System.IdentityModel.Tokens.Jwt 6.8.0 with net6.0. 2021-11-23T19:08:38.6290877Z Checking compatibility for Microsoft.IdentityModel.Tokens 6.8.0 with net6.0. 2021-11-23T19:08:38.6291265Z Checking compatibility for Microsoft.Extensions.Caching.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.6291857Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.6292283Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:38.6292667Z Checking compatibility for Microsoft.Extensions.Options 6.0.0 with net6.0. 2021-11-23T19:08:38.6293211Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:38.6294547Z Checking compatibility for System.Windows.Extensions 4.7.0 with net6.0. 2021-11-23T19:08:38.6295025Z Checking compatibility for Microsoft.IdentityModel.Logging 6.8.0 with net6.0. 2021-11-23T19:08:38.6295404Z Checking compatibility for Microsoft.CSharp 4.5.0 with net6.0. 2021-11-23T19:08:38.6295789Z Checking compatibility for System.Security.Cryptography.Cng 4.5.0 with net6.0. 2021-11-23T19:08:38.6296318Z Checking compatibility for System.Drawing.Common 4.7.0 with net6.0. 2021-11-23T19:08:38.6296729Z Checking compatibility for Microsoft.Win32.SystemEvents 4.7.0 with net6.0. 2021-11-23T19:08:38.6297085Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:38.6297357Z Committing restore... 2021-11-23T19:08:38.6301397Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/ProjectB.Persistence.csproj.nuget.g.props. 2021-11-23T19:08:38.6306235Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/ProjectB.Persistence.csproj.nuget.g.targets. 2021-11-23T19:08:38.6309958Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/project.assets.json 2021-11-23T19:08:38.6313543Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/project.nuget.cache 2021-11-23T19:08:38.6316927Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/ProjectB.Persistence.csproj.nuget.dgspec.json 2021-11-23T19:08:38.6322207Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj (in 4 ms). 2021-11-23T19:08:38.6323101Z Installed System.Threading.Tasks.Extensions 4.5.1 from https://api.nuget.org/v3/index.json with content hash WSKUTtLhPR8gllzIWO2x6l4lmAIfbyMAiTlyXAis4QBDonXK4b4S6F8zGARX4/P8wH3DH+sLdhamCiHn+fTU1A==. 2021-11-23T19:08:38.6323812Z Acquiring lock for the installation of System.Diagnostics.DiagnosticSource 4.5.0 2021-11-23T19:08:38.6324316Z Acquired lock for the installation of System.Diagnostics.DiagnosticSource 4.5.0 2021-11-23T19:08:38.6510095Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj. 2021-11-23T19:08:38.6518314Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj... 2021-11-23T19:08:38.6518768Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:38.6519582Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/index.json 2021-11-23T19:08:38.6520279Z GET https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.azure.containers.tools.targets/index.json 2021-11-23T19:08:38.6520935Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.console/index.json 2021-11-23T19:08:38.6521570Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.opentelemetryprotocol/index.json 2021-11-23T19:08:38.6522216Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.extensions.hosting/index.json 2021-11-23T19:08:38.6522877Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.aspnetcore/index.json 2021-11-23T19:08:38.6524541Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.grpcnetclient/index.json 2021-11-23T19:08:38.8253194Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.http/index.json 2021-11-23T19:08:38.8254304Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.sqlclient/index.json 2021-11-23T19:08:38.8255510Z GET https://api.nuget.org/v3-flatcontainer/azure.extensions.aspnetcore.configuration.secrets/index.json 2021-11-23T19:08:38.8256181Z GET https://api.nuget.org/v3-flatcontainer/azure.identity/index.json 2021-11-23T19:08:38.8257390Z GET https://api.nuget.org/v3-flatcontainer/azure.security.keyvault.secrets/index.json 2021-11-23T19:08:38.8258711Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/6.0.0/microsoft.extensions.configuration.6.0.0.nupkg 2021-11-23T19:08:38.8259646Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/6.0.0/microsoft.extensions.configuration.binder.6.0.0.nupkg 2021-11-23T19:08:38.8260580Z GET https://api.nuget.org/v3-flatcontainer/protobuf-net.grpc.aspnetcore/index.json 2021-11-23T19:08:38.8262165Z GET https://api.nuget.org/v3-flatcontainer/protobuf-net.grpc/index.json 2021-11-23T19:08:38.8262721Z GET https://api.nuget.org/v3-flatcontainer/fluentvalidation.aspnetcore/index.json 2021-11-23T19:08:38.8285486Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/6.0.0/microsoft.extensions.configuration.6.0.0.nupkg 8ms 2021-11-23T19:08:38.8442566Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/6.0.0/microsoft.extensions.configuration.binder.6.0.0.nupkg 186ms 2021-11-23T19:08:38.8445784Z OK https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.azure.containers.tools.targets/index.json 193ms 2021-11-23T19:08:38.8450982Z GET https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.azure.containers.tools.targets/1.11.1/microsoft.visualstudio.azure.containers.tools.targets.1.11.1.nupkg 2021-11-23T19:08:38.8453344Z OK https://api.nuget.org/v3-flatcontainer/azure.security.keyvault.secrets/index.json 189ms 2021-11-23T19:08:38.8454331Z GET https://api.nuget.org/v3-flatcontainer/azure.security.keyvault.secrets/4.2.0/azure.security.keyvault.secrets.4.2.0.nupkg 2021-11-23T19:08:38.8456044Z Installed System.Diagnostics.DiagnosticSource 4.5.0 from https://api.nuget.org/v3/index.json with content hash eIHRELiYDQvsMToML81QFkXEEYXUSUT2F28t1SGrevWqP+epFdw80SyAXIKTXOHrIEXReFOEnEr7XlGiC2GgOg==. 2021-11-23T19:08:38.8456996Z Acquiring lock for the installation of Microsoft.Extensions.Logging.Abstractions 2.2.0 2021-11-23T19:08:38.8457842Z OK https://api.nuget.org/v3-flatcontainer/fluentvalidation.aspnetcore/index.json 182ms 2021-11-23T19:08:38.8458534Z Acquired lock for the installation of Microsoft.Extensions.Logging.Abstractions 2.2.0 2021-11-23T19:08:38.8459671Z GET https://api.nuget.org/v3-flatcontainer/fluentvalidation.aspnetcore/10.3.4/fluentvalidation.aspnetcore.10.3.4.nupkg 2021-11-23T19:08:38.8460555Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.console/index.json 195ms 2021-11-23T19:08:38.8464372Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.console/1.2.0-alpha3/opentelemetry.exporter.console.1.2.0-alpha3.nupkg 2021-11-23T19:08:38.8466008Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.sqlclient/index.json 194ms 2021-11-23T19:08:38.8467412Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.sqlclient/1.0.0-rc7/opentelemetry.instrumentation.sqlclient.1.0.0-rc7.nupkg 2021-11-23T19:08:38.8468480Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.grpcnetclient/index.json 197ms 2021-11-23T19:08:38.8469653Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.grpcnetclient/1.0.0-rc7/opentelemetry.instrumentation.grpcnetclient.1.0.0-rc7.nupkg 2021-11-23T19:08:38.8475645Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/index.json 203ms 2021-11-23T19:08:38.8479797Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/6.0.0/microsoft.entityframeworkcore.design.6.0.0.nupkg 2021-11-23T19:08:38.8480953Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.aspnetcore/index.json 200ms 2021-11-23T19:08:38.8481732Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.aspnetcore/1.0.0-rc7/opentelemetry.instrumentation.aspnetcore.1.0.0-rc7.nupkg 2021-11-23T19:08:38.8482490Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.http/index.json 200ms 2021-11-23T19:08:38.8483243Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.http/1.0.0-rc7/opentelemetry.instrumentation.http.1.0.0-rc7.nupkg 2021-11-23T19:08:38.8483974Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.opentelemetryprotocol/index.json 202ms 2021-11-23T19:08:38.8484787Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.opentelemetryprotocol/1.2.0-alpha3/opentelemetry.exporter.opentelemetryprotocol.1.2.0-alpha3.nupkg 2021-11-23T19:08:38.8485532Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.extensions.hosting/index.json 202ms 2021-11-23T19:08:38.8486643Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.extensions.hosting/1.0.0-rc7/opentelemetry.extensions.hosting.1.0.0-rc7.nupkg 2021-11-23T19:08:38.8487309Z OK https://api.nuget.org/v3-flatcontainer/azure.identity/index.json 200ms 2021-11-23T19:08:38.8488672Z GET https://api.nuget.org/v3-flatcontainer/azure.identity/1.5.0/azure.identity.1.5.0.nupkg 2021-11-23T19:08:38.8489307Z OK https://api.nuget.org/v3-flatcontainer/protobuf-net.grpc/index.json 194ms 2021-11-23T19:08:38.8490590Z GET https://api.nuget.org/v3-flatcontainer/protobuf-net.grpc/1.0.152/protobuf-net.grpc.1.0.152.nupkg 2021-11-23T19:08:38.8491311Z Installed Microsoft.Extensions.Logging.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash B2WqEox8o+4KUOpL7rZPyh6qYjik8tHi2tN8Z9jZkHzED8ElYgZa/h6K+xliB435SqUcWT290Fr2aa8BtZjn8A==. 2021-11-23T19:08:38.8491932Z Acquiring lock for the installation of Microsoft.Extensions.FileProviders.Abstractions 2.2.0 2021-11-23T19:08:38.8492353Z Acquired lock for the installation of Microsoft.Extensions.FileProviders.Abstractions 2.2.0 2021-11-23T19:08:38.9125900Z OK https://api.nuget.org/v3-flatcontainer/azure.extensions.aspnetcore.configuration.secrets/index.json 207ms 2021-11-23T19:08:38.9127555Z GET https://api.nuget.org/v3-flatcontainer/azure.extensions.aspnetcore.configuration.secrets/1.2.1/azure.extensions.aspnetcore.configuration.secrets.1.2.1.nupkg 2021-11-23T19:08:38.9128684Z OK https://api.nuget.org/v3-flatcontainer/protobuf-net.grpc.aspnetcore/index.json 204ms 2021-11-23T19:08:38.9129753Z GET https://api.nuget.org/v3-flatcontainer/protobuf-net.grpc.aspnetcore/1.0.152/protobuf-net.grpc.aspnetcore.1.0.152.nupkg 2021-11-23T19:08:38.9130941Z OK https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.azure.containers.tools.targets/1.11.1/microsoft.visualstudio.azure.containers.tools.targets.1.11.1.nupkg 17ms 2021-11-23T19:08:38.9132101Z OK https://api.nuget.org/v3-flatcontainer/azure.security.keyvault.secrets/4.2.0/azure.security.keyvault.secrets.4.2.0.nupkg 17ms 2021-11-23T19:08:38.9133229Z OK https://api.nuget.org/v3-flatcontainer/fluentvalidation.aspnetcore/10.3.4/fluentvalidation.aspnetcore.10.3.4.nupkg 16ms 2021-11-23T19:08:38.9134371Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.console/1.2.0-alpha3/opentelemetry.exporter.console.1.2.0-alpha3.nupkg 15ms 2021-11-23T19:08:38.9135893Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.grpcnetclient/1.0.0-rc7/opentelemetry.instrumentation.grpcnetclient.1.0.0-rc7.nupkg 11ms 2021-11-23T19:08:38.9137102Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.sqlclient/1.0.0-rc7/opentelemetry.instrumentation.sqlclient.1.0.0-rc7.nupkg 14ms 2021-11-23T19:08:38.9138263Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.http/1.0.0-rc7/opentelemetry.instrumentation.http.1.0.0-rc7.nupkg 9ms 2021-11-23T19:08:38.9139401Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/6.0.0/microsoft.entityframeworkcore.design.6.0.0.nupkg 11ms 2021-11-23T19:08:38.9140572Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.instrumentation.aspnetcore/1.0.0-rc7/opentelemetry.instrumentation.aspnetcore.1.0.0-rc7.nupkg 10ms 2021-11-23T19:08:38.9142023Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.extensions.hosting/1.0.0-rc7/opentelemetry.extensions.hosting.1.0.0-rc7.nupkg 8ms 2021-11-23T19:08:38.9143231Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.opentelemetryprotocol/1.2.0-alpha3/opentelemetry.exporter.opentelemetryprotocol.1.2.0-alpha3.nupkg 9ms 2021-11-23T19:08:38.9144306Z OK https://api.nuget.org/v3-flatcontainer/azure.identity/1.5.0/azure.identity.1.5.0.nupkg 7ms 2021-11-23T19:08:38.9145228Z GET https://api.nuget.org/v3-flatcontainer/azure.core/index.json 2021-11-23T19:08:38.9147318Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/4.30.1/microsoft.identity.client.4.30.1.nupkg 2021-11-23T19:08:38.9148592Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identity.client.extensions.msal/index.json 2021-11-23T19:08:38.9153139Z GET https://api.nuget.org/v3-flatcontainer/system.memory/4.5.4/system.memory.4.5.4.nupkg 2021-11-23T19:08:38.9153959Z GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.5.0/system.security.cryptography.protecteddata.4.5.0.nupkg 2021-11-23T19:08:38.9154680Z GET https://api.nuget.org/v3-flatcontainer/system.text.json/4.6.0/system.text.json.4.6.0.nupkg 2021-11-23T19:08:38.9155333Z Installed Microsoft.Extensions.FileProviders.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash EcnaSsPTqx2MGnHrmWOD0ugbuuqVT8iICqSqPzi45V5/MA1LjUNb0kwgcxBGqizV1R+WeBK7/Gw25Jzkyk9bIw==. 2021-11-23T19:08:38.9155942Z Acquiring lock for the installation of Microsoft.Extensions.DependencyModel 2.1.0 2021-11-23T19:08:38.9156336Z Acquired lock for the installation of Microsoft.Extensions.DependencyModel 2.1.0 2021-11-23T19:08:38.9156928Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry/index.json 2021-11-23T19:08:38.9157569Z GET https://api.nuget.org/v3-flatcontainer/google.protobuf/3.15.5/google.protobuf.3.15.5.nupkg 2021-11-23T19:08:38.9158306Z Installed Microsoft.Extensions.DependencyModel 2.1.0 from https://api.nuget.org/v3/index.json with content hash nS2XKqi+1A1umnYNLX2Fbm/XnzCxs5i+zXVJ3VC6r9t2z0NZr9FLnJN4VQpKigdcWH/iFTbMuX6M6WQJcTjVIg==. 2021-11-23T19:08:38.9158904Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection 2.2.0 2021-11-23T19:08:38.9159323Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection 2.2.0 2021-11-23T19:08:38.9159969Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.client/2.32.0/grpc.net.client.2.32.0.nupkg 2021-11-23T19:08:38.9161147Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.1.0/microsoft.extensions.hosting.abstractions.2.1.0.nupkg 2021-11-23T19:08:38.9161951Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.1.1/microsoft.aspnetcore.http.features.2.1.1.nupkg 2021-11-23T19:08:38.9162590Z GET https://api.nuget.org/v3-flatcontainer/humanizer.core/index.json 2021-11-23T19:08:38.9163620Z Installed Microsoft.Extensions.DependencyInjection 2.2.0 from https://api.nuget.org/v3/index.json with content hash MZtBIwfDFork5vfjpJdG5g8wuJFt7d/y3LOSVVtDK/76wlbtz6cjltfKHqLx2TKVqTj5/c41t77m1+h20zqtPA==. 2021-11-23T19:08:38.9164216Z Acquiring lock for the installation of Microsoft.AspNetCore.Routing.Abstractions 2.2.0 2021-11-23T19:08:38.9164624Z Acquired lock for the installation of Microsoft.AspNetCore.Routing.Abstractions 2.2.0 2021-11-23T19:08:38.9165247Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.api/index.json 2021-11-23T19:08:38.9165884Z GET https://api.nuget.org/v3-flatcontainer/fluentvalidation.dependencyinjectionextensions/index.json 2021-11-23T19:08:38.9166619Z GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.2/system.threading.tasks.extensions.4.5.2.nupkg 2021-11-23T19:08:38.9167260Z Installed Microsoft.AspNetCore.Routing.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash lRRaPN7jDlUCVCp9i0W+PB0trFaKB0bgMJD7hEJS9Uo4R9MXaMC8X2tJhPLmeVE3SGDdYI4QNKdVmhNvMJGgPQ==. 2021-11-23T19:08:38.9167836Z Acquiring lock for the installation of Microsoft.AspNetCore.Routing 2.2.0 2021-11-23T19:08:38.9168217Z Acquired lock for the installation of Microsoft.AspNetCore.Routing 2.2.0 2021-11-23T19:08:38.9168745Z Installed Microsoft.AspNetCore.Routing 2.2.0 from https://api.nuget.org/v3/index.json with content hash jAhDBy0wryOnMhhZTtT9z63gJbvCzFuLm8yC6pHzuVu9ZD1dzg0ltxIwT4cfwuNkIL/TixdKsm3vpVOpG8euWQ==. 2021-11-23T19:08:38.9169318Z Acquiring lock for the installation of Microsoft.AspNetCore.ResponseCaching.Abstractions 2.2.0 2021-11-23T19:08:38.9170075Z Acquired lock for the installation of Microsoft.AspNetCore.ResponseCaching.Abstractions 2.2.0 2021-11-23T19:08:39.0228007Z OK https://api.nuget.org/v3-flatcontainer/protobuf-net.grpc/1.0.152/protobuf-net.grpc.1.0.152.nupkg 71ms 2021-11-23T19:08:39.0229611Z OK https://api.nuget.org/v3-flatcontainer/azure.core/index.json 63ms 2021-11-23T19:08:39.0230727Z GET https://api.nuget.org/v3-flatcontainer/azure.core/1.20.0/azure.core.1.20.0.nupkg 2021-11-23T19:08:39.0231870Z OK https://api.nuget.org/v3-flatcontainer/protobuf-net.grpc.aspnetcore/1.0.152/protobuf-net.grpc.aspnetcore.1.0.152.nupkg 67ms 2021-11-23T19:08:39.0233117Z OK https://api.nuget.org/v3-flatcontainer/azure.extensions.aspnetcore.configuration.secrets/1.2.1/azure.extensions.aspnetcore.configuration.secrets.1.2.1.nupkg 68ms 2021-11-23T19:08:39.0234369Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/4.30.1/microsoft.identity.client.4.30.1.nupkg 63ms 2021-11-23T19:08:39.0235586Z OK https://api.nuget.org/v3-flatcontainer/system.memory/4.5.4/system.memory.4.5.4.nupkg 62ms 2021-11-23T19:08:39.0236720Z OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.5.0/system.security.cryptography.protecteddata.4.5.0.nupkg 62ms 2021-11-23T19:08:39.0237872Z OK https://api.nuget.org/v3-flatcontainer/system.text.json/4.6.0/system.text.json.4.6.0.nupkg 61ms 2021-11-23T19:08:39.0238959Z OK https://api.nuget.org/v3-flatcontainer/google.protobuf/3.15.5/google.protobuf.3.15.5.nupkg 47ms 2021-11-23T19:08:39.0240008Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.client/2.32.0/grpc.net.client.2.32.0.nupkg 45ms 2021-11-23T19:08:39.0241196Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.1.0/microsoft.extensions.hosting.abstractions.2.1.0.nupkg 44ms 2021-11-23T19:08:39.0242396Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.1.1/microsoft.aspnetcore.http.features.2.1.1.nupkg 41ms 2021-11-23T19:08:39.0243579Z OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.2/system.threading.tasks.extensions.4.5.2.nupkg 25ms 2021-11-23T19:08:39.0244938Z OK https://api.nuget.org/v3-flatcontainer/humanizer.core/index.json 37ms 2021-11-23T19:08:39.0245953Z GET https://api.nuget.org/v3-flatcontainer/humanizer.core/2.8.26/humanizer.core.2.8.26.nupkg 2021-11-23T19:08:39.0246946Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.api/index.json 30ms 2021-11-23T19:08:39.0247958Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.api/1.1.0/opentelemetry.api.1.1.0.nupkg 2021-11-23T19:08:39.0249146Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.1.1/microsoft.extensions.primitives.2.1.1.nupkg 2021-11-23T19:08:39.0250144Z Installed Microsoft.AspNetCore.ResponseCaching.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash CIHWEKrHzZfFp7t57UXsueiSA/raku56TgRYauV/W1+KAQq6vevz60zjEKaazt3BI76zwMz3B4jGWnCwd8kwQw==. 2021-11-23T19:08:39.0251650Z Acquiring lock for the installation of Microsoft.AspNetCore.Mvc.Abstractions 2.2.0 2021-11-23T19:08:39.0252322Z Acquired lock for the installation of Microsoft.AspNetCore.Mvc.Abstractions 2.2.0 2021-11-23T19:08:39.0265925Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.1.0/microsoft.extensions.configuration.abstractions.2.1.0.nupkg 2021-11-23T19:08:39.0268097Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.1.0/microsoft.extensions.dependencyinjection.abstractions.2.1.0.nupkg 2021-11-23T19:08:39.0271610Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.1.0/microsoft.extensions.fileproviders.abstractions.2.1.0.nupkg 2021-11-23T19:08:39.0302097Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.1.0/microsoft.extensions.logging.abstractions.2.1.0.nupkg 2021-11-23T19:08:39.0303223Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.common/2.32.0/grpc.net.common.2.32.0.nupkg 2021-11-23T19:08:39.0304506Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.5.1/system.diagnostics.diagnosticsource.4.5.1.nupkg 2021-11-23T19:08:39.0305427Z Installed Microsoft.AspNetCore.Mvc.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash ET6uZpfVbGR1NjCuLaLy197cQ3qZUjzl7EG5SL4GfJH/c9KRE89MMBrQegqWsh0w1iRUB/zQaK0anAjxa/pz4g==. 2021-11-23T19:08:39.0308012Z Acquiring lock for the installation of Microsoft.AspNetCore.Http.Extensions 2.2.0 2021-11-23T19:08:39.0308426Z Acquired lock for the installation of Microsoft.AspNetCore.Http.Extensions 2.2.0 2021-11-23T19:08:39.0309012Z Installed Microsoft.AspNetCore.Http.Extensions 2.2.0 from https://api.nuget.org/v3/index.json with content hash 2DgZ9rWrJtuR7RYiew01nGRzuQBDaGHGmK56Rk54vsLLsCdzuFUPqbDTJCS1qJQWTbmbIQ9wGIOjpxA1t0l7/w==. 2021-11-23T19:08:39.0309600Z Acquiring lock for the installation of Microsoft.AspNetCore.Http 2.2.0 2021-11-23T19:08:39.0309971Z Acquired lock for the installation of Microsoft.AspNetCore.Http 2.2.0 2021-11-23T19:08:39.0310766Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.2/system.runtime.compilerservices.unsafe.4.5.2.nupkg 2021-11-23T19:08:39.0311442Z Installed Microsoft.AspNetCore.Http 2.2.0 from https://api.nuget.org/v3/index.json with content hash YogBSMotWPAS/X5967pZ+yyWPQkThxhmzAwyCHCSSldzYBkW5W5d6oPfBaPqQOnSHYTpSOSOkpZoAce0vwb6+A==. 2021-11-23T19:08:39.0312005Z Acquiring lock for the installation of Microsoft.AspNetCore.Hosting.Abstractions 2.2.0 2021-11-23T19:08:39.0312426Z Acquired lock for the installation of Microsoft.AspNetCore.Hosting.Abstractions 2.2.0 2021-11-23T19:08:39.0313033Z Installed Microsoft.AspNetCore.Hosting.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==. 2021-11-23T19:08:39.0314245Z Acquiring lock for the installation of Microsoft.AspNetCore.Authorization.Policy 2.2.0 2021-11-23T19:08:39.0314698Z Acquired lock for the installation of Microsoft.AspNetCore.Authorization.Policy 2.2.0 2021-11-23T19:08:39.0315477Z Installed Microsoft.AspNetCore.Authorization.Policy 2.2.0 from https://api.nuget.org/v3/index.json with content hash aJCo6niDRKuNg2uS2WMEmhJTooQUGARhV2ENQ2tO5443zVHUo19MSgrgGo9FIrfD+4yKPF8Q+FF33WkWfPbyKw==. 2021-11-23T19:08:39.0316078Z Acquiring lock for the installation of Microsoft.AspNetCore.Authentication.Core 2.2.0 2021-11-23T19:08:39.0316479Z Acquired lock for the installation of Microsoft.AspNetCore.Authentication.Core 2.2.0 2021-11-23T19:08:39.0317084Z Installed Microsoft.AspNetCore.Authentication.Core 2.2.0 from https://api.nuget.org/v3/index.json with content hash XlVJzJ5wPOYW+Y0J6Q/LVTEyfS4ssLXmt60T0SPP+D8abVhBTl+cgw2gDHlyKYIkcJg7btMVh383NDkMVqD/fg==. 2021-11-23T19:08:39.0317695Z Acquiring lock for the installation of Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer 5.0.0 2021-11-23T19:08:39.0318115Z Acquired lock for the installation of Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer 5.0.0 2021-11-23T19:08:39.0318732Z Installed Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer 5.0.0 from https://api.nuget.org/v3/index.json with content hash GZH7F1iDtJKw23qkqQaAnBh9Rw+GVUq5SK0ldfAqMh+2syFRtzPkvQUl0V+qe2wuP0QRr1zG82G812ZN8AU6ig==. 2021-11-23T19:08:39.0319344Z Acquiring lock for the installation of Microsoft.AspNetCore.Mvc.Versioning 5.0.0 2021-11-23T19:08:39.0319737Z Acquired lock for the installation of Microsoft.AspNetCore.Mvc.Versioning 5.0.0 2021-11-23T19:08:39.0320664Z GET https://api.nuget.org/v3-flatcontainer/azure.core/1.14.0/azure.core.1.14.0.nupkg 2021-11-23T19:08:39.0321577Z GET https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server/2.36.0/grpc.aspnetcore.server.2.36.0.nupkg 2021-11-23T19:08:39.0322266Z GET https://api.nuget.org/v3-flatcontainer/azure.core/1.15.0/azure.core.1.15.0.nupkg 2021-11-23T19:08:39.0322864Z Installed Microsoft.AspNetCore.Mvc.Versioning 5.0.0 from https://api.nuget.org/v3/index.json with content hash mN9IARvNpHMBD2/oGmp5Bxp1Dg45Hfcp+LWaAyTtL2HisWLMOIcf0Ox1qW9IvCvdbHM+2A9dWEInhiqBsNxsJA==. 2021-11-23T19:08:39.0323443Z Acquiring lock for the installation of Microsoft.AspNetCore.Mvc.Core 2.2.5 2021-11-23T19:08:39.0323837Z Acquired lock for the installation of Microsoft.AspNetCore.Mvc.Core 2.2.5 2021-11-23T19:08:39.0324438Z GET https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.36.1/grpc.core.api.2.36.1.nupkg 2021-11-23T19:08:39.0325053Z GET https://api.nuget.org/v3-flatcontainer/protobuf-net/index.json 2021-11-23T19:08:39.0713101Z OK https://api.nuget.org/v3-flatcontainer/azure.core/1.15.0/azure.core.1.15.0.nupkg 10ms 2021-11-23T19:08:39.0714166Z OK https://api.nuget.org/v3-flatcontainer/azure.core/1.20.0/azure.core.1.20.0.nupkg 113ms 2021-11-23T19:08:39.0715142Z OK https://api.nuget.org/v3-flatcontainer/humanizer.core/2.8.26/humanizer.core.2.8.26.nupkg 110ms 2021-11-23T19:08:39.0716089Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.api/1.1.0/opentelemetry.api.1.1.0.nupkg 110ms 2021-11-23T19:08:39.0717065Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.1.1/microsoft.extensions.primitives.2.1.1.nupkg 104ms 2021-11-23T19:08:39.0718029Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identity.client.extensions.msal/index.json 176ms 2021-11-23T19:08:39.0719156Z GET https://api.nuget.org/v3-flatcontainer/microsoft.identity.client.extensions.msal/2.18.4/microsoft.identity.client.extensions.msal.2.18.4.nupkg 2021-11-23T19:08:39.0720648Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.1.0/microsoft.extensions.dependencyinjection.abstractions.2.1.0.nupkg 90ms 2021-11-23T19:08:39.0723943Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry/index.json 161ms 2021-11-23T19:08:39.0728894Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry/1.2.0-alpha3/opentelemetry.1.2.0-alpha3.nupkg 2021-11-23T19:08:39.0729786Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.1.0/microsoft.extensions.logging.abstractions.2.1.0.nupkg 90ms 2021-11-23T19:08:39.0730857Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.1.0/microsoft.extensions.fileproviders.abstractions.2.1.0.nupkg 90ms 2021-11-23T19:08:39.0731967Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.1.0/microsoft.extensions.configuration.abstractions.2.1.0.nupkg 92ms 2021-11-23T19:08:39.0732882Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.common/2.32.0/grpc.net.common.2.32.0.nupkg 89ms 2021-11-23T19:08:39.0733916Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.5.1/system.diagnostics.diagnosticsource.4.5.1.nupkg 89ms 2021-11-23T19:08:39.0734799Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.2/system.runtime.compilerservices.unsafe.4.5.2.nupkg 76ms 2021-11-23T19:08:39.0735595Z OK https://api.nuget.org/v3-flatcontainer/fluentvalidation.dependencyinjectionextensions/index.json 141ms 2021-11-23T19:08:39.0736426Z GET https://api.nuget.org/v3-flatcontainer/fluentvalidation.dependencyinjectionextensions/10.3.4/fluentvalidation.dependencyinjectionextensions.10.3.4.nupkg 2021-11-23T19:08:39.0737212Z OK https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.36.1/grpc.core.api.2.36.1.nupkg 9ms 2021-11-23T19:08:39.0738269Z OK https://api.nuget.org/v3-flatcontainer/azure.core/1.14.0/azure.core.1.14.0.nupkg 16ms 2021-11-23T19:08:39.0738994Z OK https://api.nuget.org/v3-flatcontainer/grpc.aspnetcore.server/2.36.0/grpc.aspnetcore.server.2.36.0.nupkg 14ms 2021-11-23T19:08:39.0740099Z GET https://api.nuget.org/v3-flatcontainer/grpc.net.common/2.36.0/grpc.net.common.2.36.0.nupkg 2021-11-23T19:08:39.0743386Z GET https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/index.json 2021-11-23T19:08:39.0744194Z GET https://api.nuget.org/v3-flatcontainer/system.buffers/4.5.1/system.buffers.4.5.1.nupkg 2021-11-23T19:08:39.0745038Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.6.0/system.diagnostics.diagnosticsource.4.6.0.nupkg 2021-11-23T19:08:39.0745751Z GET https://api.nuget.org/v3-flatcontainer/system.memory.data/index.json 2021-11-23T19:08:39.0746404Z GET https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/index.json 2021-11-23T19:08:39.0747106Z GET https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg 2021-11-23T19:08:39.0747838Z GET https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.32.0/grpc.core.api.2.32.0.nupkg 2021-11-23T19:08:39.0748928Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.1.0/microsoft.extensions.primitives.2.1.0.nupkg 2021-11-23T19:08:39.0749677Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry/1.1.0/opentelemetry.1.1.0.nupkg 2021-11-23T19:08:39.0750332Z Installed Microsoft.AspNetCore.Mvc.Core 2.2.5 from https://api.nuget.org/v3/index.json with content hash /8sr8ixIUD57UFwUntha9bOwex7/AkZfdk1f9oNJG1Ek7p/uuKVa7fuHmYZpQOf35Oxrt+2Ku4WPwMSbNxOuWg==. 2021-11-23T19:08:39.0751259Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/5.0.1/system.diagnostics.diagnosticsource.5.0.1.nupkg 2021-11-23T19:08:39.0752090Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.7.0/system.reflection.emit.lightweight.4.7.0.nupkg 2021-11-23T19:08:39.0753083Z Installed Microsoft.Extensions.ObjectPool 2.2.0 from https://api.nuget.org/v3/index.json with content hash gA8H7uQOnM5gb+L0uTNjViHYr+hRDqCdfugheGo/MxQnuHzmhhzCBTIPm19qL1z1Xe0NEMabfcOBGv9QghlZ8g==. 2021-11-23T19:08:39.1194274Z OK https://api.nuget.org/v3-flatcontainer/microsoft.identity.client.extensions.msal/2.18.4/microsoft.identity.client.extensions.msal.2.18.4.nupkg 44ms 2021-11-23T19:08:39.1195852Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry/1.2.0-alpha3/opentelemetry.1.2.0-alpha3.nupkg 44ms 2021-11-23T19:08:39.1197161Z OK https://api.nuget.org/v3-flatcontainer/fluentvalidation.dependencyinjectionextensions/10.3.4/fluentvalidation.dependencyinjectionextensions.10.3.4.nupkg 42ms 2021-11-23T19:08:39.1198914Z OK https://api.nuget.org/v3-flatcontainer/grpc.net.common/2.36.0/grpc.net.common.2.36.0.nupkg 41ms 2021-11-23T19:08:39.1199862Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.6.0/system.diagnostics.diagnosticsource.4.6.0.nupkg 30ms 2021-11-23T19:08:39.1200640Z OK https://api.nuget.org/v3-flatcontainer/protobuf-net/index.json 52ms 2021-11-23T19:08:39.1201308Z GET https://api.nuget.org/v3-flatcontainer/protobuf-net/2.4.6/protobuf-net.2.4.6.nupkg 2021-11-23T19:08:39.1202008Z OK https://api.nuget.org/v3-flatcontainer/system.buffers/4.5.1/system.buffers.4.5.1.nupkg 31ms 2021-11-23T19:08:39.1202746Z OK https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg 30ms 2021-11-23T19:08:39.1203479Z OK https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.32.0/grpc.core.api.2.32.0.nupkg 23ms 2021-11-23T19:08:39.1204255Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.1.0/microsoft.extensions.primitives.2.1.0.nupkg 22ms 2021-11-23T19:08:39.1205265Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry/1.1.0/opentelemetry.1.1.0.nupkg 20ms 2021-11-23T19:08:39.1206228Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.7.0/system.reflection.emit.lightweight.4.7.0.nupkg 16ms 2021-11-23T19:08:39.1207048Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/5.0.1/system.diagnostics.diagnosticsource.5.0.1.nupkg 17ms 2021-11-23T19:08:39.1207741Z OK https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/index.json 32ms 2021-11-23T19:08:39.1210243Z GET https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg 2021-11-23T19:08:39.1211793Z OK https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/index.json 33ms 2021-11-23T19:08:39.1212687Z GET https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/1.0.0/microsoft.bcl.asyncinterfaces.1.0.0.nupkg 2021-11-23T19:08:39.1213413Z OK https://api.nuget.org/v3-flatcontainer/system.memory.data/index.json 34ms 2021-11-23T19:08:39.1214074Z Installed Microsoft.Extensions.Options 2.2.0 from https://api.nuget.org/v3/index.json with content hash UpZLNLBpIZ0GTebShui7xXYh6DmBHjWM8NxGxZbdQh/bPZ5e6YswqI+bru6BnEL5eWiOdodsXtEz3FROcgi/qg==. 2021-11-23T19:08:39.1214968Z GET https://api.nuget.org/v3-flatcontainer/system.memory.data/1.0.2/system.memory.data.1.0.2.nupkg 2021-11-23T19:08:39.1216042Z OK https://api.nuget.org/v3-flatcontainer/protobuf-net/2.4.6/protobuf-net.2.4.6.nupkg 5ms 2021-11-23T19:08:39.1216733Z GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/index.json 2021-11-23T19:08:39.1217353Z Installed System.Buffers 4.5.0 from https://api.nuget.org/v3/index.json with content hash pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==. 2021-11-23T19:08:39.1218175Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/index.json 2021-11-23T19:08:39.1218937Z GET https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.4.0/system.collections.immutable.1.4.0.nupkg 2021-11-23T19:08:39.1219945Z GET https://api.nuget.org/v3-flatcontainer/system.memory/4.5.0/system.memory.4.5.0.nupkg 2021-11-23T19:08:39.1221126Z GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.0/system.runtime.compilerservices.unsafe.4.5.0.nupkg 2021-11-23T19:08:39.1221862Z Installed Microsoft.Extensions.Primitives 2.2.0 from https://api.nuget.org/v3/index.json with content hash azyQtqbm4fSaDzZHD/J+V6oWMFaf2tWP4WEGIYePLCMw3+b2RQdj9ybgbQyjCshcitQKQ4lEDOZjmSlTTrHxUg==. 2021-11-23T19:08:39.1222696Z Installed Microsoft.Extensions.DependencyInjection.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash f9hstgjVmr6rmrfGSpfsVOl2irKAgr1QjrSi3FgnS7kulxband50f2brRLwySAQTADPZeTdow0mpSMcoAdadCw==. 2021-11-23T19:08:39.1223683Z GET https://api.nuget.org/v3-flatcontainer/opentelemetry.api/1.2.0-alpha3/opentelemetry.api.1.2.0-alpha3.nupkg 2021-11-23T19:08:39.1352518Z OK https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg 43ms 2021-11-23T19:08:39.1354281Z OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/index.json 28ms 2021-11-23T19:08:39.1355507Z GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/4.5.3/system.servicemodel.primitives.4.5.3.nupkg 2021-11-23T19:08:39.1356630Z OK https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/1.0.0/microsoft.bcl.asyncinterfaces.1.0.0.nupkg 43ms 2021-11-23T19:08:39.1357665Z OK https://api.nuget.org/v3-flatcontainer/system.memory.data/1.0.2/system.memory.data.1.0.2.nupkg 41ms 2021-11-23T19:08:39.1361117Z OK https://api.nuget.org/v3-flatcontainer/system.memory/4.5.0/system.memory.4.5.0.nupkg 18ms 2021-11-23T19:08:39.1361918Z OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.0/system.runtime.compilerservices.unsafe.4.5.0.nupkg 18ms 2021-11-23T19:08:39.1362837Z OK https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.4.0/system.collections.immutable.1.4.0.nupkg 20ms 2021-11-23T19:08:39.1364827Z OK https://api.nuget.org/v3-flatcontainer/opentelemetry.api/1.2.0-alpha3/opentelemetry.api.1.2.0-alpha3.nupkg 5ms 2021-11-23T19:08:39.1365668Z Installed Microsoft.DotNet.PlatformAbstractions 2.1.0 from https://api.nuget.org/v3/index.json with content hash 9KPDwvb/hLEVXYruVHVZ8BkebC8j17DmPb56LnqRF74HqSPLjCkrlFUjOtFpQPA2DeADBRTI/e69aCfRBfrhxw==. 2021-11-23T19:08:39.1366863Z GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/6.0.0-preview.6.21352.12/system.diagnostics.diagnosticsource.6.0.0-preview.6.21352.12.nupkg 2021-11-23T19:08:39.1459386Z OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/4.5.3/system.servicemodel.primitives.4.5.3.nupkg 13ms 2021-11-23T19:08:39.1460551Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/index.json 34ms 2021-11-23T19:08:39.1465900Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/2.1.0/microsoft.extensions.logging.configuration.2.1.0.nupkg 2021-11-23T19:08:39.1467109Z OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/6.0.0-preview.6.21352.12/system.diagnostics.diagnosticsource.6.0.0-preview.6.21352.12.nupkg 11ms 2021-11-23T19:08:39.1468485Z GET https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/index.json 2021-11-23T19:08:39.1472641Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/2.1.0/microsoft.extensions.logging.configuration.2.1.0.nupkg 9ms 2021-11-23T19:08:39.1473830Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/index.json 2021-11-23T19:08:39.1507834Z Installed Microsoft.AspNetCore.Http.Features 2.2.0 from https://api.nuget.org/v3/index.json with content hash ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==. 2021-11-23T19:08:39.1545545Z Installed runtime.native.System 4.0.0 from https://api.nuget.org/v3/index.json with content hash QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==. 2021-11-23T19:08:39.1573488Z Installed Microsoft.Extensions.Configuration.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash 65MrmXCziWaQFrI0UHkQbesrX5wTwf9XPjY5yFm/VkgJKFJ5gqvXRoXjIZcf2wLi5ZlwGz/oMYfyURVCWbM5iw==. 2021-11-23T19:08:39.1727164Z Installed System.Text.Encodings.Web 4.5.0 from https://api.nuget.org/v3/index.json with content hash Xg4G4Indi4dqP1iuAiMSwpiWS54ZghzR644OtsRCm/m/lBMG8dUBhLVN7hLm8NNrNTR+iGbshCPTwrvxZPlm4g==. 2021-11-23T19:08:39.1771984Z Installed System.Runtime.InteropServices.RuntimeInformation 4.0.0 from https://api.nuget.org/v3/index.json with content hash hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==. 2021-11-23T19:08:39.1800217Z OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/index.json 31ms 2021-11-23T19:08:39.1801637Z GET https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/4.5.3/system.private.servicemodel.4.5.3.nupkg 2021-11-23T19:08:39.1802961Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/index.json 30ms 2021-11-23T19:08:39.1805928Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/2.1.0/microsoft.extensions.options.configurationextensions.2.1.0.nupkg 2021-11-23T19:08:39.2289938Z Installed System.AppContext 4.1.0 from https://api.nuget.org/v3/index.json with content hash 3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==. 2021-11-23T19:08:39.2621470Z OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/4.5.3/system.private.servicemodel.4.5.3.nupkg 50ms 2021-11-23T19:08:39.2622973Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/2.1.0/microsoft.extensions.options.configurationextensions.2.1.0.nupkg 49ms 2021-11-23T19:08:39.2624563Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.1.0/microsoft.extensions.options.2.1.0.nupkg 2021-11-23T19:08:39.2625736Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.1.0/microsoft.extensions.configuration.binder.2.1.0.nupkg 2021-11-23T19:08:39.2626815Z GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/2.1.0/microsoft.netcore.platforms.2.1.0.nupkg 2021-11-23T19:08:39.2628795Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/index.json 2021-11-23T19:08:39.2631211Z GET https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.5.0/system.security.principal.windows.4.5.0.nupkg 2021-11-23T19:08:39.2633513Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.1.0/microsoft.extensions.configuration.binder.2.1.0.nupkg 30ms 2021-11-23T19:08:39.2636802Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.1.0/microsoft.extensions.options.2.1.0.nupkg 30ms 2021-11-23T19:08:39.2641094Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.1.0/microsoft.extensions.configuration.2.1.0.nupkg 2021-11-23T19:08:39.2856665Z Installed System.Runtime.CompilerServices.Unsafe 4.5.1 from https://api.nuget.org/v3/index.json with content hash Zh8t8oqolRaFa9vmOZfdQm/qKejdqz0J9kr7o2Fu0vPeoH3BL1EOXipKWwkWtLT1JPzjByrF19fGuFlNbmPpiw==. 2021-11-23T19:08:39.2906829Z OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/2.1.0/microsoft.netcore.platforms.2.1.0.nupkg 27ms 2021-11-23T19:08:39.2908911Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.1.0/microsoft.extensions.configuration.2.1.0.nupkg 24ms 2021-11-23T19:08:39.2910835Z OK https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.5.0/system.security.principal.windows.4.5.0.nupkg 26ms 2021-11-23T19:08:39.2923507Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/index.json 31ms 2021-11-23T19:08:39.2925670Z GET https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/4.5.0/system.reflection.dispatchproxy.4.5.0.nupkg 2021-11-23T19:08:39.3129247Z Installed System.ComponentModel.Annotations 4.5.0 from https://api.nuget.org/v3/index.json with content hash UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==. 2021-11-23T19:08:39.4337043Z OK https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/4.5.0/system.reflection.dispatchproxy.4.5.0.nupkg 21ms 2021-11-23T19:08:39.4337814Z Installed System.Memory 4.5.1 from https://api.nuget.org/v3/index.json with content hash sDJYJpGtTgx+23Ayu5euxG5mAXWdkDb4+b0rD0Cab0M1oQS9H0HXGPriKcqpXuiJDTV7fTp/d+fMDJmnr6sNvA==. 2021-11-23T19:08:39.4338282Z Resolving conflicts for net6.0... 2021-11-23T19:08:39.4338622Z Acquiring lock for the installation of System.Security.Principal.Windows 4.5.0 2021-11-23T19:08:39.4339018Z Acquired lock for the installation of System.Security.Principal.Windows 4.5.0 2021-11-23T19:08:39.4339388Z Acquiring lock for the installation of System.Reflection.DispatchProxy 4.5.0 2021-11-23T19:08:39.4339772Z Acquired lock for the installation of System.Reflection.DispatchProxy 4.5.0 2021-11-23T19:08:39.4346910Z Acquiring lock for the installation of Microsoft.NETCore.Platforms 2.1.0 2021-11-23T19:08:39.4347503Z Acquired lock for the installation of Microsoft.NETCore.Platforms 2.1.0 2021-11-23T19:08:39.4348867Z Acquiring lock for the installation of System.Private.ServiceModel 4.5.3 2021-11-23T19:08:39.4349573Z Acquired lock for the installation of System.Private.ServiceModel 4.5.3 2021-11-23T19:08:39.4350009Z Acquiring lock for the installation of Microsoft.Extensions.Configuration 2.1.0 2021-11-23T19:08:39.4350618Z Acquired lock for the installation of Microsoft.Extensions.Configuration 2.1.0 2021-11-23T19:08:39.4351217Z Acquiring lock for the installation of System.ServiceModel.Primitives 4.5.3 2021-11-23T19:08:39.4351609Z Acquired lock for the installation of System.ServiceModel.Primitives 4.5.3 2021-11-23T19:08:39.4352000Z Acquiring lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.0 2021-11-23T19:08:39.4352398Z Acquired lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.0 2021-11-23T19:08:39.4352869Z Acquiring lock for the installation of System.Memory 4.5.0 2021-11-23T19:08:39.4353222Z Acquired lock for the installation of System.Memory 4.5.0 2021-11-23T19:08:39.4353595Z Acquiring lock for the installation of Microsoft.Extensions.Configuration.Binder 2.1.0 2021-11-23T19:08:39.4353988Z Acquired lock for the installation of Microsoft.Extensions.Configuration.Binder 2.1.0 2021-11-23T19:08:39.4354380Z Acquiring lock for the installation of Microsoft.Extensions.Options 2.1.0 2021-11-23T19:08:39.4354742Z Acquired lock for the installation of Microsoft.Extensions.Options 2.1.0 2021-11-23T19:08:39.4355141Z Acquiring lock for the installation of FluentValidation.DependencyInjectionExtensions 10.3.4 2021-11-23T19:08:39.4355751Z Acquired lock for the installation of FluentValidation.DependencyInjectionExtensions 10.3.4 2021-11-23T19:08:39.4356705Z Acquiring lock for the installation of Grpc.Net.Common 2.36.0 2021-11-23T19:08:39.4357107Z Acquired lock for the installation of Grpc.Net.Common 2.36.0 2021-11-23T19:08:39.4363083Z Acquiring lock for the installation of protobuf-net 2.4.6 2021-11-23T19:08:39.4363615Z Acquired lock for the installation of protobuf-net 2.4.6 2021-11-23T19:08:39.4363980Z Acquiring lock for the installation of Grpc.Core.Api 2.36.1 2021-11-23T19:08:39.4364326Z Acquired lock for the installation of Grpc.Core.Api 2.36.1 2021-11-23T19:08:39.4364667Z Acquiring lock for the installation of System.Text.Encodings.Web 4.7.2 2021-11-23T19:08:39.4365037Z Acquired lock for the installation of System.Text.Encodings.Web 4.7.2 2021-11-23T19:08:39.4365405Z Acquiring lock for the installation of System.Numerics.Vectors 4.5.0 2021-11-23T19:08:39.4365751Z Acquired lock for the installation of System.Numerics.Vectors 4.5.0 2021-11-23T19:08:39.4366714Z Installed System.Numerics.Vectors 4.5.0 from https://api.nuget.org/v3/index.json with content hash QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==. 2021-11-23T19:08:39.4367668Z Acquiring lock for the installation of System.Memory.Data 1.0.2 2021-11-23T19:08:39.4368054Z Acquired lock for the installation of System.Memory.Data 1.0.2 2021-11-23T19:08:39.4370026Z Installed System.Memory.Data 1.0.2 from https://api.nuget.org/v3/index.json with content hash JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==. 2021-11-23T19:08:39.4371580Z Acquiring lock for the installation of System.Diagnostics.DiagnosticSource 4.6.0 2021-11-23T19:08:39.4372342Z Acquired lock for the installation of System.Diagnostics.DiagnosticSource 4.6.0 2021-11-23T19:08:39.4373009Z Checking compatibility of packages on net5.0. 2021-11-23T19:08:39.4373626Z Checking compatibility for Ryan.Platform.ILab.Geography.Api 1.0.0 with net5.0. 2021-11-23T19:08:39.4374440Z Checking compatibility for Microsoft.AspNetCore.Mvc.Core 2.2.5 with net5.0. 2021-11-23T19:08:39.4374873Z Checking compatibility for Microsoft.AspNetCore.Mvc.Versioning 5.0.0 with net5.0. 2021-11-23T19:08:39.4375294Z Checking compatibility for Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer 5.0.0 with net5.0. 2021-11-23T19:08:39.4375732Z Checking compatibility for Ryan.Platform.ILab.Geography.Mocks 1.0.0 with net5.0. 2021-11-23T19:08:39.4376160Z Checking compatibility for Microsoft.AspNetCore.Authentication.Core 2.2.0 with net5.0. 2021-11-23T19:08:39.4376732Z Checking compatibility for Microsoft.AspNetCore.Authorization.Policy 2.2.0 with net5.0. 2021-11-23T19:08:39.4377143Z Checking compatibility for Microsoft.AspNetCore.Hosting.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4377534Z Checking compatibility for Microsoft.AspNetCore.Http 2.2.0 with net5.0. 2021-11-23T19:08:39.4377910Z Checking compatibility for Microsoft.AspNetCore.Http.Extensions 2.2.0 with net5.0. 2021-11-23T19:08:39.4378310Z Checking compatibility for Microsoft.AspNetCore.Mvc.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4378732Z Checking compatibility for Microsoft.AspNetCore.ResponseCaching.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4379122Z Checking compatibility for Microsoft.AspNetCore.Routing 2.2.0 with net5.0. 2021-11-23T19:08:39.4379735Z Checking compatibility for Microsoft.AspNetCore.Routing.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4380370Z Checking compatibility for Microsoft.Extensions.DependencyInjection 2.2.0 with net5.0. 2021-11-23T19:08:39.4381619Z Checking compatibility for Microsoft.Extensions.DependencyModel 2.1.0 with net5.0. 2021-11-23T19:08:39.4382133Z Checking compatibility for Microsoft.Extensions.FileProviders.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4382605Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4383620Z Checking compatibility for System.Diagnostics.DiagnosticSource 4.5.0 with net5.0. 2021-11-23T19:08:39.4389395Z Checking compatibility for System.Threading.Tasks.Extensions 4.5.1 with net5.0. 2021-11-23T19:08:39.4390472Z Checking compatibility for Microsoft.AspNetCore.Authentication.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4391459Z Checking compatibility for Microsoft.AspNetCore.Authorization 2.2.0 with net5.0. 2021-11-23T19:08:39.4392381Z Checking compatibility for Microsoft.AspNetCore.Hosting.Server.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4393264Z Checking compatibility for Microsoft.Extensions.Hosting.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4394201Z Checking compatibility for Microsoft.AspNetCore.Http.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4394814Z Checking compatibility for Microsoft.AspNetCore.WebUtilities 2.2.0 with net5.0. 2021-11-23T19:08:39.4395227Z Checking compatibility for Microsoft.Net.Http.Headers 2.2.0 with net5.0. 2021-11-23T19:08:39.4395601Z Checking compatibility for Microsoft.Extensions.ObjectPool 2.2.0 with net5.0. 2021-11-23T19:08:39.4395986Z Checking compatibility for Microsoft.Extensions.Options 2.2.0 with net5.0. 2021-11-23T19:08:39.4396334Z Checking compatibility for System.Buffers 4.5.0 with net5.0. 2021-11-23T19:08:39.4396707Z Checking compatibility for Microsoft.Extensions.Primitives 2.2.0 with net5.0. 2021-11-23T19:08:39.4397120Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4397526Z Checking compatibility for Microsoft.DotNet.PlatformAbstractions 2.1.0 with net5.0. 2021-11-23T19:08:39.4397907Z Checking compatibility for Newtonsoft.Json 9.0.1 with net5.0. 2021-11-23T19:08:39.4398465Z Checking compatibility for System.Diagnostics.Debug 4.0.11 with net5.0. 2021-11-23T19:08:39.4398822Z Checking compatibility for System.Dynamic.Runtime 4.0.11 with net5.0. 2021-11-23T19:08:39.4399185Z Checking compatibility for System.Linq 4.1.0 with net5.0. 2021-11-23T19:08:39.4399555Z Checking compatibility for Microsoft.AspNetCore.Http.Features 2.2.0 with net5.0. 2021-11-23T19:08:39.4399950Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 2.2.0 with net5.0. 2021-11-23T19:08:39.4400352Z Checking compatibility for System.Text.Encodings.Web 4.5.0 with net5.0. 2021-11-23T19:08:39.4401339Z Checking compatibility for System.ComponentModel.Annotations 4.5.0 with net5.0. 2021-11-23T19:08:39.4401736Z Checking compatibility for System.Memory 4.5.1 with net5.0. 2021-11-23T19:08:39.4403571Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 4.5.1 with net5.0. 2021-11-23T19:08:39.4404942Z Checking compatibility for System.AppContext 4.1.0 with net5.0. 2021-11-23T19:08:39.4405308Z Checking compatibility for System.Collections 4.0.11 with net5.0. 2021-11-23T19:08:39.4405862Z Checking compatibility for System.IO 4.1.0 with net5.0. 2021-11-23T19:08:39.4406420Z Checking compatibility for System.IO.FileSystem 4.0.1 with net5.0. 2021-11-23T19:08:39.4407200Z Checking compatibility for System.Reflection.TypeExtensions 4.1.0 with net5.0. 2021-11-23T19:08:39.4407626Z Checking compatibility for System.Runtime.Extensions 4.1.0 with net5.0. 2021-11-23T19:08:39.4408027Z Checking compatibility for System.Runtime.InteropServices 4.1.0 with net5.0. 2021-11-23T19:08:39.4408679Z Checking compatibility for System.Runtime.InteropServices.RuntimeInformation 4.0.0 with net5.0. 2021-11-23T19:08:39.4409752Z Checking compatibility for Microsoft.CSharp 4.0.1 with net5.0. 2021-11-23T19:08:39.4410515Z Checking compatibility for System.Globalization 4.0.11 with net5.0. 2021-11-23T19:08:39.4410969Z Checking compatibility for System.Linq.Expressions 4.1.0 with net5.0. 2021-11-23T19:08:39.4411569Z Checking compatibility for System.ObjectModel 4.0.12 with net5.0. 2021-11-23T19:08:39.4412162Z Checking compatibility for System.Reflection 4.1.0 with net5.0. 2021-11-23T19:08:39.4412602Z Checking compatibility for System.Reflection.Extensions 4.0.1 with net5.0. 2021-11-23T19:08:39.4413227Z Checking compatibility for System.Resources.ResourceManager 4.0.1 with net5.0. 2021-11-23T19:08:39.4414148Z Checking compatibility for System.Runtime 4.1.0 with net5.0. 2021-11-23T19:08:39.4414952Z Checking compatibility for System.Runtime.Serialization.Primitives 4.1.1 with net5.0. 2021-11-23T19:08:39.4415681Z Checking compatibility for System.Text.Encoding 4.0.11 with net5.0. 2021-11-23T19:08:39.4416274Z Checking compatibility for System.Text.Encoding.Extensions 4.0.11 with net5.0. 2021-11-23T19:08:39.4417095Z Checking compatibility for System.Text.RegularExpressions 4.1.0 with net5.0. 2021-11-23T19:08:39.4417661Z Checking compatibility for System.Threading 4.0.11 with net5.0. 2021-11-23T19:08:39.4418460Z Checking compatibility for System.Threading.Tasks 4.0.11 with net5.0. 2021-11-23T19:08:39.4419154Z Checking compatibility for System.Xml.ReaderWriter 4.0.11 with net5.0. 2021-11-23T19:08:39.4419882Z Checking compatibility for System.Xml.XDocument 4.0.11 with net5.0. 2021-11-23T19:08:39.4420429Z Checking compatibility for Microsoft.NETCore.Platforms 1.0.1 with net5.0. 2021-11-23T19:08:39.4420977Z Checking compatibility for Microsoft.NETCore.Targets 1.0.1 with net5.0. 2021-11-23T19:08:39.4421359Z Checking compatibility for System.Reflection.Emit 4.0.1 with net5.0. 2021-11-23T19:08:39.4421756Z Checking compatibility for System.Reflection.Emit.ILGeneration 4.0.1 with net5.0. 2021-11-23T19:08:39.4422320Z Checking compatibility for System.Reflection.Primitives 4.0.1 with net5.0. 2021-11-23T19:08:39.4422703Z Checking compatibility for System.IO.FileSystem.Primitives 4.0.1 with net5.0. 2021-11-23T19:08:39.4423103Z Checking compatibility for System.Runtime.Handles 4.0.1 with net5.0. 2021-11-23T19:08:39.4423486Z Checking compatibility for runtime.native.System 4.0.0 with net5.0. 2021-11-23T19:08:39.4423859Z Checking compatibility for System.Reflection.Emit.Lightweight 4.0.1 with net5.0. 2021-11-23T19:08:39.4424649Z Checking compatibility for System.Diagnostics.Tools 4.0.1 with net5.0. 2021-11-23T19:08:39.4425013Z All packages and projects are compatible with net5.0. 2021-11-23T19:08:39.4425485Z Committing restore... 2021-11-23T19:08:39.4426047Z Generating MSBuild file /home/vsts/work/1/s/src/Geography/Geography.Api/obj/Geography.Api.csproj.nuget.g.props. 2021-11-23T19:08:39.4430475Z Generating MSBuild file /home/vsts/work/1/s/src/Geography/Geography.Api/obj/Geography.Api.csproj.nuget.g.targets. 2021-11-23T19:08:39.4431106Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/Geography/Geography.Api/obj/project.assets.json 2021-11-23T19:08:39.4431932Z Installed System.Diagnostics.DiagnosticSource 4.6.0 from https://api.nuget.org/v3/index.json with content hash mbBgoR0rRfl2uimsZ2avZY8g7Xnh1Mza0rJZLPcxqiMWlkGukjmRkuMJ/er+AhQuiRIh80CR/Hpeztr80seV5g==. 2021-11-23T19:08:39.4432511Z Acquiring lock for the installation of System.Buffers 4.5.1 2021-11-23T19:08:39.4433022Z Acquired lock for the installation of System.Buffers 4.5.1 2021-11-23T19:08:39.4433475Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/Geography/Geography.Api/obj/project.nuget.cache 2021-11-23T19:08:39.4433981Z Persisting dg to /home/vsts/work/1/s/src/Geography/Geography.Api/obj/Geography.Api.csproj.nuget.dgspec.json 2021-11-23T19:08:39.4434431Z Restored /home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj (in 1.17 sec). 2021-11-23T19:08:39.4546660Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj. 2021-11-23T19:08:39.4568774Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj... 2021-11-23T19:08:39.4569330Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:39.4569719Z Resolving conflicts for net6.0... 2021-11-23T19:08:39.4571523Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:39.4572125Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration 1.0.0 with net6.0. 2021-11-23T19:08:39.4573429Z Checking compatibility for Microsoft.Extensions.DependencyInjection 6.0.0 with net6.0. 2021-11-23T19:08:39.4576277Z Checking compatibility for Ryan.Platform.ILab.Geography.Mocks 1.0.0 with net6.0. 2021-11-23T19:08:39.4577369Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Persistence 1.0.0 with net6.0. 2021-11-23T19:08:39.4577844Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:39.4579052Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:39.4579848Z Checking compatibility for Microsoft.EntityFrameworkCore.SqlServer 6.0.0 with net6.0. 2021-11-23T19:08:39.4580488Z Checking compatibility for Microsoft.Extensions.Configuration 5.0.0 with net6.0. 2021-11-23T19:08:39.4582229Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:39.4582756Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net6.0. 2021-11-23T19:08:39.4583404Z Checking compatibility for Microsoft.EntityFrameworkCore.Relational 6.0.0 with net6.0. 2021-11-23T19:08:39.4590743Z Checking compatibility for Microsoft.Data.SqlClient 2.1.4 with net6.0. 2021-11-23T19:08:39.4592069Z Checking compatibility for Microsoft.EntityFrameworkCore 6.0.0 with net6.0. 2021-11-23T19:08:39.4592627Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:39.4593147Z Checking compatibility for Microsoft.Data.SqlClient.SNI.runtime 2.1.1 with net6.0. 2021-11-23T19:08:39.4593616Z Checking compatibility for Microsoft.Win32.Registry 4.7.0 with net6.0. 2021-11-23T19:08:39.4594097Z Checking compatibility for System.Security.Principal.Windows 4.7.0 with net6.0. 2021-11-23T19:08:39.4594568Z Checking compatibility for System.Text.Encoding.CodePages 4.7.0 with net6.0. 2021-11-23T19:08:39.4595157Z Checking compatibility for System.Configuration.ConfigurationManager 4.7.0 with net6.0. 2021-11-23T19:08:39.4595555Z Checking compatibility for System.Runtime.Caching 4.7.0 with net6.0. 2021-11-23T19:08:39.4595928Z Checking compatibility for Microsoft.Identity.Client 4.21.1 with net6.0. 2021-11-23T19:08:39.4596338Z Checking compatibility for Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 with net6.0. 2021-11-23T19:08:39.4596768Z Checking compatibility for Microsoft.IdentityModel.JsonWebTokens 6.8.0 with net6.0. 2021-11-23T19:08:39.4597172Z Checking compatibility for Microsoft.EntityFrameworkCore.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:39.4597595Z Checking compatibility for Microsoft.EntityFrameworkCore.Analyzers 6.0.0 with net6.0. 2021-11-23T19:08:39.4598009Z Checking compatibility for Microsoft.Extensions.Caching.Memory 6.0.0 with net6.0. 2021-11-23T19:08:39.4598395Z Checking compatibility for Microsoft.Extensions.Logging 6.0.0 with net6.0. 2021-11-23T19:08:39.4598786Z Checking compatibility for System.Collections.Immutable 6.0.0 with net6.0. 2021-11-23T19:08:39.4599188Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0 with net6.0. 2021-11-23T19:08:39.4599576Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:39.4600183Z Checking compatibility for System.Security.AccessControl 4.7.0 with net6.0. 2021-11-23T19:08:39.4600583Z Checking compatibility for Microsoft.NETCore.Platforms 3.1.0 with net6.0. 2021-11-23T19:08:39.4600976Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.7.0 with net6.0. 2021-11-23T19:08:39.4601383Z Checking compatibility for System.Security.Permissions 4.7.0 with net6.0. 2021-11-23T19:08:39.4601779Z Checking compatibility for Microsoft.IdentityModel.Protocols 6.8.0 with net6.0. 2021-11-23T19:08:39.4602167Z Checking compatibility for System.IdentityModel.Tokens.Jwt 6.8.0 with net6.0. 2021-11-23T19:08:39.4602567Z Checking compatibility for Microsoft.IdentityModel.Tokens 6.8.0 with net6.0. 2021-11-23T19:08:39.4602986Z Checking compatibility for Microsoft.Extensions.Caching.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:39.4603393Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:39.4603808Z Checking compatibility for Microsoft.Extensions.Options 6.0.0 with net6.0. 2021-11-23T19:08:39.4604182Z Checking compatibility for System.Windows.Extensions 4.7.0 with net6.0. 2021-11-23T19:08:39.4604572Z Checking compatibility for Microsoft.IdentityModel.Logging 6.8.0 with net6.0. 2021-11-23T19:08:39.4604953Z Checking compatibility for Microsoft.CSharp 4.5.0 with net6.0. 2021-11-23T19:08:39.4605318Z Checking compatibility for System.Security.Cryptography.Cng 4.5.0 with net6.0. 2021-11-23T19:08:39.4605705Z Checking compatibility for System.Drawing.Common 4.7.0 with net6.0. 2021-11-23T19:08:39.4606087Z Checking compatibility for Microsoft.Win32.SystemEvents 4.7.0 with net6.0. 2021-11-23T19:08:39.4606545Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:39.4606848Z Committing restore... 2021-11-23T19:08:39.4607273Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/ProjectB.ExternalIntegration.csproj.nuget.g.props. 2021-11-23T19:08:39.4607856Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/ProjectB.ExternalIntegration.csproj.nuget.g.targets. 2021-11-23T19:08:39.4608440Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/project.assets.json 2021-11-23T19:08:39.4609071Z Installed System.Buffers 4.5.1 from https://api.nuget.org/v3/index.json with content hash Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==. 2021-11-23T19:08:39.4609599Z Acquiring lock for the installation of Microsoft.Bcl.AsyncInterfaces 1.0.0 2021-11-23T19:08:39.4609993Z Acquired lock for the installation of Microsoft.Bcl.AsyncInterfaces 1.0.0 2021-11-23T19:08:39.4610470Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/project.nuget.cache 2021-11-23T19:08:39.4611028Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/ProjectB.ExternalIntegration.csproj.nuget.dgspec.json 2021-11-23T19:08:39.4611587Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj (in 11 ms). 2021-11-23T19:08:39.4648280Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj. 2021-11-23T19:08:39.4669562Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj... 2021-11-23T19:08:39.4670164Z Restoring packages for .NETCoreApp,Version=v5.0... 2021-11-23T19:08:39.4670501Z Resolving conflicts for net5.0... 2021-11-23T19:08:39.4670800Z Checking compatibility of packages on net5.0. 2021-11-23T19:08:39.4674910Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net5.0. 2021-11-23T19:08:39.4675483Z All packages and projects are compatible with net5.0. 2021-11-23T19:08:39.4675760Z Committing restore... 2021-11-23T19:08:39.4676156Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/ProjectB.Exceptions.csproj.nuget.g.props. 2021-11-23T19:08:39.4676898Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/ProjectB.Exceptions.csproj.nuget.g.targets. 2021-11-23T19:08:39.4677399Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/project.assets.json 2021-11-23T19:08:39.4677933Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/project.nuget.cache 2021-11-23T19:08:39.4678440Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/ProjectB.Exceptions.csproj.nuget.dgspec.json 2021-11-23T19:08:39.4678928Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj (in 3 ms). 2021-11-23T19:08:39.4679397Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj. 2021-11-23T19:08:39.4679910Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj... 2021-11-23T19:08:39.4680327Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:39.4681048Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.tools/index.json 2021-11-23T19:08:40.2480485Z Installed Microsoft.Bcl.AsyncInterfaces 1.0.0 from https://api.nuget.org/v3/index.json with content hash K63Y4hORbBcKLWH5wnKgzyn7TOfYzevIEwIedQHBIkmkEBA9SCqgvom+XTuE+fAFGvINGkhFItaZ2dvMGdT5iw==. 2021-11-23T19:08:40.2481996Z Acquiring lock for the installation of Microsoft.Extensions.Primitives 2.1.0 2021-11-23T19:08:40.2482813Z Acquired lock for the installation of Microsoft.Extensions.Primitives 2.1.0 2021-11-23T19:08:40.2483483Z Installed Microsoft.Extensions.Primitives 2.1.0 from https://api.nuget.org/v3/index.json with content hash gMwH6wgWOPfyfLfMLEP+ZF7/MSJq35e0xxKEYUjt8veEznY45nBVqdfI876+9SFQq2ChcqKf2UyYc2XYj2v27w==. 2021-11-23T19:08:40.2484090Z Acquiring lock for the installation of Grpc.Core.Api 2.32.0 2021-11-23T19:08:40.2484432Z Acquired lock for the installation of Grpc.Core.Api 2.32.0 2021-11-23T19:08:40.2484960Z Installed Grpc.Core.Api 2.32.0 from https://api.nuget.org/v3/index.json with content hash t9H6P/oYA4ZQI4fWq4eEwq2GmMNqmOSRfz5+YIat7pQuFmz1hRC2Vq/fL9ZVV1mjd5kHqBlhupMdlsBOsaxeEw==. 2021-11-23T19:08:40.2485535Z Acquiring lock for the installation of Microsoft.Extensions.Options.ConfigurationExtensions 2.1.0 2021-11-23T19:08:40.2485996Z Acquired lock for the installation of Microsoft.Extensions.Options.ConfigurationExtensions 2.1.0 2021-11-23T19:08:40.2486625Z Installed Microsoft.Extensions.Options.ConfigurationExtensions 2.1.0 from https://api.nuget.org/v3/index.json with content hash w/MP147fSqlIcCymaNpLbjdJsFVkSJM9Sz+jbWMr1gKMDVxoOS8AuFjJkVyKU/eydYxHIR/K1Hn3wisJBW5gSg==. 2021-11-23T19:08:40.2487923Z Acquiring lock for the installation of System.Diagnostics.DiagnosticSource 6.0.0-preview.6.21352.12 2021-11-23T19:08:40.2488585Z Acquired lock for the installation of System.Diagnostics.DiagnosticSource 6.0.0-preview.6.21352.12 2021-11-23T19:08:40.2489202Z Installed System.Security.Principal.Windows 4.5.0 from https://api.nuget.org/v3/index.json with content hash U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==. 2021-11-23T19:08:40.2489796Z Acquiring lock for the installation of Microsoft.EntityFrameworkCore.Design 6.0.0 2021-11-23T19:08:40.2490623Z Acquired lock for the installation of Microsoft.EntityFrameworkCore.Design 6.0.0 2021-11-23T19:08:40.2491200Z Installed Microsoft.EntityFrameworkCore.Design 6.0.0 from https://api.nuget.org/v3/index.json with content hash RFdomymyuPNffl+VPk7osdxCJQ0xlGuxr28ifdfFFNUaMK0OYiJOjr6w9z3kscOM2p2gdPWNI1IFUXllEyphow==. 2021-11-23T19:08:40.2491791Z Acquiring lock for the installation of Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.11.1 2021-11-23T19:08:40.2492214Z Acquired lock for the installation of Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.11.1 2021-11-23T19:08:40.2493169Z Installed System.Diagnostics.DiagnosticSource 6.0.0-preview.6.21352.12 from https://api.nuget.org/v3/index.json with content hash KtdGnjaApT6BuZ8zvHLWO5TlMHyXmuyU7R4qQpDJixSDUyljQiKUn65P3UkDoZIWG3B+nOLYl46xGDYT9kfPuA==. 2021-11-23T19:08:40.2496125Z Acquiring lock for the installation of FluentValidation.AspNetCore 10.3.4 2021-11-23T19:08:40.2497905Z Acquired lock for the installation of FluentValidation.AspNetCore 10.3.4 2021-11-23T19:08:40.2498742Z Installed FluentValidation.AspNetCore 10.3.4 from https://api.nuget.org/v3/index.json with content hash YxJ6YH8Oh/DIyHHbjLdQkITGpksihDbznqEbKJy+uPfphdWwtlzaVSx1XyLotSj/bkPXOdLL8w5FPh1TA0Acpw==. 2021-11-23T19:08:40.2499467Z Acquiring lock for the installation of Grpc.AspNetCore.Server 2.36.0 2021-11-23T19:08:40.2499824Z Acquired lock for the installation of Grpc.AspNetCore.Server 2.36.0 2021-11-23T19:08:40.2500361Z Installed Grpc.AspNetCore.Server 2.36.0 from https://api.nuget.org/v3/index.json with content hash qP3/CV5ShzHbFpTDb45bAGleeZq5B3Ej1uRKJiid4SyG87G4GI+FZ8d0hEY5A9NPh+3A7q6yGNpDd9AYUMqVHQ==. 2021-11-23T19:08:40.2501836Z Acquiring lock for the installation of protobuf-net.Grpc 1.0.152 2021-11-23T19:08:40.2502370Z Acquired lock for the installation of protobuf-net.Grpc 1.0.152 2021-11-23T19:08:40.2503173Z Installed protobuf-net.Grpc 1.0.152 from https://api.nuget.org/v3/index.json with content hash 1JY5z015E4GIk6NQvpXL1TcONOWFAyyCrlsu6XzQUHIYu3NyEDBmaToY0T28JIzgilXptpe1p3bQvUwnmQptzg==. 2021-11-23T19:08:40.2503741Z Acquiring lock for the installation of System.Threading.Tasks.Extensions 4.5.2 2021-11-23T19:08:40.2504134Z Acquired lock for the installation of System.Threading.Tasks.Extensions 4.5.2 2021-11-23T19:08:40.2504676Z Installed System.Threading.Tasks.Extensions 4.5.2 from https://api.nuget.org/v3/index.json with content hash BG/TNxDFv0svAzx8OiMXDlsHfGw623BZ8tCXw4YLhDFDvDhNUEV58jKYMGRnkbJNm7c3JNNJDiN7JBMzxRBR2w==. 2021-11-23T19:08:40.2505222Z Acquiring lock for the installation of Azure.Core 1.15.0 2021-11-23T19:08:40.2505563Z Acquired lock for the installation of Azure.Core 1.15.0 2021-11-23T19:08:40.2506122Z Installed Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.11.1 from https://api.nuget.org/v3/index.json with content hash 1jHxWlSi6/ryWODk6SUjsZPHk/BdsucxqhIi1szEzwc84e8nvZWF45qRXcT2gWPISJ3Ybbyg2LsNG6yX8r7VuA==. 2021-11-23T19:08:40.2507528Z Acquiring lock for the installation of OpenTelemetry.Exporter.Console 1.2.0-alpha3 2021-11-23T19:08:40.2508718Z Acquired lock for the installation of OpenTelemetry.Exporter.Console 1.2.0-alpha3 2021-11-23T19:08:40.2509986Z Installed OpenTelemetry.Exporter.Console 1.2.0-alpha3 from https://api.nuget.org/v3/index.json with content hash AkiCPwHUVPAFkYg6/6wf0mu5DGM8uBrbkMGkOuGOYNrvrIuF6HLMTEncCRWjS5Agh64xLwMEPudt6++SaZXZMg==. 2021-11-23T19:08:40.2511308Z Acquiring lock for the installation of OpenTelemetry.Exporter.OpenTelemetryProtocol 1.2.0-alpha3 2021-11-23T19:08:40.2512039Z Installed Azure.Core 1.15.0 from https://api.nuget.org/v3/index.json with content hash WJzKg22PtGvjAfB+yaRX/LC9ItiXYbNzgXj3DGKQYOdu2cBkijQ4ZlWi4poI0AnI61GOsATHlNS/9GgdG6w6FQ==. 2021-11-23T19:08:40.2512769Z Acquired lock for the installation of OpenTelemetry.Exporter.OpenTelemetryProtocol 1.2.0-alpha3 2021-11-23T19:08:40.2513330Z Acquiring lock for the installation of System.Text.Json 4.6.0 2021-11-23T19:08:40.2513684Z Acquired lock for the installation of System.Text.Json 4.6.0 2021-11-23T19:08:40.2514920Z Installed OpenTelemetry.Exporter.OpenTelemetryProtocol 1.2.0-alpha3 from https://api.nuget.org/v3/index.json with content hash IKNyUYtpcxdZobegGooM07TGBKnWd+0sZLzsa02nuez/VbBp5Nbv9aX8Fug6LUvLi8UVp+ff3W6TBV9DrT6hKg==. 2021-11-23T19:08:40.2515891Z Acquiring lock for the installation of OpenTelemetry.Extensions.Hosting 1.0.0-rc7 2021-11-23T19:08:40.2516500Z Acquired lock for the installation of OpenTelemetry.Extensions.Hosting 1.0.0-rc7 2021-11-23T19:08:40.2517658Z Installed OpenTelemetry.Extensions.Hosting 1.0.0-rc7 from https://api.nuget.org/v3/index.json with content hash WFsypEohIYlkkORZsZYfOUEq+d2Pwn83P8A2kT+KXS+zcvrQZzuXxZFVASr2xcStoH867MHUIGSEPUrBCnWURg==. 2021-11-23T19:08:40.2518909Z Acquiring lock for the installation of OpenTelemetry.Instrumentation.AspNetCore 1.0.0-rc7 2021-11-23T19:08:40.2519544Z Acquired lock for the installation of OpenTelemetry.Instrumentation.AspNetCore 1.0.0-rc7 2021-11-23T19:08:40.2520287Z Installed System.Text.Json 4.6.0 from https://api.nuget.org/v3/index.json with content hash 4F8Xe+JIkVoDJ8hDAZ7HqLkjctN/6WItJIzQaifBwClC7wmoLSda/Sv2i6i1kycqDb3hWF4JCVbpAweyOKHEUA==. 2021-11-23T19:08:40.2521076Z Acquiring lock for the installation of System.Security.Cryptography.ProtectedData 4.5.0 2021-11-23T19:08:40.2521658Z Acquired lock for the installation of System.Security.Cryptography.ProtectedData 4.5.0 2021-11-23T19:08:40.2522744Z Installed OpenTelemetry.Instrumentation.AspNetCore 1.0.0-rc7 from https://api.nuget.org/v3/index.json with content hash PvIzS9+fdrmsuJUib0NXWWreYuTmuR1ZlXQiSDP3RKstd4lt3aiIo8p0zrDesjvib5Ap4FYJ7+QR0dsumJNkQw==. 2021-11-23T19:08:40.2524401Z Acquiring lock for the installation of OpenTelemetry.Instrumentation.GrpcNetClient 1.0.0-rc7 2021-11-23T19:08:40.2525038Z Acquired lock for the installation of OpenTelemetry.Instrumentation.GrpcNetClient 1.0.0-rc7 2021-11-23T19:08:40.2525923Z Installed OpenTelemetry.Instrumentation.GrpcNetClient 1.0.0-rc7 from https://api.nuget.org/v3/index.json with content hash 2YfhJNfOi/39r8fw1liU6Ep4tzB96E/RS8+ZmOBZA7Vag/uG0TYEoA+327ze6BBQRna6C99pSqC/P8e8FsMpYg==. 2021-11-23T19:08:40.2526688Z Acquiring lock for the installation of OpenTelemetry.Instrumentation.Http 1.0.0-rc7 2021-11-23T19:08:40.2527502Z Acquired lock for the installation of OpenTelemetry.Instrumentation.Http 1.0.0-rc7 2021-11-23T19:08:40.2528361Z Installed System.Security.Cryptography.ProtectedData 4.5.0 from https://api.nuget.org/v3/index.json with content hash wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==. 2021-11-23T19:08:40.2528955Z Acquiring lock for the installation of System.Memory 4.5.4 2021-11-23T19:08:40.2529290Z Acquired lock for the installation of System.Memory 4.5.4 2021-11-23T19:08:40.2530508Z Installed OpenTelemetry.Instrumentation.Http 1.0.0-rc7 from https://api.nuget.org/v3/index.json with content hash Ss0vM+JkGWSzW5HLEXHVu5hP0QHA8AdPmMQDTsIoU/nWV1lZRXs6bSxH68nIrQa4N0U1Ae7ayb8gxnmVnNtB/g==. 2021-11-23T19:08:40.2531276Z Acquiring lock for the installation of OpenTelemetry.Instrumentation.SqlClient 1.0.0-rc7 2021-11-23T19:08:40.2531854Z Acquired lock for the installation of OpenTelemetry.Instrumentation.SqlClient 1.0.0-rc7 2021-11-23T19:08:40.2532408Z Installed System.Memory 4.5.4 from https://api.nuget.org/v3/index.json with content hash 1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==. 2021-11-23T19:08:40.2532950Z Acquiring lock for the installation of Microsoft.Identity.Client.Extensions.Msal 2.18.4 2021-11-23T19:08:40.2533594Z Acquired lock for the installation of Microsoft.Identity.Client.Extensions.Msal 2.18.4 2021-11-23T19:08:40.2535065Z Installed OpenTelemetry.Instrumentation.SqlClient 1.0.0-rc7 from https://api.nuget.org/v3/index.json with content hash 4WMSV3lWc2fXMaVhGlJ5xcCmLP8VYzvo8sbcGc1K327OnrSV1007LubOWtzHgxMvyqXUqfEPZnk+15TbPWzUvA==. 2021-11-23T19:08:40.2536241Z Acquiring lock for the installation of Humanizer.Core 2.8.26 2021-11-23T19:08:40.2536668Z Acquired lock for the installation of Humanizer.Core 2.8.26 2021-11-23T19:08:40.2537518Z Installed Microsoft.Identity.Client.Extensions.Msal 2.18.4 from https://api.nuget.org/v3/index.json with content hash HpG4oLwhQsy0ce7OWq9iDdLtJKOvKRStIKoSEOeBMKuohfuOWNDyhg8fMAJkpG/kFeoe4J329fiMHcJmmB+FPw==. 2021-11-23T19:08:40.2538898Z Acquiring lock for the installation of Microsoft.Identity.Client 4.30.1 2021-11-23T19:08:40.2539700Z Acquired lock for the installation of Microsoft.Identity.Client 4.30.1 2021-11-23T19:08:40.2540426Z Installed Humanizer.Core 2.8.26 from https://api.nuget.org/v3/index.json with content hash OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==. 2021-11-23T19:08:40.2541967Z Acquiring lock for the installation of OpenTelemetry 1.2.0-alpha3 2021-11-23T19:08:40.2542497Z Acquired lock for the installation of OpenTelemetry 1.2.0-alpha3 2021-11-23T19:08:40.2543445Z Installed OpenTelemetry 1.2.0-alpha3 from https://api.nuget.org/v3/index.json with content hash 7QaXT7WXxt9VXN0E79bs3ESlpIz1/MC+42/Kf8nkwd/ul8gRGna4sRVEQrrShUzSiTkowz8T3huwqd05LjLMxw==. 2021-11-23T19:08:40.2543987Z Acquiring lock for the installation of Google.Protobuf 3.15.5 2021-11-23T19:08:40.2544323Z Acquired lock for the installation of Google.Protobuf 3.15.5 2021-11-23T19:08:40.2545030Z Installed Google.Protobuf 3.15.5 from https://api.nuget.org/v3/index.json with content hash yAftejvqFAMAgjkCwycz5kssadl3nV78zP7AONaxjgj8XTOZX0kTAxTPiQd++OSvh4jQT5m/xd/FmGkOPzQLPA==. 2021-11-23T19:08:40.2548386Z Acquiring lock for the installation of Grpc.Net.Client 2.32.0 2021-11-23T19:08:40.2548744Z Acquired lock for the installation of Grpc.Net.Client 2.32.0 2021-11-23T19:08:40.2549433Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.tools/index.json 393ms 2021-11-23T19:08:40.2550322Z GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.tools/6.0.0/microsoft.entityframeworkcore.tools.6.0.0.nupkg 2021-11-23T19:08:40.2550945Z Installed Microsoft.NETCore.Platforms 2.1.0 from https://api.nuget.org/v3/index.json with content hash ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==. 2021-11-23T19:08:40.2551648Z Acquiring lock for the installation of OpenTelemetry 1.1.0 2021-11-23T19:08:40.2551985Z Acquired lock for the installation of OpenTelemetry 1.1.0 2021-11-23T19:08:40.2553742Z Installed Grpc.Net.Client 2.32.0 from https://api.nuget.org/v3/index.json with content hash T4lKl51ahaSprLcgoZvgn8zYwh834DpaPnrDs6jBRdipL2NHIAC0rPeE7UyzDp/lzv4Xll2tw1u65Fg9ckvErg==. 2021-11-23T19:08:40.2554473Z Acquiring lock for the installation of Microsoft.Extensions.Hosting.Abstractions 2.1.0 2021-11-23T19:08:40.2554992Z Acquired lock for the installation of Microsoft.Extensions.Hosting.Abstractions 2.1.0 2021-11-23T19:08:40.2555922Z Installed Microsoft.Extensions.Hosting.Abstractions 2.1.0 from https://api.nuget.org/v3/index.json with content hash BpMaoBxdXr5VD0yk7rYN6R8lAU9X9JbvsPveNdKT+llIn3J5s4sxpWqaSG/NnzTzTLU5eJE5nrecTl7clg/7dQ==. 2021-11-23T19:08:40.2556900Z Acquiring lock for the installation of Microsoft.AspNetCore.Http.Features 2.1.1 2021-11-23T19:08:40.2557877Z Acquired lock for the installation of Microsoft.AspNetCore.Http.Features 2.1.1 2021-11-23T19:08:40.2558997Z OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.tools/6.0.0/microsoft.entityframeworkcore.tools.6.0.0.nupkg 75ms 2021-11-23T19:08:40.2559597Z Resolving conflicts for net6.0... 2021-11-23T19:08:40.2560325Z Installed System.Reflection.DispatchProxy 4.5.0 from https://api.nuget.org/v3/index.json with content hash +UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==. 2021-11-23T19:08:40.2560912Z Acquiring lock for the installation of Microsoft.EntityFrameworkCore.Tools 6.0.0 2021-11-23T19:08:40.2561281Z Acquiring lock for the installation of OpenTelemetry.Api 1.1.0 2021-11-23T19:08:40.2561818Z Acquired lock for the installation of Microsoft.EntityFrameworkCore.Tools 6.0.0 2021-11-23T19:08:40.2562174Z Acquired lock for the installation of OpenTelemetry.Api 1.1.0 2021-11-23T19:08:40.2562720Z Installed Microsoft.AspNetCore.Http.Features 2.1.1 from https://api.nuget.org/v3/index.json with content hash VklZ7hWgSvHBcDtwYYkdMdI/adlf7ebxTZ9kdzAhX+gUs5jSHE9mZlTamdgf9miSsxc1QjNazHXTDJdVPZKKTw==. 2021-11-23T19:08:40.2563311Z Acquiring lock for the installation of Azure.Extensions.AspNetCore.Configuration.Secrets 1.2.1 2021-11-23T19:08:40.2563908Z Acquired lock for the installation of Azure.Extensions.AspNetCore.Configuration.Secrets 1.2.1 2021-11-23T19:08:40.2564474Z Installed OpenTelemetry 1.1.0 from https://api.nuget.org/v3/index.json with content hash vNZI1Mh00DfZpcY/Fq/xWlM6QK8L+9H6whSu+kwlBxXLIB1MPJz7q6VgOoF6nJEMGAzk5Km8SY27rKOwEAjnFg==. 2021-11-23T19:08:40.2565461Z Acquiring lock for the installation of Azure.Identity 1.5.0 2021-11-23T19:08:40.2566002Z Acquired lock for the installation of Azure.Identity 1.5.0 2021-11-23T19:08:40.2567055Z Installed Microsoft.EntityFrameworkCore.Tools 6.0.0 from https://api.nuget.org/v3/index.json with content hash m9e6nFnkyRdKcrTFO8rl3ZihCIKrYdECw+fHZVbKz6TBMwKhih/N0sjPnNt0k7sZPvI8izKPkh1d+z4OR2qgXQ==. 2021-11-23T19:08:40.2568739Z Installed OpenTelemetry.Api 1.1.0 from https://api.nuget.org/v3/index.json with content hash K4MkthPTNVAatWSldmRHq0oGB9Z9YZYNQg1xjualeG9yJTghUj18RjReNPabCmEqOpRmFI9mO6KS4L8QKFQKUg==. 2021-11-23T19:08:40.2569335Z Acquiring lock for the installation of Azure.Security.KeyVault.Secrets 4.2.0 2021-11-23T19:08:40.2569817Z Acquired lock for the installation of Azure.Security.KeyVault.Secrets 4.2.0 2021-11-23T19:08:40.2570394Z Installed Azure.Identity 1.5.0 from https://api.nuget.org/v3/index.json with content hash VfF88dqrgKXZNOS/y4XrX/jmIfP3pkY+hBUzBNpoKml1nR+QshX6XlXWyToLtWV80TDQ1CmUVCJksktDg5+j1w==. 2021-11-23T19:08:40.2571274Z Acquiring lock for the installation of Microsoft.Extensions.Configuration 6.0.0 2021-11-23T19:08:40.2571650Z Acquired lock for the installation of Microsoft.Extensions.Configuration 6.0.0 2021-11-23T19:08:40.2572001Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:40.2572381Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Database.Migrations 1.0.0 with net6.0. 2021-11-23T19:08:40.2572792Z Checking compatibility for Microsoft.EntityFrameworkCore.Design 6.0.0 with net6.0. 2021-11-23T19:08:40.2573202Z Checking compatibility for Microsoft.EntityFrameworkCore.Relational 6.0.0 with net6.0. 2021-11-23T19:08:40.2573607Z Checking compatibility for Microsoft.EntityFrameworkCore.Tools 6.0.0 with net6.0. 2021-11-23T19:08:40.2574001Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Persistence 1.0.0 with net6.0. 2021-11-23T19:08:40.2574394Z Checking compatibility for Humanizer.Core 2.8.26 with net6.0. 2021-11-23T19:08:40.2574742Z Checking compatibility for Microsoft.EntityFrameworkCore 6.0.0 with net6.0. 2021-11-23T19:08:40.2575148Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.2575566Z Checking compatibility for Microsoft.EntityFrameworkCore.SqlServer 6.0.0 with net6.0. 2021-11-23T19:08:40.2575954Z Checking compatibility for Microsoft.Extensions.Configuration 5.0.0 with net6.0. 2021-11-23T19:08:40.2576785Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:40.2577764Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net6.0. 2021-11-23T19:08:40.2578375Z Checking compatibility for Microsoft.EntityFrameworkCore.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.2578802Z Checking compatibility for Microsoft.EntityFrameworkCore.Analyzers 6.0.0 with net6.0. 2021-11-23T19:08:40.2579370Z Checking compatibility for Microsoft.Extensions.Caching.Memory 6.0.0 with net6.0. 2021-11-23T19:08:40.2579939Z Checking compatibility for Microsoft.Extensions.DependencyInjection 6.0.0 with net6.0. 2021-11-23T19:08:40.2580869Z Checking compatibility for Microsoft.Extensions.Logging 6.0.0 with net6.0. 2021-11-23T19:08:40.2581311Z Checking compatibility for System.Collections.Immutable 6.0.0 with net6.0. 2021-11-23T19:08:40.2582047Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0 with net6.0. 2021-11-23T19:08:40.2582777Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:40.2583335Z Checking compatibility for Microsoft.Data.SqlClient 2.1.4 with net6.0. 2021-11-23T19:08:40.2583852Z Checking compatibility for Microsoft.Extensions.Caching.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.2584536Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.2584989Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.2585392Z Checking compatibility for Microsoft.Extensions.Options 6.0.0 with net6.0. 2021-11-23T19:08:40.2586070Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:40.2586826Z Checking compatibility for Microsoft.Data.SqlClient.SNI.runtime 2.1.1 with net6.0. 2021-11-23T19:08:40.2587200Z Checking compatibility for Microsoft.Win32.Registry 4.7.0 with net6.0. 2021-11-23T19:08:40.2587588Z Checking compatibility for System.Security.Principal.Windows 4.7.0 with net6.0. 2021-11-23T19:08:40.2587976Z Checking compatibility for System.Text.Encoding.CodePages 4.7.0 with net6.0. 2021-11-23T19:08:40.2588357Z Checking compatibility for System.Configuration.ConfigurationManager 4.7.0 with net6.0. 2021-11-23T19:08:40.2588746Z Checking compatibility for System.Runtime.Caching 4.7.0 with net6.0. 2021-11-23T19:08:40.2589099Z Checking compatibility for Microsoft.Identity.Client 4.21.1 with net6.0. 2021-11-23T19:08:40.2589501Z Checking compatibility for Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 with net6.0. 2021-11-23T19:08:40.2589922Z Checking compatibility for Microsoft.IdentityModel.JsonWebTokens 6.8.0 with net6.0. 2021-11-23T19:08:40.2590297Z Checking compatibility for System.Security.AccessControl 4.7.0 with net6.0. 2021-11-23T19:08:40.2590870Z Checking compatibility for Microsoft.NETCore.Platforms 3.1.0 with net6.0. 2021-11-23T19:08:40.2591464Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.7.0 with net6.0. 2021-11-23T19:08:40.2592060Z Checking compatibility for System.Security.Permissions 4.7.0 with net6.0. 2021-11-23T19:08:40.2592806Z Checking compatibility for Microsoft.IdentityModel.Protocols 6.8.0 with net6.0. 2021-11-23T19:08:40.2593518Z Checking compatibility for System.IdentityModel.Tokens.Jwt 6.8.0 with net6.0. 2021-11-23T19:08:40.2594054Z Checking compatibility for Microsoft.IdentityModel.Tokens 6.8.0 with net6.0. 2021-11-23T19:08:40.2594430Z Checking compatibility for System.Windows.Extensions 4.7.0 with net6.0. 2021-11-23T19:08:40.2594815Z Checking compatibility for Microsoft.IdentityModel.Logging 6.8.0 with net6.0. 2021-11-23T19:08:40.2595169Z Checking compatibility for Microsoft.CSharp 4.5.0 with net6.0. 2021-11-23T19:08:40.2596068Z Checking compatibility for System.Security.Cryptography.Cng 4.5.0 with net6.0. 2021-11-23T19:08:40.2596455Z Checking compatibility for System.Drawing.Common 4.7.0 with net6.0. 2021-11-23T19:08:40.2596893Z Checking compatibility for Microsoft.Win32.SystemEvents 4.7.0 with net6.0. 2021-11-23T19:08:40.2597261Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:40.2597535Z Committing restore... 2021-11-23T19:08:40.2597952Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/ProjectB.Database.Migrations.csproj.nuget.g.props. 2021-11-23T19:08:40.2598531Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/ProjectB.Database.Migrations.csproj.nuget.g.targets. 2021-11-23T19:08:40.2599106Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/project.assets.json 2021-11-23T19:08:40.2599761Z Installed Azure.Extensions.AspNetCore.Configuration.Secrets 1.2.1 from https://api.nuget.org/v3/index.json with content hash 0U3573Fzz+DouG3azuYwG3vhz/dNAzv+/rP/fhAlJ7WuE6Pnxt/UTDtf0Hks9MYaeendwBna8JX+JNSzhDLZcQ==. 2021-11-23T19:08:40.2600360Z Acquiring lock for the installation of Microsoft.Extensions.Configuration.Binder 6.0.0 2021-11-23T19:08:40.2600952Z Acquired lock for the installation of Microsoft.Extensions.Configuration.Binder 6.0.0 2021-11-23T19:08:40.2601426Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/project.nuget.cache 2021-11-23T19:08:40.2602108Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/ProjectB.Database.Migrations.csproj.nuget.dgspec.json 2021-11-23T19:08:40.2602809Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj (in 526 ms). 2021-11-23T19:08:40.2603566Z Installed Azure.Security.KeyVault.Secrets 4.2.0 from https://api.nuget.org/v3/index.json with content hash ujVMKVzEtVNQom5A0iEXSDovNGoSidV0RO5QlOBFfcIZlXwFnBmO5OhOfS4D/F1gbMNCCFS3re39qd/Bgh6+QQ==. 2021-11-23T19:08:40.2604575Z Acquiring lock for the installation of protobuf-net.Grpc.AspNetCore 1.0.152 2021-11-23T19:08:40.2605208Z Acquired lock for the installation of protobuf-net.Grpc.AspNetCore 1.0.152 2021-11-23T19:08:40.2606042Z Installed protobuf-net.Grpc.AspNetCore 1.0.152 from https://api.nuget.org/v3/index.json with content hash lU/4/TuXLlPXn9FsMkquKSi+mLQdVJMIOH8tsuUQijXmuhC2JbRiUWUGPe7sFXVPJT2v9hVHTUIhyZ3Y3aClCw==. 2021-11-23T19:08:40.2606786Z Acquiring lock for the installation of OpenTelemetry.Api 1.2.0-alpha3 2021-11-23T19:08:40.2607355Z Acquired lock for the installation of OpenTelemetry.Api 1.2.0-alpha3 2021-11-23T19:08:40.2608159Z Installed OpenTelemetry.Api 1.2.0-alpha3 from https://api.nuget.org/v3/index.json with content hash Jqr/ApM4+9/4YfEDoXjs1vjJ03JTUWZsYjVEtqMnk7lIwFCehqCRPLOO+/VU0dUQ5AC1P7OgswvRIccN/HxlgQ==. 2021-11-23T19:08:40.2608876Z Acquiring lock for the installation of Microsoft.Extensions.Logging.Configuration 2.1.0 2021-11-23T19:08:40.2609307Z Acquired lock for the installation of Microsoft.Extensions.Logging.Configuration 2.1.0 2021-11-23T19:08:40.2609892Z Installed Microsoft.Extensions.Logging.Configuration 2.1.0 from https://api.nuget.org/v3/index.json with content hash nMAcTACzW37zc3f7n5fIYsRDXtjjQA2U/kiE4xmuSLn7coCIeDfFTpUhJ+wG/3vwb5f1lFWNpyXGyQdlUCIXUw==. 2021-11-23T19:08:40.2610480Z Acquiring lock for the installation of System.Collections.Immutable 1.4.0 2021-11-23T19:08:40.2610996Z Acquired lock for the installation of System.Collections.Immutable 1.4.0 2021-11-23T19:08:40.2611562Z Installed System.Collections.Immutable 1.4.0 from https://api.nuget.org/v3/index.json with content hash 71hw5RUJRu5+q/geUY69gpXD8Upd12cH+F3MwpXV2zle7Bqqkrmc1JblOTuvUcgmdnUtQvBlV5e1d6RH+H2lvA==. 2021-11-23T19:08:40.2612421Z Acquiring lock for the installation of System.Reflection.Emit.Lightweight 4.7.0 2021-11-23T19:08:40.2612844Z Acquired lock for the installation of System.Reflection.Emit.Lightweight 4.7.0 2021-11-23T19:08:40.2613567Z Installed Microsoft.Identity.Client 4.30.1 from https://api.nuget.org/v3/index.json with content hash xk8tJeGfB2yD3+d7a0DXyV7/HYyEG10IofUHYHoPYKmDbroi/j9t1BqSHgbq1nARDjg7m8Ki6e21AyNU7e/R4Q==. 2021-11-23T19:08:40.2614078Z Acquiring lock for the installation of Azure.Core 1.20.0 2021-11-23T19:08:40.2614416Z Acquired lock for the installation of Azure.Core 1.20.0 2021-11-23T19:08:40.2614915Z Installed Azure.Core 1.20.0 from https://api.nuget.org/v3/index.json with content hash q7xigZIBjLjSKJA/Y+VygmJ2iZGiEyNuicN5iRX9oJL7451SulZm/CQ7qd8YCeL5TgNCNYCIrTIqRaams95zHA==. 2021-11-23T19:08:40.2615407Z Acquiring lock for the installation of Azure.Core 1.14.0 2021-11-23T19:08:40.2615752Z Acquired lock for the installation of Azure.Core 1.14.0 2021-11-23T19:08:40.2616288Z Installed System.Reflection.Emit.Lightweight 4.7.0 from https://api.nuget.org/v3/index.json with content hash a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==. 2021-11-23T19:08:40.2616840Z Acquiring lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.2 2021-11-23T19:08:40.2617329Z Acquired lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.2 2021-11-23T19:08:40.2618134Z Installed System.Runtime.CompilerServices.Unsafe 4.5.2 from https://api.nuget.org/v3/index.json with content hash wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==. 2021-11-23T19:08:40.2619186Z Acquiring lock for the installation of Grpc.Net.Common 2.32.0 2021-11-23T19:08:40.2619749Z Acquired lock for the installation of Grpc.Net.Common 2.32.0 2021-11-23T19:08:40.2620651Z Installed Azure.Core 1.14.0 from https://api.nuget.org/v3/index.json with content hash kUMUOZX4FcmfHmy7OjyP5LovO5FMXco9uUYB76l77mtqMVbZ0cLobv+XCy/j6LpStc8cZo2sI1+dMXhk0YROEQ==. 2021-11-23T19:08:40.2624429Z Acquiring lock for the installation of System.Diagnostics.DiagnosticSource 5.0.1 2021-11-23T19:08:40.2624892Z Acquired lock for the installation of System.Diagnostics.DiagnosticSource 5.0.1 2021-11-23T19:08:40.2625567Z Installed Grpc.Net.Common 2.32.0 from https://api.nuget.org/v3/index.json with content hash vDsgy6fs+DlsylppjK9FBGTMMUe8vfAmaURV7ZTurM27itr8qBwymgqmwnVB2hcP1q35NqKx2NvPGe5S2IEnDw==. 2021-11-23T19:08:40.2626104Z Acquiring lock for the installation of System.Diagnostics.DiagnosticSource 4.5.1 2021-11-23T19:08:40.2626741Z Acquired lock for the installation of System.Diagnostics.DiagnosticSource 4.5.1 2021-11-23T19:08:40.2627538Z Installed System.Diagnostics.DiagnosticSource 4.5.1 from https://api.nuget.org/v3/index.json with content hash zCno/m44ymWhgLFh7tELDG9587q0l/EynPM0m4KgLaWQbz/TEKvNRX2YT5ip2qXW/uayifQ2ZqbnErsKJ4lYrQ==. 2021-11-23T19:08:40.2628358Z Acquiring lock for the installation of Microsoft.Extensions.Configuration.Abstractions 2.1.0 2021-11-23T19:08:40.2629540Z Acquired lock for the installation of Microsoft.Extensions.Configuration.Abstractions 2.1.0 2021-11-23T19:08:40.2630417Z Installed System.Diagnostics.DiagnosticSource 5.0.1 from https://api.nuget.org/v3/index.json with content hash uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==. 2021-11-23T19:08:40.2631005Z Acquiring lock for the installation of Microsoft.Extensions.Primitives 2.1.1 2021-11-23T19:08:40.2631385Z Acquired lock for the installation of Microsoft.Extensions.Primitives 2.1.1 2021-11-23T19:08:40.2631987Z Installed Microsoft.Extensions.Configuration.Abstractions 2.1.0 from https://api.nuget.org/v3/index.json with content hash lMmUjAKvY9r6QmxCS15iSb6ulhwnh0zp44NtnVJ+HIDLFmu4iej41U+dU58On8NRezmlgRXiQtLnBeZSzYNKQg==. 2021-11-23T19:08:40.2632814Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 2.1.0 2021-11-23T19:08:40.2633263Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection.Abstractions 2.1.0 2021-11-23T19:08:40.2633862Z Installed Microsoft.Extensions.Primitives 2.1.1 from https://api.nuget.org/v3/index.json with content hash scJ1GZNIxMmjpENh0UZ8XCQ6vzr/LzeF9WvEA51Ix2OQGAs9WPgPu8ABVUdvpKPLuor/t05gm6menJK3PwqOXg==. 2021-11-23T19:08:40.2634761Z Acquiring lock for the installation of Microsoft.Extensions.Logging.Abstractions 2.1.0 2021-11-23T19:08:40.2635270Z Acquired lock for the installation of Microsoft.Extensions.Logging.Abstractions 2.1.0 2021-11-23T19:08:40.2636222Z Installed Microsoft.Extensions.DependencyInjection.Abstractions 2.1.0 from https://api.nuget.org/v3/index.json with content hash 8/CtASu80UIoyG+r8FstrmZW5GLtXxzoYpjj3jV0FKZCL5CiFgSH3pAmqut/dC68mu7N1bU6v0UtKKL3gCUQGQ==. 2021-11-23T19:08:40.2636875Z Acquiring lock for the installation of Microsoft.Extensions.FileProviders.Abstractions 2.1.0 2021-11-23T19:08:40.2637294Z Acquired lock for the installation of Microsoft.Extensions.FileProviders.Abstractions 2.1.0 2021-11-23T19:08:40.2637991Z Installed Microsoft.Extensions.Logging.Abstractions 2.1.0 from https://api.nuget.org/v3/index.json with content hash GfD2VtvN9z1W+m6pZZe98yh9VWTSdNY2dZSxtca9uFIY6aBI6twvskMvLO/ktClBOTQmAov/7Em+IWFlHepa0A==. 2021-11-23T19:08:40.2638791Z Installed Microsoft.Extensions.FileProviders.Abstractions 2.1.0 from https://api.nuget.org/v3/index.json with content hash itv+7XBu58pxi8mykxx9cUO1OOVYe0jmQIZVSZVp5lOcLxB7sSV2bnHiI1RSu6Nxne/s6+oBla3ON5CCMSmwhQ==. 2021-11-23T19:08:40.2655239Z Installed Microsoft.Extensions.Configuration 6.0.0 from https://api.nuget.org/v3/index.json with content hash tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==. 2021-11-23T19:08:40.2802677Z Installed Microsoft.Extensions.Configuration.Binder 6.0.0 from https://api.nuget.org/v3/index.json with content hash b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==. 2021-11-23T19:08:40.2872267Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj. 2021-11-23T19:08:40.2872838Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj... 2021-11-23T19:08:40.2880359Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:40.2880679Z Resolving conflicts for net6.0... 2021-11-23T19:08:40.2880976Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:40.2881984Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:40.2883230Z Checking compatibility for Microsoft.Extensions.DependencyInjection 5.0.2 with net6.0. 2021-11-23T19:08:40.2883721Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0 with net6.0. 2021-11-23T19:08:40.2885225Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:40.2886103Z Installed System.Text.Encodings.Web 4.7.2 from https://api.nuget.org/v3/index.json with content hash iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==. 2021-11-23T19:08:40.2886943Z Committing restore... 2021-11-23T19:08:40.2887684Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/ProjectB.Core.csproj.nuget.g.props. 2021-11-23T19:08:40.2888225Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/ProjectB.Core.csproj.nuget.g.targets. 2021-11-23T19:08:40.2892362Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/project.assets.json 2021-11-23T19:08:40.2893242Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/project.nuget.cache 2021-11-23T19:08:40.2894017Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/ProjectB.Core.csproj.nuget.dgspec.json 2021-11-23T19:08:40.2894504Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj (in 4 ms). 2021-11-23T19:08:40.2908062Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj. 2021-11-23T19:08:40.2908763Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj... 2021-11-23T19:08:40.2909384Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:40.2909721Z Resolving conflicts for net6.0... 2021-11-23T19:08:40.2910069Z Acquiring lock for the installation of System.Private.ServiceModel 4.5.3 2021-11-23T19:08:40.2910835Z Acquiring lock for the installation of System.ServiceModel.Primitives 4.5.3 2021-11-23T19:08:40.2912199Z Acquiring lock for the installation of FluentValidation.DependencyInjectionExtensions 10.3.4 2021-11-23T19:08:40.2913102Z Acquiring lock for the installation of protobuf-net 2.4.6 2021-11-23T19:08:40.2914067Z Acquiring lock for the installation of Grpc.Core.Api 2.36.1 2021-11-23T19:08:40.3061498Z Installed Grpc.Core.Api 2.36.1 from https://api.nuget.org/v3/index.json with content hash 33l9mJnAbSYvO0A+PhGuXldglPghFjNghywgva1FgQYBCh5cDVKggZB6acGcSJqAUdGmoSzbc9J7ysWVOkyy1A==. 2021-11-23T19:08:40.3062438Z Lock not required - Package already installed Grpc.Core.Api 2.36.1 2021-11-23T19:08:40.3888447Z Installed protobuf-net 2.4.6 from https://api.nuget.org/v3/index.json with content hash fDYwwGw9yCERTkIzxhmiGmD3i5nB5Pw4roZ9Pi+MPNbNiNbGAA9mVrSSbTjAMNQEBXtwK/HZ6btrO2YwYsVsMw==. 2021-11-23T19:08:40.3889683Z Lock not required - Package already installed protobuf-net 2.4.6 2021-11-23T19:08:40.4066702Z Installed Grpc.Net.Common 2.36.0 from https://api.nuget.org/v3/index.json with content hash 2zeNG0IQ9veVAU0mHqy4nMRiunXVO9CbUkL+mA2s0nUClCmBvQThVqzVMG6Wdmb2rnwA3pQIblbcGoGWIsWPHw==. 2021-11-23T19:08:40.4156319Z Installed FluentValidation.DependencyInjectionExtensions 10.3.4 from https://api.nuget.org/v3/index.json with content hash LS0opGF4r/upI92Y+bToBzFqHYrfuHDWz9z9DN2hUn+/tmt9lN8n0bevyswabdKlTwL6s8vMhVQxHXM8wjOAbQ==. 2021-11-23T19:08:40.4158152Z Lock not required - Package already installed FluentValidation.DependencyInjectionExtensions 10.3.4 2021-11-23T19:08:40.4220227Z Installed Microsoft.Extensions.Options 2.1.0 from https://api.nuget.org/v3/index.json with content hash VOM1pPMi9+7/4Vc9aPLU8btHOBQy1+AvpqxLxFI2OVtqGv+1klPaV59g9R6aSt2U7ijfB3TjvAO4Tc/cn9/hxA==. 2021-11-23T19:08:40.4282255Z Installed Microsoft.Extensions.Configuration.Binder 2.1.0 from https://api.nuget.org/v3/index.json with content hash Fls0O54Ielz1DiVYpcmiUpeizN1iKGGI5yAWAoShfmUvMcQ8jAGOK1a+DaflHA5hN9IOKvmSos0yewDYAIY0ZA==. 2021-11-23T19:08:40.4523396Z Installed System.Memory 4.5.0 from https://api.nuget.org/v3/index.json with content hash m0psCSpUxTGfvwyO0i03ajXVhgBqyXlibXz0Mo1dtKGjaHrXFLnuQ8rNBTmWRqbfRjr4eC6Wah4X5FfuFDu5og==. 2021-11-23T19:08:40.4569320Z Installed System.Private.ServiceModel 4.5.3 from https://api.nuget.org/v3/index.json with content hash ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==. 2021-11-23T19:08:40.4570724Z Lock not required - Package already installed System.Private.ServiceModel 4.5.3 2021-11-23T19:08:40.4648091Z Installed Microsoft.Extensions.Configuration 2.1.0 from https://api.nuget.org/v3/index.json with content hash SS8ce1GYQTkZoOq5bskqQ+m7xiXQjnKRiGfVNZkkX2SX0HpXNRsKnSUaywRRuCje3v2KT9xeacsM3J9/G2exsQ==. 2021-11-23T19:08:40.4730859Z Installed System.Runtime.CompilerServices.Unsafe 4.5.0 from https://api.nuget.org/v3/index.json with content hash YrzNWduCDHhUaSRBxHxL11UkM2fD6y8hITHis4/LbQZ6vj3vdRjoH3IoPWWC9uDXK2wHIqn+b5gv1Np/VKyM1g==. 2021-11-23T19:08:40.5015438Z Installed System.ServiceModel.Primitives 4.5.3 from https://api.nuget.org/v3/index.json with content hash Wc9Hgg4Cmqi416zvEgq2sW1YYCGuhwWzspDclJWlFZqY6EGhFUPZU+kVpl5z9kAgrSOQP7/Uiik+PtSQtmq+5A==. 2021-11-23T19:08:40.5156831Z Lock not required - Package already installed System.ServiceModel.Primitives 4.5.3 2021-11-23T19:08:40.5158548Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:40.5159609Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Contracts 1.0.0 with net6.0. 2021-11-23T19:08:40.5160906Z Checking compatibility for protobuf-net.Grpc 1.0.152 with net6.0. 2021-11-23T19:08:40.5162084Z Checking compatibility for FluentValidation.AspNetCore 10.3.4 with net6.0. 2021-11-23T19:08:40.5163009Z Checking compatibility for Grpc.Core.Api 2.36.1 with net6.0. 2021-11-23T19:08:40.5163797Z Checking compatibility for protobuf-net 2.4.6 with net6.0. 2021-11-23T19:08:40.5164446Z Checking compatibility for FluentValidation.DependencyInjectionExtensions 10.3.4 with net6.0. 2021-11-23T19:08:40.5165015Z Checking compatibility for FluentValidation 10.3.4 with net6.0. 2021-11-23T19:08:40.5165522Z Checking compatibility for System.Memory 4.5.3 with net6.0. 2021-11-23T19:08:40.5166065Z Checking compatibility for System.ServiceModel.Primitives 4.5.3 with net6.0. 2021-11-23T19:08:40.5166651Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 2.1.0 with net6.0. 2021-11-23T19:08:40.5167213Z Checking compatibility for System.Private.ServiceModel 4.5.3 with net6.0. 2021-11-23T19:08:40.5168072Z Checking compatibility for Microsoft.NETCore.Platforms 2.1.0 with net6.0. 2021-11-23T19:08:40.5168651Z Checking compatibility for System.Reflection.DispatchProxy 4.5.0 with net6.0. 2021-11-23T19:08:40.5169235Z Checking compatibility for System.Security.Principal.Windows 4.5.0 with net6.0. 2021-11-23T19:08:40.5169810Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:40.5170293Z Committing restore... 2021-11-23T19:08:40.5170854Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/ProjectB.Contracts.csproj.nuget.g.props. 2021-11-23T19:08:40.5171537Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/ProjectB.Contracts.csproj.nuget.g.targets. 2021-11-23T19:08:40.5172236Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/project.assets.json 2021-11-23T19:08:40.5172951Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/project.nuget.cache 2021-11-23T19:08:40.5173635Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/ProjectB.Contracts.csproj.nuget.dgspec.json 2021-11-23T19:08:40.5175619Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj (in 227 ms). 2021-11-23T19:08:40.5219253Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj. 2021-11-23T19:08:40.5220157Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj... 2021-11-23T19:08:40.5222375Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:40.5223411Z Resolving conflicts for net6.0... 2021-11-23T19:08:40.5224254Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:40.5224852Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Client 1.0.0 with net6.0. 2021-11-23T19:08:40.5225397Z Checking compatibility for Grpc.Net.Client 2.40.0 with net6.0. 2021-11-23T19:08:40.5226219Z Checking compatibility for Microsoft.Extensions.DependencyInjection 5.0.2 with net6.0. 2021-11-23T19:08:40.5226831Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Contracts 1.0.0 with net6.0. 2021-11-23T19:08:40.5227422Z Checking compatibility for Grpc.Net.Common 2.40.0 with net6.0. 2021-11-23T19:08:40.5227990Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 3.0.3 with net6.0. 2021-11-23T19:08:40.5228591Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0 with net6.0. 2021-11-23T19:08:40.5229454Z Checking compatibility for protobuf-net.Grpc 1.0.152 with net6.0. 2021-11-23T19:08:40.5230110Z Checking compatibility for FluentValidation.AspNetCore 10.3.4 with net6.0. 2021-11-23T19:08:40.5230680Z Checking compatibility for Grpc.Core.Api 2.40.0 with net6.0. 2021-11-23T19:08:40.5231388Z Checking compatibility for protobuf-net 2.4.6 with net6.0. 2021-11-23T19:08:40.5232034Z Checking compatibility for FluentValidation.DependencyInjectionExtensions 10.3.4 with net6.0. 2021-11-23T19:08:40.5232613Z Checking compatibility for FluentValidation 10.3.4 with net6.0. 2021-11-23T19:08:40.5233147Z Checking compatibility for System.Memory 4.5.3 with net6.0. 2021-11-23T19:08:40.5233672Z Checking compatibility for System.ServiceModel.Primitives 4.5.3 with net6.0. 2021-11-23T19:08:40.5234231Z Checking compatibility for System.Private.ServiceModel 4.5.3 with net6.0. 2021-11-23T19:08:40.5234781Z Checking compatibility for Microsoft.NETCore.Platforms 2.1.0 with net6.0. 2021-11-23T19:08:40.5235320Z Checking compatibility for System.Reflection.DispatchProxy 4.5.0 with net6.0. 2021-11-23T19:08:40.5236142Z Checking compatibility for System.Security.Principal.Windows 4.5.0 with net6.0. 2021-11-23T19:08:40.5236699Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:40.5237168Z Committing restore... 2021-11-23T19:08:40.5237744Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/ProjectB.Client.csproj.nuget.g.props. 2021-11-23T19:08:40.5238429Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/ProjectB.Client.csproj.nuget.g.targets. 2021-11-23T19:08:40.5239116Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/project.assets.json 2021-11-23T19:08:40.5239781Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/project.nuget.cache 2021-11-23T19:08:40.5240452Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/obj/ProjectB.Client.csproj.nuget.dgspec.json 2021-11-23T19:08:40.5241111Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj (in 4 ms). 2021-11-23T19:08:40.5329290Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj. 2021-11-23T19:08:40.5330437Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj... 2021-11-23T19:08:40.5331113Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:40.5331693Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:40.5332243Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Host 1.0.0 with net6.0. 2021-11-23T19:08:40.5332843Z Checking compatibility for Microsoft.EntityFrameworkCore.Design 6.0.0 with net6.0. 2021-11-23T19:08:40.5333422Z Checking compatibility for Microsoft.Extensions.Logging 6.0.0 with net6.0. 2021-11-23T19:08:40.5334020Z Checking compatibility for Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.11.1 with net6.0. 2021-11-23T19:08:40.5334959Z Checking compatibility for OpenTelemetry.Exporter.Console 1.2.0-alpha3 with net6.0. 2021-11-23T19:08:40.5337774Z Checking compatibility for OpenTelemetry.Exporter.OpenTelemetryProtocol 1.2.0-alpha3 with net6.0. 2021-11-23T19:08:40.5338689Z Checking compatibility for OpenTelemetry.Extensions.Hosting 1.0.0-rc7 with net6.0. 2021-11-23T19:08:40.5339613Z Checking compatibility for OpenTelemetry.Instrumentation.AspNetCore 1.0.0-rc7 with net6.0. 2021-11-23T19:08:40.5340491Z Checking compatibility for OpenTelemetry.Instrumentation.GrpcNetClient 1.0.0-rc7 with net6.0. 2021-11-23T19:08:40.5342264Z Checking compatibility for OpenTelemetry.Instrumentation.Http 1.0.0-rc7 with net6.0. 2021-11-23T19:08:40.5343156Z Checking compatibility for OpenTelemetry.Instrumentation.SqlClient 1.0.0-rc7 with net6.0. 2021-11-23T19:08:40.5343822Z Checking compatibility for Ryan.Platform.ILab.EM.Shared 1.0.0 with net6.0. 2021-11-23T19:08:40.5345900Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Api 1.0.0 with net6.0. 2021-11-23T19:08:40.5346569Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Database.Migrations 1.0.0 with net6.0. 2021-11-23T19:08:40.5347240Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration 1.0.0 with net6.0. 2021-11-23T19:08:40.5348429Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Persistence 1.0.0 with net6.0. 2021-11-23T19:08:40.5349413Z Checking compatibility for Microsoft.EntityFrameworkCore.Relational 6.0.0 with net6.0. 2021-11-23T19:08:40.5350137Z Checking compatibility for Humanizer.Core 2.8.26 with net6.0. 2021-11-23T19:08:40.5353477Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5354580Z Checking compatibility for Microsoft.Extensions.DependencyInjection 6.0.0 with net6.0. 2021-11-23T19:08:40.5355198Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5355817Z Checking compatibility for Microsoft.Extensions.Options 6.0.0 with net6.0. 2021-11-23T19:08:40.5356680Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0 with net6.0. 2021-11-23T19:08:40.5357560Z Checking compatibility for OpenTelemetry 1.2.0-alpha3 with net6.0. 2021-11-23T19:08:40.5358262Z Checking compatibility for Microsoft.Extensions.Hosting.Abstractions 2.1.0 with net6.0. 2021-11-23T19:08:40.5358900Z Checking compatibility for Microsoft.AspNetCore.Http.Features 2.1.1 with net6.0. 2021-11-23T19:08:40.5359859Z Checking compatibility for Azure.Extensions.AspNetCore.Configuration.Secrets 1.2.1 with net6.0. 2021-11-23T19:08:40.5361157Z Checking compatibility for Azure.Identity 1.5.0 with net6.0. 2021-11-23T19:08:40.5365815Z Checking compatibility for Azure.Security.KeyVault.Secrets 4.2.0 with net6.0. 2021-11-23T19:08:40.5366738Z Checking compatibility for Microsoft.Extensions.Configuration 6.0.0 with net6.0. 2021-11-23T19:08:40.5367538Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5367947Z Checking compatibility for Microsoft.Extensions.Configuration.Binder 6.0.0 with net6.0. 2021-11-23T19:08:40.5369300Z Checking compatibility for protobuf-net.Grpc.AspNetCore 1.0.152 with net6.0. 2021-11-23T19:08:40.5369741Z Checking compatibility for AutoMapper 10.1.1 with net6.0. 2021-11-23T19:08:40.5370107Z Checking compatibility for AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 with net6.0. 2021-11-23T19:08:40.5376564Z Checking compatibility for Calzolari.Grpc.AspNetCore.Validation 5.4.0 with net6.0. 2021-11-23T19:08:40.5377561Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Application 1.0.0 with net6.0. 2021-11-23T19:08:40.5378128Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Contracts 1.0.0 with net6.0. 2021-11-23T19:08:40.5378900Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Domain 1.0.0 with net6.0. 2021-11-23T19:08:40.5379398Z Checking compatibility for Ryan.Platform.ILab.Geography.Mocks 1.0.0 with net6.0. 2021-11-23T19:08:40.5380052Z Checking compatibility for Microsoft.EntityFrameworkCore.SqlServer 6.0.0 with net6.0. 2021-11-23T19:08:40.5384552Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:40.5384967Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net6.0. 2021-11-23T19:08:40.5385362Z Checking compatibility for Microsoft.EntityFrameworkCore 6.0.0 with net6.0. 2021-11-23T19:08:40.5385759Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:40.5387251Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:40.5391567Z Checking compatibility for OpenTelemetry.Api 1.2.0-alpha3 with net6.0. 2021-11-23T19:08:40.5392001Z Checking compatibility for Microsoft.Extensions.Logging.Configuration 2.1.0 with net6.0. 2021-11-23T19:08:40.5392382Z Checking compatibility for System.Reflection.Emit.Lightweight 4.7.0 with net6.0. 2021-11-23T19:08:40.5392786Z Checking compatibility for Microsoft.Extensions.FileProviders.Abstractions 2.1.0 with net6.0. 2021-11-23T19:08:40.5393159Z Checking compatibility for Azure.Core 1.20.0 with net6.0. 2021-11-23T19:08:40.5393492Z Checking compatibility for Microsoft.Identity.Client 4.30.1 with net6.0. 2021-11-23T19:08:40.5393878Z Checking compatibility for Microsoft.Identity.Client.Extensions.Msal 2.18.4 with net6.0. 2021-11-23T19:08:40.5398133Z Checking compatibility for System.Memory 4.5.4 with net6.0. 2021-11-23T19:08:40.5398481Z Checking compatibility for System.Threading.Tasks.Extensions 4.5.4 with net6.0. 2021-11-23T19:08:40.5399117Z Checking compatibility for protobuf-net.Grpc 1.0.152 with net6.0. 2021-11-23T19:08:40.5399450Z Checking compatibility for Microsoft.CSharp 4.7.0 with net6.0. 2021-11-23T19:08:40.5399785Z Checking compatibility for System.Reflection.Emit 4.7.0 with net6.0. 2021-11-23T19:08:40.5400121Z Checking compatibility for Calzolari.Grpc.Domain 5.2.0 with net6.0. 2021-11-23T19:08:40.5400436Z Checking compatibility for FluentValidation 10.3.4 with net6.0. 2021-11-23T19:08:40.5400765Z Checking compatibility for Grpc.AspNetCore 2.40.0 with net6.0. 2021-11-23T19:08:40.5401091Z Checking compatibility for System.Text.Json 5.0.2 with net6.0. 2021-11-23T19:08:40.5401411Z Checking compatibility for FluentValidation.AspNetCore 10.3.4 with net6.0. 2021-11-23T19:08:40.5404725Z Checking compatibility for Microsoft.Data.SqlClient 2.1.4 with net6.0. 2021-11-23T19:08:40.5405115Z Checking compatibility for Microsoft.EntityFrameworkCore.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5405489Z Checking compatibility for Microsoft.EntityFrameworkCore.Analyzers 6.0.0 with net6.0. 2021-11-23T19:08:40.5405859Z Checking compatibility for Microsoft.Extensions.Caching.Memory 6.0.0 with net6.0. 2021-11-23T19:08:40.5406218Z Checking compatibility for System.Collections.Immutable 6.0.0 with net6.0. 2021-11-23T19:08:40.5406578Z Checking compatibility for Microsoft.Extensions.Options.ConfigurationExtensions 2.1.0 with net6.0. 2021-11-23T19:08:40.5406956Z Checking compatibility for Microsoft.Bcl.AsyncInterfaces 1.0.0 with net6.0. 2021-11-23T19:08:40.5407296Z Checking compatibility for System.Memory.Data 1.0.2 with net6.0. 2021-11-23T19:08:40.5407619Z Checking compatibility for System.Numerics.Vectors 4.5.0 with net6.0. 2021-11-23T19:08:40.5410886Z Checking compatibility for System.Text.Encodings.Web 4.7.2 with net6.0. 2021-11-23T19:08:40.5411515Z Checking compatibility for protobuf-net 2.4.6 with net6.0. 2021-11-23T19:08:40.5412050Z Checking compatibility for Grpc.AspNetCore.Server.ClientFactory 2.40.0 with net6.0. 2021-11-23T19:08:40.5412408Z Checking compatibility for Google.Protobuf 3.18.0 with net6.0. 2021-11-23T19:08:40.5412725Z Checking compatibility for Grpc.Tools 2.40.0 with net6.0. 2021-11-23T19:08:40.5413061Z Checking compatibility for FluentValidation.DependencyInjectionExtensions 10.3.4 with net6.0. 2021-11-23T19:08:40.5413440Z Checking compatibility for Microsoft.Data.SqlClient.SNI.runtime 2.1.1 with net6.0. 2021-11-23T19:08:40.5413777Z Checking compatibility for Microsoft.Win32.Registry 4.7.0 with net6.0. 2021-11-23T19:08:40.5414130Z Checking compatibility for System.Security.Principal.Windows 4.7.0 with net6.0. 2021-11-23T19:08:40.5417455Z Checking compatibility for System.Text.Encoding.CodePages 4.7.0 with net6.0. 2021-11-23T19:08:40.5417849Z Checking compatibility for System.Configuration.ConfigurationManager 4.7.0 with net6.0. 2021-11-23T19:08:40.5418203Z Checking compatibility for System.Runtime.Caching 4.7.0 with net6.0. 2021-11-23T19:08:40.5418568Z Checking compatibility for Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 with net6.0. 2021-11-23T19:08:40.5419117Z Checking compatibility for Microsoft.IdentityModel.JsonWebTokens 6.8.0 with net6.0. 2021-11-23T19:08:40.5419513Z Checking compatibility for Microsoft.Extensions.Caching.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5420072Z Checking compatibility for System.ServiceModel.Primitives 4.5.3 with net6.0. 2021-11-23T19:08:40.5420434Z Checking compatibility for Grpc.AspNetCore.Server 2.40.0 with net6.0. 2021-11-23T19:08:40.5421331Z Checking compatibility for Grpc.Net.ClientFactory 2.40.0 with net6.0. 2021-11-23T19:08:40.5426116Z Checking compatibility for System.Security.AccessControl 4.7.0 with net6.0. 2021-11-23T19:08:40.5426861Z Checking compatibility for Microsoft.NETCore.Platforms 3.1.0 with net6.0. 2021-11-23T19:08:40.5427438Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.7.0 with net6.0. 2021-11-23T19:08:40.5428231Z Checking compatibility for System.Security.Permissions 4.7.0 with net6.0. 2021-11-23T19:08:40.5428681Z Checking compatibility for Microsoft.IdentityModel.Protocols 6.8.0 with net6.0. 2021-11-23T19:08:40.5429092Z Checking compatibility for System.IdentityModel.Tokens.Jwt 6.8.0 with net6.0. 2021-11-23T19:08:40.5429493Z Checking compatibility for Microsoft.IdentityModel.Tokens 6.8.0 with net6.0. 2021-11-23T19:08:40.5430199Z Checking compatibility for System.Private.ServiceModel 4.5.3 with net6.0. 2021-11-23T19:08:40.5430925Z Checking compatibility for Grpc.Net.Common 2.40.0 with net6.0. 2021-11-23T19:08:40.5432538Z Checking compatibility for Grpc.Net.Client 2.40.0 with net6.0. 2021-11-23T19:08:40.5432955Z Checking compatibility for Microsoft.Extensions.Http 3.0.3 with net6.0. 2021-11-23T19:08:40.5437137Z Checking compatibility for System.Windows.Extensions 4.7.0 with net6.0. 2021-11-23T19:08:40.5437516Z Checking compatibility for Microsoft.IdentityModel.Logging 6.8.0 with net6.0. 2021-11-23T19:08:40.5437857Z Checking compatibility for System.Security.Cryptography.Cng 4.5.0 with net6.0. 2021-11-23T19:08:40.5438212Z Checking compatibility for System.Reflection.DispatchProxy 4.5.0 with net6.0. 2021-11-23T19:08:40.5438552Z Checking compatibility for Grpc.Core.Api 2.40.0 with net6.0. 2021-11-23T19:08:40.5438863Z Checking compatibility for System.Drawing.Common 4.7.0 with net6.0. 2021-11-23T19:08:40.5439204Z Checking compatibility for Microsoft.Win32.SystemEvents 4.7.0 with net6.0. 2021-11-23T19:08:40.5439542Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:40.5439792Z Committing restore... 2021-11-23T19:08:40.5443743Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/ProjectB.Host.csproj.nuget.g.props. 2021-11-23T19:08:40.5444273Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/ProjectB.Host.csproj.nuget.g.targets. 2021-11-23T19:08:40.5444766Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/project.assets.json 2021-11-23T19:08:40.5445278Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/project.nuget.cache 2021-11-23T19:08:40.5445777Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/ProjectB.Host.csproj.nuget.dgspec.json 2021-11-23T19:08:40.5446411Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj (in 1.89 sec). 2021-11-23T19:08:40.5447024Z Reading project file /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj. 2021-11-23T19:08:40.5447443Z Restoring packages for /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj... 2021-11-23T19:08:40.5447785Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:40.5523619Z Resolving conflicts for net6.0... 2021-11-23T19:08:40.5524533Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/3.0.3/microsoft.extensions.dependencyinjection.3.0.3.nupkg 2021-11-23T19:08:40.5525000Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:40.5525545Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Application 1.0.0 with net6.0. 2021-11-23T19:08:40.5525962Z Checking compatibility for Microsoft.Extensions.DependencyInjection 6.0.0 with net6.0. 2021-11-23T19:08:40.5550781Z Checking compatibility for AutoMapper 10.1.1 with net6.0. 2021-11-23T19:08:40.5551380Z Checking compatibility for AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 with net6.0. 2021-11-23T19:08:40.5551985Z Checking compatibility for Calzolari.Grpc.AspNetCore.Validation 5.4.0 with net6.0. 2021-11-23T19:08:40.5552365Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Domain 1.0.0 with net6.0. 2021-11-23T19:08:40.5552785Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration 1.0.0 with net6.0. 2021-11-23T19:08:40.5553208Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Persistence 1.0.0 with net6.0. 2021-11-23T19:08:40.5553612Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5554023Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:40.5554398Z Checking compatibility for Microsoft.CSharp 4.7.0 with net6.0. 2021-11-23T19:08:40.5554731Z Checking compatibility for System.Reflection.Emit 4.7.0 with net6.0. 2021-11-23T19:08:40.5555089Z Checking compatibility for Calzolari.Grpc.Domain 5.2.0 with net6.0. 2021-11-23T19:08:40.5555439Z Checking compatibility for FluentValidation 10.3.4 with net6.0. 2021-11-23T19:08:40.5555766Z Checking compatibility for Grpc.AspNetCore 2.40.0 with net6.0. 2021-11-23T19:08:40.5556106Z Checking compatibility for System.Text.Json 5.0.2 with net6.0. 2021-11-23T19:08:40.5556469Z Checking compatibility for Ryan.Platform.ILab.Geography.Mocks 1.0.0 with net6.0. 2021-11-23T19:08:40.5556843Z Checking compatibility for Microsoft.EntityFrameworkCore.SqlServer 6.0.0 with net6.0. 2021-11-23T19:08:40.5557406Z Checking compatibility for Microsoft.Extensions.Configuration 5.0.0 with net6.0. 2021-11-23T19:08:40.5557813Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:40.5558392Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net6.0. 2021-11-23T19:08:40.5559921Z Checking compatibility for Grpc.AspNetCore.Server.ClientFactory 2.40.0 with net6.0. 2021-11-23T19:08:40.5560704Z Checking compatibility for Google.Protobuf 3.18.0 with net6.0. 2021-11-23T19:08:40.5561320Z Checking compatibility for Grpc.Tools 2.40.0 with net6.0. 2021-11-23T19:08:40.5561794Z Checking compatibility for Microsoft.EntityFrameworkCore.Relational 6.0.0 with net6.0. 2021-11-23T19:08:40.5562267Z Checking compatibility for Microsoft.Data.SqlClient 2.1.4 with net6.0. 2021-11-23T19:08:40.5562734Z Checking compatibility for Grpc.AspNetCore.Server 2.40.0 with net6.0. 2021-11-23T19:08:40.5563199Z Checking compatibility for Grpc.Net.ClientFactory 2.40.0 with net6.0. 2021-11-23T19:08:40.5563665Z Checking compatibility for Microsoft.EntityFrameworkCore 6.0.0 with net6.0. 2021-11-23T19:08:40.5564175Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5565234Z Checking compatibility for Microsoft.Data.SqlClient.SNI.runtime 2.1.1 with net6.0. 2021-11-23T19:08:40.5565807Z Checking compatibility for Microsoft.Win32.Registry 4.7.0 with net6.0. 2021-11-23T19:08:40.5566380Z Checking compatibility for System.Security.Principal.Windows 4.7.0 with net6.0. 2021-11-23T19:08:40.5566794Z Checking compatibility for System.Text.Encoding.CodePages 4.7.0 with net6.0. 2021-11-23T19:08:40.5567202Z Checking compatibility for System.Configuration.ConfigurationManager 4.7.0 with net6.0. 2021-11-23T19:08:40.5567613Z Checking compatibility for System.Runtime.Caching 4.7.0 with net6.0. 2021-11-23T19:08:40.5568158Z Checking compatibility for Microsoft.Identity.Client 4.21.1 with net6.0. 2021-11-23T19:08:40.5587085Z Checking compatibility for Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 with net6.0. 2021-11-23T19:08:40.5587537Z Checking compatibility for Microsoft.IdentityModel.JsonWebTokens 6.8.0 with net6.0. 2021-11-23T19:08:40.5588126Z Checking compatibility for Grpc.Net.Common 2.40.0 with net6.0. 2021-11-23T19:08:40.5588484Z Checking compatibility for Grpc.Net.Client 2.40.0 with net6.0. 2021-11-23T19:08:40.5589027Z Checking compatibility for Microsoft.Extensions.Http 3.0.3 with net6.0. 2021-11-23T19:08:40.5589415Z Checking compatibility for Microsoft.EntityFrameworkCore.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5589839Z Checking compatibility for Microsoft.EntityFrameworkCore.Analyzers 6.0.0 with net6.0. 2021-11-23T19:08:40.5590253Z Checking compatibility for Microsoft.Extensions.Caching.Memory 6.0.0 with net6.0. 2021-11-23T19:08:40.5590643Z Checking compatibility for Microsoft.Extensions.Logging 6.0.0 with net6.0. 2021-11-23T19:08:40.5591037Z Checking compatibility for System.Collections.Immutable 6.0.0 with net6.0. 2021-11-23T19:08:40.5591438Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0 with net6.0. 2021-11-23T19:08:40.5591831Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:40.5592552Z Checking compatibility for System.Security.AccessControl 4.7.0 with net6.0. 2021-11-23T19:08:40.5592924Z Checking compatibility for Microsoft.NETCore.Platforms 3.1.0 with net6.0. 2021-11-23T19:08:40.5593292Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.7.0 with net6.0. 2021-11-23T19:08:40.5593677Z Checking compatibility for System.Security.Permissions 4.7.0 with net6.0. 2021-11-23T19:08:40.5594051Z Checking compatibility for Microsoft.IdentityModel.Protocols 6.8.0 with net6.0. 2021-11-23T19:08:40.5594416Z Checking compatibility for System.IdentityModel.Tokens.Jwt 6.8.0 with net6.0. 2021-11-23T19:08:40.5594792Z Checking compatibility for Microsoft.IdentityModel.Tokens 6.8.0 with net6.0. 2021-11-23T19:08:40.5595306Z Checking compatibility for Grpc.Core.Api 2.40.0 with net6.0. 2021-11-23T19:08:40.5595666Z Checking compatibility for Microsoft.Extensions.Caching.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5596064Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5596618Z Checking compatibility for Microsoft.Extensions.Options 6.0.0 with net6.0. 2021-11-23T19:08:40.5597241Z Checking compatibility for System.Windows.Extensions 4.7.0 with net6.0. 2021-11-23T19:08:40.5597633Z Checking compatibility for Microsoft.IdentityModel.Logging 6.8.0 with net6.0. 2021-11-23T19:08:40.5598218Z Checking compatibility for System.Security.Cryptography.Cng 4.5.0 with net6.0. 2021-11-23T19:08:40.5598616Z Checking compatibility for System.Memory 4.5.3 with net6.0. 2021-11-23T19:08:40.5598995Z Checking compatibility for System.Drawing.Common 4.7.0 with net6.0. 2021-11-23T19:08:40.5599600Z Checking compatibility for Microsoft.Win32.SystemEvents 4.7.0 with net6.0. 2021-11-23T19:08:40.5600147Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:40.5600640Z Committing restore... 2021-11-23T19:08:40.5601056Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/ProjectB.Application.csproj.nuget.g.props. 2021-11-23T19:08:40.5601777Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/ProjectB.Application.csproj.nuget.g.targets. 2021-11-23T19:08:40.5602478Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/project.assets.json 2021-11-23T19:08:40.5607933Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/project.nuget.cache 2021-11-23T19:08:40.5608644Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/ProjectB.Application.csproj.nuget.dgspec.json 2021-11-23T19:08:40.5609153Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj (in 13 ms). 2021-11-23T19:08:40.5651145Z Reading project file /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj. 2021-11-23T19:08:40.5651531Z Restoring packages for /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj... 2021-11-23T19:08:40.5651870Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:40.5652141Z Resolving conflicts for net6.0... 2021-11-23T19:08:40.5652940Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/3.0.3/microsoft.extensions.dependencyinjection.3.0.3.nupkg 13ms 2021-11-23T19:08:40.5653384Z Resolving conflicts for net6.0... 2021-11-23T19:08:40.5653695Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection 3.0.3 2021-11-23T19:08:40.5654087Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection 3.0.3 2021-11-23T19:08:40.5654428Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:40.5654738Z Checking compatibility for Ryan.Platform.ILab.EM.Shared 1.0.0 with net6.0. 2021-11-23T19:08:40.5655121Z Checking compatibility for Azure.Extensions.AspNetCore.Configuration.Secrets 1.2.1 with net6.0. 2021-11-23T19:08:40.5655490Z Checking compatibility for Azure.Identity 1.5.0 with net6.0. 2021-11-23T19:08:40.5655824Z Checking compatibility for Azure.Security.KeyVault.Secrets 4.2.0 with net6.0. 2021-11-23T19:08:40.5656193Z Checking compatibility for Microsoft.Extensions.Configuration 6.0.0 with net6.0. 2021-11-23T19:08:40.5656584Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5656963Z Checking compatibility for Microsoft.Extensions.Configuration.Binder 6.0.0 with net6.0. 2021-11-23T19:08:40.5657577Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5657954Z Checking compatibility for Azure.Core 1.20.0 with net6.0. 2021-11-23T19:08:40.5658276Z Checking compatibility for Microsoft.Identity.Client 4.30.1 with net6.0. 2021-11-23T19:08:40.5658651Z Checking compatibility for Microsoft.Identity.Client.Extensions.Msal 2.18.4 with net6.0. 2021-11-23T19:08:40.5659011Z Checking compatibility for System.Memory 4.5.4 with net6.0. 2021-11-23T19:08:40.5659355Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.5.0 with net6.0. 2021-11-23T19:08:40.5659715Z Checking compatibility for System.Text.Json 4.6.0 with net6.0. 2021-11-23T19:08:40.5660246Z Checking compatibility for System.Threading.Tasks.Extensions 4.5.4 with net6.0. 2021-11-23T19:08:40.5661205Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:40.5661932Z Checking compatibility for Microsoft.Bcl.AsyncInterfaces 1.0.0 with net6.0. 2021-11-23T19:08:40.5662407Z Checking compatibility for System.Diagnostics.DiagnosticSource 4.6.0 with net6.0. 2021-11-23T19:08:40.5662884Z Checking compatibility for System.Memory.Data 1.0.2 with net6.0. 2021-11-23T19:08:40.5663342Z Checking compatibility for System.Numerics.Vectors 4.5.0 with net6.0. 2021-11-23T19:08:40.5663950Z Checking compatibility for System.Text.Encodings.Web 4.7.2 with net6.0. 2021-11-23T19:08:40.5665013Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:40.5665362Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:40.5665759Z Committing restore... 2021-11-23T19:08:40.5666085Z Generating MSBuild file /home/vsts/work/1/s/src/EM.Shared/obj/EM.Shared.csproj.nuget.g.props. 2021-11-23T19:08:40.5666489Z Generating MSBuild file /home/vsts/work/1/s/src/EM.Shared/obj/EM.Shared.csproj.nuget.g.targets. 2021-11-23T19:08:40.5666896Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/EM.Shared/obj/project.assets.json 2021-11-23T19:08:40.5667325Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/EM.Shared/obj/project.nuget.cache 2021-11-23T19:08:40.5667735Z Persisting dg to /home/vsts/work/1/s/src/EM.Shared/obj/EM.Shared.csproj.nuget.dgspec.json 2021-11-23T19:08:40.5668092Z Restored /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj (in 17 ms). 2021-11-23T19:08:40.5877854Z Reading project file /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj. 2021-11-23T19:08:40.5880045Z Restoring packages for /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj... 2021-11-23T19:08:40.5882698Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:40.5886259Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/index.json 2021-11-23T19:08:40.5888771Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/5.0.0/microsoft.extensions.logging.5.0.0.nupkg 2021-11-23T19:08:40.5891880Z Installed Microsoft.Extensions.DependencyInjection 3.0.3 from https://api.nuget.org/v3/index.json with content hash Vu59TuHl3zoRI8vwK6gQL2EbWI2Qf/uBHFkSJXb4pgNvW7g8yK6Gn3v1bXDIKbMKEneTApriHfCVde0O314K+g==. 2021-11-23T19:08:40.5896319Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:40.5899589Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Api 1.0.0 with net6.0. 2021-11-23T19:08:40.5904177Z Checking compatibility for protobuf-net.Grpc.AspNetCore 1.0.152 with net6.0. 2021-11-23T19:08:40.5907448Z Checking compatibility for AutoMapper 10.1.1 with net6.0. 2021-11-23T19:08:40.5909736Z Checking compatibility for AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 with net6.0. 2021-11-23T19:08:40.5912260Z Checking compatibility for Calzolari.Grpc.AspNetCore.Validation 5.4.0 with net6.0. 2021-11-23T19:08:40.5915888Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Application 1.0.0 with net6.0. 2021-11-23T19:08:40.5918191Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Contracts 1.0.0 with net6.0. 2021-11-23T19:08:40.5920245Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Domain 1.0.0 with net6.0. 2021-11-23T19:08:40.5923786Z Checking compatibility for protobuf-net.Grpc 1.0.152 with net6.0. 2021-11-23T19:08:40.5926720Z Checking compatibility for Microsoft.CSharp 4.7.0 with net6.0. 2021-11-23T19:08:40.5929575Z Checking compatibility for System.Reflection.Emit 4.7.0 with net6.0. 2021-11-23T19:08:40.5932431Z Checking compatibility for Calzolari.Grpc.Domain 5.2.0 with net6.0. 2021-11-23T19:08:40.5935233Z Checking compatibility for FluentValidation 10.3.4 with net6.0. 2021-11-23T19:08:40.5938095Z Checking compatibility for Grpc.AspNetCore 2.40.0 with net6.0. 2021-11-23T19:08:40.5941082Z Checking compatibility for System.Text.Json 5.0.2 with net6.0. 2021-11-23T19:08:40.5943986Z Checking compatibility for Microsoft.Extensions.DependencyInjection 6.0.0 with net6.0. 2021-11-23T19:08:40.5946885Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration 1.0.0 with net6.0. 2021-11-23T19:08:40.5949806Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Persistence 1.0.0 with net6.0. 2021-11-23T19:08:40.5952652Z Checking compatibility for FluentValidation.AspNetCore 10.3.4 with net6.0. 2021-11-23T19:08:40.5955775Z Checking compatibility for protobuf-net 2.4.6 with net6.0. 2021-11-23T19:08:40.5960788Z Checking compatibility for Grpc.AspNetCore.Server.ClientFactory 2.40.0 with net6.0. 2021-11-23T19:08:40.5965165Z Checking compatibility for Google.Protobuf 3.18.0 with net6.0. 2021-11-23T19:08:40.5969991Z Checking compatibility for Grpc.Tools 2.40.0 with net6.0. 2021-11-23T19:08:40.5973966Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.5976724Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:40.5980078Z Checking compatibility for Ryan.Platform.ILab.Geography.Mocks 1.0.0 with net6.0. 2021-11-23T19:08:40.5984485Z Checking compatibility for Microsoft.EntityFrameworkCore.SqlServer 6.0.0 with net6.0. 2021-11-23T19:08:40.5988392Z Checking compatibility for Microsoft.Extensions.Configuration 5.0.0 with net6.0. 2021-11-23T19:08:40.5992453Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:40.6048941Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Exceptions 1.0.0 with net6.0. 2021-11-23T19:08:40.6052791Z Checking compatibility for FluentValidation.DependencyInjectionExtensions 10.3.4 with net6.0. 2021-11-23T19:08:40.6054905Z Checking compatibility for System.ServiceModel.Primitives 4.5.3 with net6.0. 2021-11-23T19:08:40.6056936Z Checking compatibility for Grpc.AspNetCore.Server 2.40.0 with net6.0. 2021-11-23T19:08:40.6058793Z Checking compatibility for Grpc.Net.ClientFactory 2.40.0 with net6.0. 2021-11-23T19:08:40.6060645Z Checking compatibility for Microsoft.EntityFrameworkCore.Relational 6.0.0 with net6.0. 2021-11-23T19:08:40.6062754Z Checking compatibility for Microsoft.Data.SqlClient 2.1.4 with net6.0. 2021-11-23T19:08:40.6064597Z Checking compatibility for System.Private.ServiceModel 4.5.3 with net6.0. 2021-11-23T19:08:40.6066434Z Checking compatibility for Grpc.Net.Common 2.40.0 with net6.0. 2021-11-23T19:08:40.6068260Z Checking compatibility for Grpc.Net.Client 2.40.0 with net6.0. 2021-11-23T19:08:40.6070453Z Checking compatibility for Microsoft.Extensions.Http 3.0.3 with net6.0. 2021-11-23T19:08:40.6072521Z Checking compatibility for Microsoft.EntityFrameworkCore 6.0.0 with net6.0. 2021-11-23T19:08:40.6074719Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.6076824Z Checking compatibility for Microsoft.Data.SqlClient.SNI.runtime 2.1.1 with net6.0. 2021-11-23T19:08:40.6079335Z Checking compatibility for Microsoft.Win32.Registry 4.7.0 with net6.0. 2021-11-23T19:08:40.6081147Z Checking compatibility for System.Security.Principal.Windows 4.7.0 with net6.0. 2021-11-23T19:08:40.6083242Z Checking compatibility for System.Text.Encoding.CodePages 4.7.0 with net6.0. 2021-11-23T19:08:40.6086249Z Checking compatibility for System.Configuration.ConfigurationManager 4.7.0 with net6.0. 2021-11-23T19:08:40.6089190Z Checking compatibility for System.Runtime.Caching 4.7.0 with net6.0. 2021-11-23T19:08:40.6091606Z Checking compatibility for Microsoft.Identity.Client 4.21.1 with net6.0. 2021-11-23T19:08:40.6094271Z Checking compatibility for Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 with net6.0. 2021-11-23T19:08:40.6096142Z Checking compatibility for Microsoft.IdentityModel.JsonWebTokens 6.8.0 with net6.0. 2021-11-23T19:08:40.6097986Z Checking compatibility for System.Reflection.DispatchProxy 4.5.0 with net6.0. 2021-11-23T19:08:40.6099788Z Checking compatibility for Grpc.Core.Api 2.40.0 with net6.0. 2021-11-23T19:08:40.6101776Z Checking compatibility for Microsoft.EntityFrameworkCore.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.6104472Z Checking compatibility for Microsoft.EntityFrameworkCore.Analyzers 6.0.0 with net6.0. 2021-11-23T19:08:40.6104848Z Checking compatibility for Microsoft.Extensions.Caching.Memory 6.0.0 with net6.0. 2021-11-23T19:08:40.6108576Z Checking compatibility for Microsoft.Extensions.Logging 6.0.0 with net6.0. 2021-11-23T19:08:40.6109116Z Checking compatibility for System.Collections.Immutable 6.0.0 with net6.0. 2021-11-23T19:08:40.6109533Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0 with net6.0. 2021-11-23T19:08:40.6109884Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:40.6110252Z Checking compatibility for System.Security.AccessControl 4.7.0 with net6.0. 2021-11-23T19:08:40.6110605Z Checking compatibility for Microsoft.NETCore.Platforms 3.1.0 with net6.0. 2021-11-23T19:08:40.6110954Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.7.0 with net6.0. 2021-11-23T19:08:40.6111354Z Checking compatibility for System.Security.Permissions 4.7.0 with net6.0. 2021-11-23T19:08:40.6112116Z Checking compatibility for Microsoft.IdentityModel.Protocols 6.8.0 with net6.0. 2021-11-23T19:08:40.6112691Z Checking compatibility for System.IdentityModel.Tokens.Jwt 6.8.0 with net6.0. 2021-11-23T19:08:40.6113233Z Checking compatibility for Microsoft.IdentityModel.Tokens 6.8.0 with net6.0. 2021-11-23T19:08:40.6113834Z Checking compatibility for System.Memory 4.5.3 with net6.0. 2021-11-23T19:08:40.6114371Z Checking compatibility for Microsoft.Extensions.Caching.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.6114924Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:40.6115444Z Checking compatibility for Microsoft.Extensions.Options 6.0.0 with net6.0. 2021-11-23T19:08:40.6116013Z Checking compatibility for System.Windows.Extensions 4.7.0 with net6.0. 2021-11-23T19:08:40.6116529Z Checking compatibility for Microsoft.IdentityModel.Logging 6.8.0 with net6.0. 2021-11-23T19:08:40.6117083Z Checking compatibility for System.Security.Cryptography.Cng 4.5.0 with net6.0. 2021-11-23T19:08:40.6117620Z Checking compatibility for System.Drawing.Common 4.7.0 with net6.0. 2021-11-23T19:08:40.6118193Z Checking compatibility for Microsoft.Win32.SystemEvents 4.7.0 with net6.0. 2021-11-23T19:08:40.6118743Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:40.6119347Z Committing restore... 2021-11-23T19:08:40.6119897Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/ProjectB.Api.csproj.nuget.g.props. 2021-11-23T19:08:40.6120486Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/ProjectB.Api.csproj.nuget.g.targets. 2021-11-23T19:08:40.6121048Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/project.assets.json 2021-11-23T19:08:40.6121913Z GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore/index.json 2021-11-23T19:08:40.6122893Z GET https://api.nuget.org/v3-flatcontainer/calzolari.grpc.net.client.validation/index.json 2021-11-23T19:08:40.6123359Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/project.nuget.cache 2021-11-23T19:08:40.6124153Z Persisting dg to /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/ProjectB.Api.csproj.nuget.dgspec.json 2021-11-23T19:08:40.6124661Z Restored /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj (in 55 ms). 2021-11-23T19:08:40.6125535Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/5.0.0/microsoft.extensions.logging.5.0.0.nupkg 21ms 2021-11-23T19:08:40.6127420Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.0/microsoft.extensions.dependencyinjection.5.0.0.nupkg 2021-11-23T19:08:40.6130566Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/5.0.0/microsoft.extensions.logging.abstractions.5.0.0.nupkg 2021-11-23T19:08:40.6133974Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/5.0.0/microsoft.extensions.options.5.0.0.nupkg 2021-11-23T19:08:40.6138844Z Reading project file /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj. 2021-11-23T19:08:40.6139252Z Restoring packages for /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj... 2021-11-23T19:08:40.6139601Z Restoring packages for .NETCoreApp,Version=v6.0... 2021-11-23T19:08:40.6140357Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.0/microsoft.extensions.dependencyinjection.5.0.0.nupkg 6ms 2021-11-23T19:08:40.6141729Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/5.0.0/microsoft.extensions.options.5.0.0.nupkg 5ms 2021-11-23T19:08:40.6147241Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/5.0.0/microsoft.extensions.logging.abstractions.5.0.0.nupkg 9ms 2021-11-23T19:08:40.6147910Z OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore/index.json 20ms 2021-11-23T19:08:40.6148532Z GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore/6.2.3/swashbuckle.aspnetcore.6.2.3.nupkg 2021-11-23T19:08:40.6149175Z OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore/6.2.3/swashbuckle.aspnetcore.6.2.3.nupkg 4ms 2021-11-23T19:08:40.6149870Z GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swagger/index.json 2021-11-23T19:08:40.6150444Z GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggergen/index.json 2021-11-23T19:08:40.6152838Z GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggerui/index.json 2021-11-23T19:08:40.6153457Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.apidescription.server/index.json 2021-11-23T19:08:40.6367177Z OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggergen/index.json 22ms 2021-11-23T19:08:40.6375270Z GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggergen/6.2.3/swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg 2021-11-23T19:08:40.6406291Z OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swagger/index.json 26ms 2021-11-23T19:08:40.6416533Z GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swagger/6.2.3/swashbuckle.aspnetcore.swagger.6.2.3.nupkg 2021-11-23T19:08:40.6417446Z OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggergen/6.2.3/swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg 4ms 2021-11-23T19:08:40.6444000Z OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggerui/index.json 29ms 2021-11-23T19:08:40.6455087Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.apidescription.server/index.json 29ms 2021-11-23T19:08:40.6456404Z GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggerui/6.2.3/swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg 2021-11-23T19:08:40.6546354Z OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swagger/6.2.3/swashbuckle.aspnetcore.swagger.6.2.3.nupkg 4ms 2021-11-23T19:08:40.6547151Z OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggerui/6.2.3/swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg 6ms 2021-11-23T19:08:40.6547869Z GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg 2021-11-23T19:08:40.6563542Z GET https://api.nuget.org/v3-flatcontainer/microsoft.openapi/index.json 2021-11-23T19:08:40.6610160Z OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg 4ms 2021-11-23T19:08:40.6691053Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/index.json 101ms 2021-11-23T19:08:40.6694471Z GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/2.2.0/microsoft.aspnetcore.cors.2.2.0.nupkg 2021-11-23T19:08:40.6751779Z OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/2.2.0/microsoft.aspnetcore.cors.2.2.0.nupkg 4ms 2021-11-23T19:08:40.6753941Z OK https://api.nuget.org/v3-flatcontainer/calzolari.grpc.net.client.validation/index.json 86ms 2021-11-23T19:08:40.6754915Z GET https://api.nuget.org/v3-flatcontainer/calzolari.grpc.net.client.validation/5.3.0/calzolari.grpc.net.client.validation.5.3.0.nupkg 2021-11-23T19:08:40.6785884Z OK https://api.nuget.org/v3-flatcontainer/microsoft.openapi/index.json 22ms 2021-11-23T19:08:40.6796421Z GET https://api.nuget.org/v3-flatcontainer/microsoft.openapi/1.2.3/microsoft.openapi.1.2.3.nupkg 2021-11-23T19:08:40.6801621Z OK https://api.nuget.org/v3-flatcontainer/calzolari.grpc.net.client.validation/5.3.0/calzolari.grpc.net.client.validation.5.3.0.nupkg 5ms 2021-11-23T19:08:40.6815082Z GET https://api.nuget.org/v3-flatcontainer/grpc.core/index.json 2021-11-23T19:08:40.6838213Z OK https://api.nuget.org/v3-flatcontainer/microsoft.openapi/1.2.3/microsoft.openapi.1.2.3.nupkg 4ms 2021-11-23T19:08:40.7541602Z OK https://api.nuget.org/v3-flatcontainer/grpc.core/index.json 72ms 2021-11-23T19:08:40.7550695Z GET https://api.nuget.org/v3-flatcontainer/grpc.core/2.41.1/grpc.core.2.41.1.nupkg 2021-11-23T19:08:40.7594649Z OK https://api.nuget.org/v3-flatcontainer/grpc.core/2.41.1/grpc.core.2.41.1.nupkg 4ms 2021-11-23T19:08:40.8461570Z GET https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.41.1/grpc.core.api.2.41.1.nupkg 2021-11-23T19:08:40.8512949Z OK https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.41.1/grpc.core.api.2.41.1.nupkg 5ms 2021-11-23T19:08:41.3985522Z Resolving conflicts for net6.0... 2021-11-23T19:08:41.3986041Z Resolving conflicts for net6.0... 2021-11-23T19:08:41.3986393Z Acquiring lock for the installation of Grpc.Core.Api 2.41.1 2021-11-23T19:08:41.3987246Z Acquired lock for the installation of Grpc.Core.Api 2.41.1 2021-11-23T19:08:41.3987667Z Acquiring lock for the installation of Microsoft.OpenApi 1.2.3 2021-11-23T19:08:41.3988061Z Acquired lock for the installation of Microsoft.OpenApi 1.2.3 2021-11-23T19:08:41.3988467Z Acquiring lock for the installation of Grpc.Core 2.41.1 2021-11-23T19:08:41.3988859Z Acquired lock for the installation of Grpc.Core 2.41.1 2021-11-23T19:08:41.3989240Z Acquiring lock for the installation of Grpc.Core.Api 2.41.1 2021-11-23T19:08:41.3989647Z Acquiring lock for the installation of Microsoft.OpenApi 1.2.3 2021-11-23T19:08:41.3990048Z Acquiring lock for the installation of Grpc.Core 2.41.1 2021-11-23T19:08:41.3990481Z Acquiring lock for the installation of Microsoft.Extensions.ApiDescription.Server 3.0.0 2021-11-23T19:08:41.3990965Z Acquired lock for the installation of Microsoft.Extensions.ApiDescription.Server 3.0.0 2021-11-23T19:08:41.3991434Z Acquiring lock for the installation of Swashbuckle.AspNetCore.SwaggerUI 6.2.3 2021-11-23T19:08:41.3991871Z Acquired lock for the installation of Swashbuckle.AspNetCore.SwaggerUI 6.2.3 2021-11-23T19:08:41.3992325Z Acquiring lock for the installation of Swashbuckle.AspNetCore.SwaggerGen 6.2.3 2021-11-23T19:08:41.3994752Z Acquired lock for the installation of Swashbuckle.AspNetCore.SwaggerGen 6.2.3 2021-11-23T19:08:41.3995407Z Acquiring lock for the installation of Swashbuckle.AspNetCore.Swagger 6.2.3 2021-11-23T19:08:41.3995928Z Acquired lock for the installation of Swashbuckle.AspNetCore.Swagger 6.2.3 2021-11-23T19:08:41.3996405Z Acquiring lock for the installation of Calzolari.Grpc.Net.Client.Validation 5.3.0 2021-11-23T19:08:41.3997116Z Acquired lock for the installation of Calzolari.Grpc.Net.Client.Validation 5.3.0 2021-11-23T19:08:41.3997730Z Acquiring lock for the installation of Swashbuckle.AspNetCore 6.2.3 2021-11-23T19:08:41.3998160Z Acquired lock for the installation of Swashbuckle.AspNetCore 6.2.3 2021-11-23T19:08:41.3998575Z Acquiring lock for the installation of Microsoft.Extensions.Options 5.0.0 2021-11-23T19:08:41.3999017Z Acquired lock for the installation of Microsoft.Extensions.Options 5.0.0 2021-11-23T19:08:41.3999476Z Acquiring lock for the installation of Microsoft.Extensions.Logging.Abstractions 5.0.0 2021-11-23T19:08:41.3999935Z Acquired lock for the installation of Microsoft.Extensions.Logging.Abstractions 5.0.0 2021-11-23T19:08:41.4000409Z Acquiring lock for the installation of Microsoft.Extensions.DependencyInjection 5.0.0 2021-11-23T19:08:41.4000881Z Acquired lock for the installation of Microsoft.Extensions.DependencyInjection 5.0.0 2021-11-23T19:08:41.4001323Z Acquiring lock for the installation of Microsoft.Extensions.Logging 5.0.0 2021-11-23T19:08:41.4001765Z Acquired lock for the installation of Microsoft.Extensions.Logging 5.0.0 2021-11-23T19:08:41.4002205Z Acquiring lock for the installation of Microsoft.AspNetCore.Cors 2.2.0 2021-11-23T19:08:41.4002620Z Acquired lock for the installation of Microsoft.AspNetCore.Cors 2.2.0 2021-11-23T19:08:41.4003258Z Acquiring lock for the installation of Microsoft.Extensions.ApiDescription.Server 3.0.0 2021-11-23T19:08:41.4003885Z Acquiring lock for the installation of Swashbuckle.AspNetCore.SwaggerUI 6.2.3 2021-11-23T19:08:41.4004345Z Acquiring lock for the installation of Swashbuckle.AspNetCore.SwaggerGen 6.2.3 2021-11-23T19:08:41.4004795Z Acquiring lock for the installation of Swashbuckle.AspNetCore.Swagger 6.2.3 2021-11-23T19:08:41.4005233Z Acquiring lock for the installation of Calzolari.Grpc.Net.Client.Validation 5.3.0 2021-11-23T19:08:41.4005684Z Acquiring lock for the installation of Swashbuckle.AspNetCore 6.2.3 2021-11-23T19:08:41.4006314Z Installed Microsoft.AspNetCore.Cors 2.2.0 from https://api.nuget.org/v3/index.json with content hash LFlTM3ThS3ZCILuKnjy8HyK9/IlDh3opogdbCVx6tMGyDzTQBgMPXLjGDLtMk5QmLDCcP3l1TO3z/+1viA8GUg==. 2021-11-23T19:08:41.4007292Z Installed Microsoft.Extensions.Logging 5.0.0 from https://api.nuget.org/v3/index.json with content hash MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==. 2021-11-23T19:08:41.4008166Z Installed Microsoft.Extensions.DependencyInjection 5.0.0 from https://api.nuget.org/v3/index.json with content hash Rc2kb/p3Ze6cP6rhFC3PJRdWGbLvSHZc0ev7YlyeU6FmHciDMLrhoVoTUEzKPhN5ZjFgKF1Cf5fOz8mCMIkvpA==. 2021-11-23T19:08:41.4009057Z Installed Microsoft.Extensions.Logging.Abstractions 5.0.0 from https://api.nuget.org/v3/index.json with content hash NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==. 2021-11-23T19:08:41.4009930Z Installed Microsoft.Extensions.Options 5.0.0 from https://api.nuget.org/v3/index.json with content hash CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==. 2021-11-23T19:08:41.4010764Z Installed Swashbuckle.AspNetCore 6.2.3 from https://api.nuget.org/v3/index.json with content hash cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==. 2021-11-23T19:08:41.4012005Z Lock not required - Package already installed Swashbuckle.AspNetCore 6.2.3 2021-11-23T19:08:41.4012693Z Installed Calzolari.Grpc.Net.Client.Validation 5.3.0 from https://api.nuget.org/v3/index.json with content hash gZUu9xljibWJ1mEJJrXWRbWkS4+oEm5jgBKzZtjT2//uAr+nMqBX0M1OIwl0NFC4tDma2YNGyjAbBx2XaAI0pg==. 2021-11-23T19:08:41.4013593Z Lock not required - Package already installed Calzolari.Grpc.Net.Client.Validation 5.3.0 2021-11-23T19:08:41.4014425Z Installed Swashbuckle.AspNetCore.Swagger 6.2.3 from https://api.nuget.org/v3/index.json with content hash qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==. 2021-11-23T19:08:41.4015340Z Lock not required - Package already installed Swashbuckle.AspNetCore.Swagger 6.2.3 2021-11-23T19:08:41.4016024Z Installed Swashbuckle.AspNetCore.SwaggerGen 6.2.3 from https://api.nuget.org/v3/index.json with content hash +Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==. 2021-11-23T19:08:41.4017035Z Lock not required - Package already installed Swashbuckle.AspNetCore.SwaggerGen 6.2.3 2021-11-23T19:08:41.4017694Z Installed Swashbuckle.AspNetCore.SwaggerUI 6.2.3 from https://api.nuget.org/v3/index.json with content hash bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==. 2021-11-23T19:08:41.4018530Z Lock not required - Package already installed Swashbuckle.AspNetCore.SwaggerUI 6.2.3 2021-11-23T19:08:41.4019192Z Installed Microsoft.Extensions.ApiDescription.Server 3.0.0 from https://api.nuget.org/v3/index.json with content hash LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==. 2021-11-23T19:08:41.4020274Z Lock not required - Package already installed Microsoft.Extensions.ApiDescription.Server 3.0.0 2021-11-23T19:08:41.4176157Z Installed Grpc.Core.Api 2.41.1 from https://api.nuget.org/v3/index.json with content hash va82wvX7xkurFu56vqXhpdtvzEtuaLipRJ4PkS162JbzeZ4O9mwX0sSroglGTXiMsUiZtgYlSgfW6/JkjE1PCg==. 2021-11-23T19:08:41.4177361Z Lock not required - Package already installed Grpc.Core.Api 2.41.1 2021-11-23T19:08:41.4473755Z Installed Microsoft.OpenApi 1.2.3 from https://api.nuget.org/v3/index.json with content hash Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==. 2021-11-23T19:08:41.4476845Z Lock not required - Package already installed Microsoft.OpenApi 1.2.3 2021-11-23T19:08:41.5041985Z Installed Grpc.Core 2.41.1 from https://api.nuget.org/v3/index.json with content hash Zjr17VM0jbIsdDNcKb2K5N9y/pvxIkQBD0wkq7IS0df39AW7LBD9Uj1kVtlfZQblEa0iyhX2Bn3YNCGiwxtmWg==. 2021-11-23T19:08:41.5439952Z Lock not required - Package already installed Grpc.Core 2.41.1 2021-11-23T19:08:41.5440591Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:41.5440909Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectA.Api 1.0.0 with net6.0. 2021-11-23T19:08:41.5441264Z Checking compatibility for FluentValidation.AspNetCore 10.3.4 with net6.0. 2021-11-23T19:08:41.5441615Z Checking compatibility for Microsoft.AspNetCore.Mvc.Core 2.2.5 with net6.0. 2021-11-23T19:08:41.5441932Z Checking compatibility for AutoMapper 10.1.1 with net6.0. 2021-11-23T19:08:41.5442275Z Checking compatibility for Microsoft.AspNetCore.Mvc.Versioning 5.0.0 with net6.0. 2021-11-23T19:08:41.5442659Z Checking compatibility for Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer 5.0.0 with net6.0. 2021-11-23T19:08:41.5443024Z Checking compatibility for Swashbuckle.AspNetCore 6.2.3 with net6.0. 2021-11-23T19:08:41.5443402Z Checking compatibility for AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 with net6.0. 2021-11-23T19:08:41.5443770Z Checking compatibility for Calzolari.Grpc.Net.Client.Validation 5.3.0 with net6.0. 2021-11-23T19:08:41.5444144Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Client 1.0.0 with net6.0. 2021-11-23T19:08:41.5446378Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:41.5446829Z Checking compatibility for FluentValidation.DependencyInjectionExtensions 10.3.4 with net6.0. 2021-11-23T19:08:41.5447175Z Checking compatibility for FluentValidation 10.3.4 with net6.0. 2021-11-23T19:08:41.5447530Z Checking compatibility for Microsoft.AspNetCore.Authentication.Core 2.2.0 with net6.0. 2021-11-23T19:08:41.5448152Z Checking compatibility for Microsoft.AspNetCore.Authorization.Policy 2.2.0 with net6.0. 2021-11-23T19:08:41.5448525Z Checking compatibility for Microsoft.AspNetCore.Hosting.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5448884Z Checking compatibility for Microsoft.AspNetCore.Http 2.2.0 with net6.0. 2021-11-23T19:08:41.5449239Z Checking compatibility for Microsoft.AspNetCore.Http.Extensions 2.2.0 with net6.0. 2021-11-23T19:08:41.5449590Z Checking compatibility for Microsoft.AspNetCore.Mvc.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5449972Z Checking compatibility for Microsoft.AspNetCore.ResponseCaching.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5450346Z Checking compatibility for Microsoft.AspNetCore.Routing 2.2.0 with net6.0. 2021-11-23T19:08:41.5450693Z Checking compatibility for Microsoft.AspNetCore.Routing.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5451072Z Checking compatibility for Microsoft.Extensions.DependencyModel 2.1.0 with net6.0. 2021-11-23T19:08:41.5451449Z Checking compatibility for Microsoft.Extensions.FileProviders.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5451814Z Checking compatibility for System.Diagnostics.DiagnosticSource 4.5.0 with net6.0. 2021-11-23T19:08:41.5452176Z Checking compatibility for System.Threading.Tasks.Extensions 4.5.1 with net6.0. 2021-11-23T19:08:41.5452502Z Checking compatibility for Microsoft.CSharp 4.7.0 with net6.0. 2021-11-23T19:08:41.5452834Z Checking compatibility for System.Reflection.Emit 4.7.0 with net6.0. 2021-11-23T19:08:41.5453362Z Checking compatibility for Swashbuckle.AspNetCore.Swagger 6.2.3 with net6.0. 2021-11-23T19:08:41.5453725Z Checking compatibility for Swashbuckle.AspNetCore.SwaggerGen 6.2.3 with net6.0. 2021-11-23T19:08:41.5454106Z Checking compatibility for Swashbuckle.AspNetCore.SwaggerUI 6.2.3 with net6.0. 2021-11-23T19:08:41.5454501Z Checking compatibility for Microsoft.Extensions.ApiDescription.Server 3.0.0 with net6.0. 2021-11-23T19:08:41.5454870Z Checking compatibility for Microsoft.Extensions.Options 3.0.0 with net6.0. 2021-11-23T19:08:41.5455387Z Checking compatibility for Calzolari.Grpc.Domain 5.2.0 with net6.0. 2021-11-23T19:08:41.5455732Z Checking compatibility for Grpc.Core 2.41.1 with net6.0. 2021-11-23T19:08:41.5456052Z Checking compatibility for System.Text.Json 5.0.2 with net6.0. 2021-11-23T19:08:41.5456397Z Checking compatibility for Grpc.Net.Client 2.40.0 with net6.0. 2021-11-23T19:08:41.5456766Z Checking compatibility for Microsoft.Extensions.DependencyInjection 5.0.2 with net6.0. 2021-11-23T19:08:41.5457151Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Contracts 1.0.0 with net6.0. 2021-11-23T19:08:41.5457565Z Checking compatibility for Microsoft.AspNetCore.Authentication.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5458142Z Checking compatibility for Microsoft.AspNetCore.Authorization 2.2.0 with net6.0. 2021-11-23T19:08:41.5458504Z Checking compatibility for Microsoft.AspNetCore.Hosting.Server.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5458896Z Checking compatibility for Microsoft.Extensions.Hosting.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5459271Z Checking compatibility for Microsoft.AspNetCore.Http.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5459621Z Checking compatibility for Microsoft.AspNetCore.WebUtilities 2.2.0 with net6.0. 2021-11-23T19:08:41.5459974Z Checking compatibility for Microsoft.Net.Http.Headers 2.2.0 with net6.0. 2021-11-23T19:08:41.5460307Z Checking compatibility for Microsoft.Extensions.ObjectPool 2.2.0 with net6.0. 2021-11-23T19:08:41.5460644Z Checking compatibility for System.Buffers 4.5.0 with net6.0. 2021-11-23T19:08:41.5461265Z Checking compatibility for Microsoft.DotNet.PlatformAbstractions 2.1.0 with net6.0. 2021-11-23T19:08:41.5461594Z Checking compatibility for Newtonsoft.Json 9.0.1 with net6.0. 2021-11-23T19:08:41.5461932Z Checking compatibility for System.Diagnostics.Debug 4.0.11 with net6.0. 2021-11-23T19:08:41.5462273Z Checking compatibility for System.Dynamic.Runtime 4.0.11 with net6.0. 2021-11-23T19:08:41.5462583Z Checking compatibility for System.Linq 4.1.0 with net6.0. 2021-11-23T19:08:41.5462903Z Checking compatibility for Microsoft.OpenApi 1.2.3 with net6.0. 2021-11-23T19:08:41.5463244Z Checking compatibility for Microsoft.Extensions.Primitives 3.0.0 with net6.0. 2021-11-23T19:08:41.5463567Z Checking compatibility for Grpc.Core.Api 2.41.1 with net6.0. 2021-11-23T19:08:41.5463886Z Checking compatibility for System.Memory 4.5.3 with net6.0. 2021-11-23T19:08:41.5464252Z Checking compatibility for Grpc.Net.Common 2.40.0 with net6.0. 2021-11-23T19:08:41.5464781Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 3.0.3 with net6.0. 2021-11-23T19:08:41.5465194Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0 with net6.0. 2021-11-23T19:08:41.5465873Z Checking compatibility for protobuf-net.Grpc 1.0.152 with net6.0. 2021-11-23T19:08:41.5466241Z Checking compatibility for Microsoft.AspNetCore.Http.Features 2.2.0 with net6.0. 2021-11-23T19:08:41.5466641Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5467028Z Checking compatibility for System.Text.Encodings.Web 4.5.0 with net6.0. 2021-11-23T19:08:41.5467363Z Checking compatibility for System.AppContext 4.1.0 with net6.0. 2021-11-23T19:08:41.5467882Z Checking compatibility for System.Collections 4.0.11 with net6.0. 2021-11-23T19:08:41.5468847Z Checking compatibility for System.IO 4.1.0 with net6.0. 2021-11-23T19:08:41.5488297Z Checking compatibility for System.IO.FileSystem 4.0.1 with net6.0. 2021-11-23T19:08:41.5488739Z Checking compatibility for System.Reflection.TypeExtensions 4.1.0 with net6.0. 2021-11-23T19:08:41.5489398Z Checking compatibility for System.Runtime.Extensions 4.1.0 with net6.0. 2021-11-23T19:08:41.5489791Z Checking compatibility for System.Runtime.InteropServices 4.1.0 with net6.0. 2021-11-23T19:08:41.5490225Z Checking compatibility for System.Runtime.InteropServices.RuntimeInformation 4.0.0 with net6.0. 2021-11-23T19:08:41.5490809Z Checking compatibility for System.Globalization 4.0.11 with net6.0. 2021-11-23T19:08:41.5491170Z Checking compatibility for System.Linq.Expressions 4.1.0 with net6.0. 2021-11-23T19:08:41.5491544Z Checking compatibility for System.ObjectModel 4.0.12 with net6.0. 2021-11-23T19:08:41.5491892Z Checking compatibility for System.Reflection 4.1.0 with net6.0. 2021-11-23T19:08:41.5492282Z Checking compatibility for System.Reflection.Extensions 4.0.1 with net6.0. 2021-11-23T19:08:41.5492679Z Checking compatibility for System.Resources.ResourceManager 4.0.1 with net6.0. 2021-11-23T19:08:41.5493045Z Checking compatibility for System.Runtime 4.1.0 with net6.0. 2021-11-23T19:08:41.5493434Z Checking compatibility for System.Runtime.Serialization.Primitives 4.1.1 with net6.0. 2021-11-23T19:08:41.5493832Z Checking compatibility for System.Text.Encoding 4.0.11 with net6.0. 2021-11-23T19:08:41.5494203Z Checking compatibility for System.Text.Encoding.Extensions 4.0.11 with net6.0. 2021-11-23T19:08:41.5494563Z Checking compatibility of packages on net6.0. 2021-11-23T19:08:41.5494923Z Checking compatibility for System.Text.RegularExpressions 4.1.0 with net6.0. 2021-11-23T19:08:41.5495288Z Checking compatibility for System.Threading 4.0.11 with net6.0. 2021-11-23T19:08:41.5495669Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectA.Host 1.0.0 with net6.0. 2021-11-23T19:08:41.5496192Z Checking compatibility for Microsoft.AspNetCore.Cors 2.2.0 with net6.0. 2021-11-23T19:08:41.5496559Z Checking compatibility for System.Threading.Tasks 4.0.11 with net6.0. 2021-11-23T19:08:41.5496951Z Checking compatibility for Microsoft.Extensions.Logging 5.0.0 with net6.0. 2021-11-23T19:08:41.5497339Z Checking compatibility for System.Xml.ReaderWriter 4.0.11 with net6.0. 2021-11-23T19:08:41.5497740Z Checking compatibility for Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.11.1 with net6.0. 2021-11-23T19:08:41.5498155Z Checking compatibility for System.Xml.XDocument 4.0.11 with net6.0. 2021-11-23T19:08:41.5498899Z Checking compatibility for OpenTelemetry.Exporter.Console 1.2.0-alpha3 with net6.0. 2021-11-23T19:08:41.5499323Z Checking compatibility for Microsoft.NETCore.Targets 1.0.1 with net6.0. 2021-11-23T19:08:41.5499727Z Checking compatibility for System.Reflection.Emit.ILGeneration 4.0.1 with net6.0. 2021-11-23T19:08:41.5500340Z Checking compatibility for OpenTelemetry.Exporter.OpenTelemetryProtocol 1.2.0-alpha3 with net6.0. 2021-11-23T19:08:41.5506194Z Checking compatibility for OpenTelemetry.Extensions.Hosting 1.0.0-rc7 with net6.0. 2021-11-23T19:08:41.5506755Z Checking compatibility for System.Reflection.Primitives 4.0.1 with net6.0. 2021-11-23T19:08:41.5507457Z Checking compatibility for OpenTelemetry.Instrumentation.AspNetCore 1.0.0-rc7 with net6.0. 2021-11-23T19:08:41.5508608Z Checking compatibility for protobuf-net 2.4.6 with net6.0. 2021-11-23T19:08:41.5509344Z Checking compatibility for System.IO.FileSystem.Primitives 4.0.1 with net6.0. 2021-11-23T19:08:41.5509933Z Checking compatibility for OpenTelemetry.Instrumentation.GrpcNetClient 1.0.0-rc7 with net6.0. 2021-11-23T19:08:41.5510355Z Checking compatibility for System.Runtime.Handles 4.0.1 with net6.0. 2021-11-23T19:08:41.5510954Z Checking compatibility for OpenTelemetry.Instrumentation.Http 1.0.0-rc7 with net6.0. 2021-11-23T19:08:41.5511348Z Checking compatibility for runtime.native.System 4.0.0 with net6.0. 2021-11-23T19:08:41.5511928Z Checking compatibility for Ryan.Platform.ILab.EM.Shared 1.0.0 with net6.0. 2021-11-23T19:08:41.5512334Z Checking compatibility for Ryan.Platform.ILab.Geography.Api 1.0.0 with net6.0. 2021-11-23T19:08:41.5512722Z Checking compatibility for System.Reflection.Emit.Lightweight 4.0.1 with net6.0. 2021-11-23T19:08:41.5513123Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectA.Api 1.0.0 with net6.0. 2021-11-23T19:08:41.5513680Z Checking compatibility for Microsoft.AspNetCore.Http.Extensions 2.2.0 with net6.0. 2021-11-23T19:08:41.5514050Z Checking compatibility for System.Diagnostics.Tools 4.0.1 with net6.0. 2021-11-23T19:08:41.5514438Z Checking compatibility for Microsoft.Extensions.Logging.Abstractions 5.0.0 with net6.0. 2021-11-23T19:08:41.5514828Z Checking compatibility for System.ServiceModel.Primitives 4.5.3 with net6.0. 2021-11-23T19:08:41.5515213Z Checking compatibility for Microsoft.Extensions.Options 5.0.0 with net6.0. 2021-11-23T19:08:41.5515797Z Checking compatibility for OpenTelemetry 1.2.0-alpha3 with net6.0. 2021-11-23T19:08:41.5516167Z Checking compatibility for System.Private.ServiceModel 4.5.3 with net6.0. 2021-11-23T19:08:41.5516705Z Checking compatibility for Google.Protobuf 3.15.5 with net6.0. 2021-11-23T19:08:41.5517061Z Checking compatibility for Microsoft.NETCore.Platforms 2.1.0 with net6.0. 2021-11-23T19:08:41.5517435Z Checking compatibility for Azure.Extensions.AspNetCore.Configuration.Secrets 1.2.1 with net6.0. 2021-11-23T19:08:41.5517835Z Checking compatibility for System.Reflection.DispatchProxy 4.5.0 with net6.0. 2021-11-23T19:08:41.5518191Z Checking compatibility for Azure.Identity 1.5.0 with net6.0. 2021-11-23T19:08:41.5518674Z Checking compatibility for Azure.Security.KeyVault.Secrets 4.2.0 with net6.0. 2021-11-23T19:08:41.5519057Z Checking compatibility for System.Security.Principal.Windows 4.5.0 with net6.0. 2021-11-23T19:08:41.5519444Z Checking compatibility for Microsoft.Extensions.Configuration 6.0.0 with net6.0. 2021-11-23T19:08:41.5519826Z Checking compatibility for Microsoft.Extensions.Configuration.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:41.5520233Z Checking compatibility for Microsoft.Extensions.Configuration.Binder 6.0.0 with net6.0. 2021-11-23T19:08:41.5520592Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:41.5521036Z Checking compatibility for Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 with net6.0. 2021-11-23T19:08:41.5521422Z Checking compatibility for Microsoft.AspNetCore.Mvc.Core 2.2.5 with net6.0. 2021-11-23T19:08:41.5521800Z Checking compatibility for Microsoft.AspNetCore.Mvc.Versioning 5.0.0 with net6.0. 2021-11-23T19:08:41.5522187Z Checking compatibility for Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer 5.0.0 with net6.0. 2021-11-23T19:08:41.5522586Z Checking compatibility for Ryan.Platform.ILab.Geography.Mocks 1.0.0 with net6.0. 2021-11-23T19:08:41.5522966Z Checking compatibility for FluentValidation.AspNetCore 10.3.4 with net6.0. 2021-11-23T19:08:41.5523299Z Checking compatibility for AutoMapper 10.1.1 with net6.0. 2021-11-23T19:08:41.5523642Z Checking compatibility for Swashbuckle.AspNetCore 6.2.3 with net6.0. 2021-11-23T19:08:41.5524031Z Checking compatibility for AutoMapper.Extensions.Microsoft.DependencyInjection 8.1.1 with net6.0. 2021-11-23T19:08:41.5524424Z Checking compatibility for Calzolari.Grpc.Net.Client.Validation 5.3.0 with net6.0. 2021-11-23T19:08:41.5524819Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Client 1.0.0 with net6.0. 2021-11-23T19:08:41.5525225Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Core 1.0.0 with net6.0. 2021-11-23T19:08:41.5525603Z Checking compatibility for Microsoft.AspNetCore.Http.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5526100Z Checking compatibility for Microsoft.Net.Http.Headers 2.2.0 with net6.0. 2021-11-23T19:08:41.5526492Z Checking compatibility for Microsoft.Extensions.FileProviders.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5526851Z Checking compatibility for System.Buffers 4.5.0 with net6.0. 2021-11-23T19:08:41.5527420Z Checking compatibility for OpenTelemetry.Api 1.2.0-alpha3 with net6.0. 2021-11-23T19:08:41.5527821Z Checking compatibility for Microsoft.Extensions.Logging.Configuration 2.1.0 with net6.0. 2021-11-23T19:08:41.5528247Z Checking compatibility for System.Collections.Immutable 1.4.0 with net6.0. 2021-11-23T19:08:41.5528724Z Checking compatibility for System.Reflection.Emit.Lightweight 4.7.0 with net6.0. 2021-11-23T19:08:41.5529088Z Checking compatibility for Azure.Core 1.20.0 with net6.0. 2021-11-23T19:08:41.5529420Z Checking compatibility for Microsoft.Identity.Client 4.30.1 with net6.0. 2021-11-23T19:08:41.5529807Z Checking compatibility for Microsoft.Identity.Client.Extensions.Msal 2.18.4 with net6.0. 2021-11-23T19:08:41.5530159Z Checking compatibility for System.Memory 4.5.4 with net6.0. 2021-11-23T19:08:41.5530530Z Checking compatibility for System.Security.Cryptography.ProtectedData 4.5.0 with net6.0. 2021-11-23T19:08:41.5530920Z Checking compatibility for System.Threading.Tasks.Extensions 4.5.4 with net6.0. 2021-11-23T19:08:41.5531282Z Checking compatibility for Microsoft.Extensions.Primitives 6.0.0 with net6.0. 2021-11-23T19:08:41.5531668Z Checking compatibility for Microsoft.AspNetCore.Authentication.Core 2.2.0 with net6.0. 2021-11-23T19:08:41.5532065Z Checking compatibility for Microsoft.AspNetCore.Authorization.Policy 2.2.0 with net6.0. 2021-11-23T19:08:41.5532764Z Checking compatibility for Microsoft.AspNetCore.Hosting.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5533159Z Checking compatibility for Microsoft.AspNetCore.Http 2.2.0 with net6.0. 2021-11-23T19:08:41.5533553Z Checking compatibility for Microsoft.AspNetCore.Mvc.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5535424Z Checking compatibility for Microsoft.AspNetCore.ResponseCaching.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5535894Z Checking compatibility for Microsoft.AspNetCore.Routing 2.2.0 with net6.0. 2021-11-23T19:08:41.5537815Z Checking compatibility for Microsoft.AspNetCore.Routing.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5538217Z Checking compatibility for Microsoft.Extensions.DependencyModel 2.1.0 with net6.0. 2021-11-23T19:08:41.5538617Z Checking compatibility for FluentValidation.DependencyInjectionExtensions 10.3.4 with net6.0. 2021-11-23T19:08:41.5539010Z Checking compatibility for FluentValidation 10.3.4 with net6.0. 2021-11-23T19:08:41.5539337Z Checking compatibility for Microsoft.CSharp 4.7.0 with net6.0. 2021-11-23T19:08:41.5539692Z Checking compatibility for System.Reflection.Emit 4.7.0 with net6.0. 2021-11-23T19:08:41.5540239Z Checking compatibility for Swashbuckle.AspNetCore.Swagger 6.2.3 with net6.0. 2021-11-23T19:08:41.5542551Z Checking compatibility for Swashbuckle.AspNetCore.SwaggerGen 6.2.3 with net6.0. 2021-11-23T19:08:41.5543004Z Checking compatibility for Swashbuckle.AspNetCore.SwaggerUI 6.2.3 with net6.0. 2021-11-23T19:08:41.5543420Z Checking compatibility for Microsoft.Extensions.ApiDescription.Server 3.0.0 with net6.0. 2021-11-23T19:08:41.5543804Z Checking compatibility for Calzolari.Grpc.Domain 5.2.0 with net6.0. 2021-11-23T19:08:41.5544167Z Checking compatibility for Grpc.Core 2.41.1 with net6.0. 2021-11-23T19:08:41.5545996Z Checking compatibility for System.Text.Json 5.0.2 with net6.0. 2021-11-23T19:08:41.5546390Z Checking compatibility for Grpc.Net.Client 2.40.0 with net6.0. 2021-11-23T19:08:41.5547120Z Checking compatibility for Microsoft.Extensions.DependencyInjection 5.0.2 with net6.0. 2021-11-23T19:08:41.5547679Z Checking compatibility for Ryan.Platform.ILab.EM.ProjectB.Contracts 1.0.0 with net6.0. 2021-11-23T19:08:41.5548083Z Checking compatibility for Microsoft.AspNetCore.Http.Features 2.2.0 with net6.0. 2021-11-23T19:08:41.5548798Z Checking compatibility for System.Diagnostics.DiagnosticSource 6.0.0-preview.6.21352.12 with net6.0. 2021-11-23T19:08:41.5549233Z Checking compatibility for Microsoft.Extensions.Options.ConfigurationExtensions 2.1.0 with net6.0. 2021-11-23T19:08:41.5549633Z Checking compatibility for Microsoft.Bcl.AsyncInterfaces 1.0.0 with net6.0. 2021-11-23T19:08:41.5549995Z Checking compatibility for System.Memory.Data 1.0.2 with net6.0. 2021-11-23T19:08:41.5550341Z Checking compatibility for System.Numerics.Vectors 4.5.0 with net6.0. 2021-11-23T19:08:41.5550703Z Checking compatibility for System.Text.Encodings.Web 4.7.2 with net6.0. 2021-11-23T19:08:41.5551086Z Checking compatibility for System.Runtime.CompilerServices.Unsafe 6.0.0 with net6.0. 2021-11-23T19:08:41.5551475Z Checking compatibility for Microsoft.AspNetCore.Authentication.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5551874Z Checking compatibility for Microsoft.AspNetCore.Authorization 2.2.0 with net6.0. 2021-11-23T19:08:41.5552273Z Checking compatibility for Microsoft.AspNetCore.Hosting.Server.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5552664Z Checking compatibility for Microsoft.Extensions.Hosting.Abstractions 2.2.0 with net6.0. 2021-11-23T19:08:41.5553054Z Checking compatibility for Microsoft.AspNetCore.WebUtilities 2.2.0 with net6.0. 2021-11-23T19:08:41.5553573Z Checking compatibility for Microsoft.Extensions.ObjectPool 2.2.0 with net6.0. 2021-11-23T19:08:41.5553943Z Checking compatibility for Microsoft.DotNet.PlatformAbstractions 2.1.0 with net6.0. 2021-11-23T19:08:41.5554316Z Checking compatibility for Newtonsoft.Json 9.0.1 with net6.0. 2021-11-23T19:08:41.5554650Z Checking compatibility for System.Diagnostics.Debug 4.0.11 with net6.0. 2021-11-23T19:08:41.5555011Z Checking compatibility for System.Dynamic.Runtime 4.0.11 with net6.0. 2021-11-23T19:08:41.5555357Z Checking compatibility for System.Linq 4.1.0 with net6.0. 2021-11-23T19:08:41.5555677Z Checking compatibility for Microsoft.OpenApi 1.2.3 with net6.0. 2021-11-23T19:08:41.5556021Z Checking compatibility for Grpc.Core.Api 2.41.1 with net6.0. 2021-11-23T19:08:41.5556360Z Checking compatibility for Grpc.Net.Common 2.40.0 with net6.0. 2021-11-23T19:08:41.5556892Z Checking compatibility for protobuf-net.Grpc 1.0.152 with net6.0. 2021-11-23T19:08:41.5557264Z Checking compatibility for System.AppContext 4.1.0 with net6.0. 2021-11-23T19:08:41.5557609Z Checking compatibility for System.Collections 4.0.11 with net6.0. 2021-11-23T19:08:41.5557934Z Checking compatibility for System.IO 4.1.0 with net6.0. 2021-11-23T19:08:41.5558273Z Checking compatibility for System.IO.FileSystem 4.0.1 with net6.0. 2021-11-23T19:08:41.5558638Z Checking compatibility for System.Reflection.TypeExtensions 4.1.0 with net6.0. 2021-11-23T19:08:41.5558991Z Checking compatibility for System.Runtime.Extensions 4.1.0 with net6.0. 2021-11-23T19:08:41.5559358Z Checking compatibility for System.Runtime.InteropServices 4.1.0 with net6.0. 2021-11-23T19:08:41.5559737Z Checking compatibility for System.Runtime.InteropServices.RuntimeInformation 4.0.0 with net6.0. 2021-11-23T19:08:41.5560124Z Checking compatibility for System.Globalization 4.0.11 with net6.0. 2021-11-23T19:08:41.5560479Z Checking compatibility for System.Linq.Expressions 4.1.0 with net6.0. 2021-11-23T19:08:41.5560820Z Checking compatibility for System.ObjectModel 4.0.12 with net6.0. 2021-11-23T19:08:41.5561167Z Checking compatibility for System.Reflection 4.1.0 with net6.0. 2021-11-23T19:08:41.5561659Z Checking compatibility for System.Reflection.Extensions 4.0.1 with net6.0. 2021-11-23T19:08:41.5562023Z Checking compatibility for System.Resources.ResourceManager 4.0.1 with net6.0. 2021-11-23T19:08:41.5562379Z Checking compatibility for System.Runtime 4.1.0 with net6.0. 2021-11-23T19:08:41.5562744Z Checking compatibility for System.Runtime.Serialization.Primitives 4.1.1 with net6.0. 2021-11-23T19:08:41.5563100Z Checking compatibility for System.Text.Encoding 4.0.11 with net6.0. 2021-11-23T19:08:41.5563467Z Checking compatibility for System.Text.Encoding.Extensions 4.0.11 with net6.0. 2021-11-23T19:08:41.5563842Z Checking compatibility for System.Text.RegularExpressions 4.1.0 with net6.0. 2021-11-23T19:08:41.5564191Z Checking compatibility for System.Threading 4.0.11 with net6.0. 2021-11-23T19:08:41.5564544Z Checking compatibility for System.Threading.Tasks 4.0.11 with net6.0. 2021-11-23T19:08:41.5564891Z Checking compatibility for System.Xml.ReaderWriter 4.0.11 with net6.0. 2021-11-23T19:08:41.5565247Z Checking compatibility for System.Xml.XDocument 4.0.11 with net6.0. 2021-11-23T19:08:41.5565604Z Checking compatibility for Microsoft.NETCore.Targets 1.0.1 with net6.0. 2021-11-23T19:08:41.5566148Z Checking compatibility for System.Reflection.Emit.ILGeneration 4.0.1 with net6.0. 2021-11-23T19:08:41.5566537Z Checking compatibility for System.Reflection.Primitives 4.0.1 with net6.0. 2021-11-23T19:08:41.5567099Z Checking compatibility for protobuf-net 2.4.6 with net6.0. 2021-11-23T19:08:41.5567465Z Checking compatibility for System.IO.FileSystem.Primitives 4.0.1 with net6.0. 2021-11-23T19:08:41.5568026Z Checking compatibility for System.Runtime.Handles 4.0.1 with net6.0. 2021-11-23T19:08:41.5568390Z Checking compatibility for runtime.native.System 4.0.0 with net6.0. 2021-11-23T19:08:41.5568747Z Checking compatibility for System.Diagnostics.Tools 4.0.1 with net6.0. 2021-11-23T19:08:41.5569124Z Checking compatibility for System.ServiceModel.Primitives 4.5.3 with net6.0. 2021-11-23T19:08:41.5569506Z Checking compatibility for System.Private.ServiceModel 4.5.3 with net6.0. 2021-11-23T19:08:41.5569866Z Checking compatibility for Microsoft.NETCore.Platforms 2.1.0 with net6.0. 2021-11-23T19:08:41.5571262Z Checking compatibility for System.Reflection.DispatchProxy 4.5.0 with net6.0. 2021-11-23T19:08:41.5571774Z Checking compatibility for System.Security.Principal.Windows 4.5.0 with net6.0. 2021-11-23T19:08:41.5572215Z All packages and projects are compatible with net6.0. 2021-11-23T19:08:41.5572581Z Committing restore... 2021-11-23T19:08:41.5573004Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/ProjectA.Api.csproj.nuget.g.props. 2021-11-23T19:08:41.5573707Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/ProjectA.Api.csproj.nuget.g.targets. 2021-11-23T19:08:41.5574322Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/project.assets.json 2021-11-23T19:08:41.5574751Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/project.nuget.cache 2021-11-23T19:08:41.5575176Z Persisting dg to /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/obj/ProjectA.Api.csproj.nuget.dgspec.json 2021-11-23T19:08:41.5575561Z Restored /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj (in 947 ms). 2021-11-23T19:08:41.5575882Z Committing restore... 2021-11-23T19:08:41.5576216Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/ProjectA.Host.csproj.nuget.g.props. 2021-11-23T19:08:41.5576636Z Generating MSBuild file /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/ProjectA.Host.csproj.nuget.g.targets. 2021-11-23T19:08:41.5577060Z Writing assets file to disk. Path: /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/project.assets.json 2021-11-23T19:08:41.5588196Z Writing cache file to disk. Path: /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/project.nuget.cache 2021-11-23T19:08:41.5613860Z Persisting dg to /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/obj/ProjectA.Host.csproj.nuget.dgspec.json 2021-11-23T19:08:41.5630063Z Restored /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj (in 988 ms). 2021-11-23T19:08:41.5656434Z 2021-11-23T19:08:41.5656725Z NuGet Config files used: 2021-11-23T19:08:41.5656986Z /home/vsts/.nuget/NuGet/NuGet.Config 2021-11-23T19:08:41.5657218Z 2021-11-23T19:08:41.5657422Z Feeds used: 2021-11-23T19:08:41.5657665Z https://api.nuget.org/v3/index.json 2021-11-23T19:08:41.5657900Z 2021-11-23T19:08:41.5658100Z Installed: 2021-11-23T19:08:41.5682831Z 46 package(s) to /home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj 2021-11-23T19:08:41.5688845Z 213 package(s) to /home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj 2021-11-23T19:08:41.5690031Z 119 package(s) to /home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj 2021-11-23T19:08:41.5690857Z 46 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj 2021-11-23T19:08:41.5691775Z 75 package(s) to /home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj 2021-11-23T19:08:41.5692494Z 44 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj 2021-11-23T19:08:41.5693014Z 48 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj 2021-11-23T19:08:41.5693718Z 2 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj 2021-11-23T19:08:41.5694157Z 13 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj 2021-11-23T19:08:41.5694610Z 18 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj 2021-11-23T19:08:41.5695052Z 146 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj 2021-11-23T19:08:41.5695487Z 74 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj 2021-11-23T19:08:41.5695906Z 23 package(s) to /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj 2021-11-23T19:08:41.5696305Z 89 package(s) to /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj 2021-11-23T19:08:41.5696693Z 111 package(s) to /home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj 2021-11-23T19:08:41.5697229Z 175 package(s) to /home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj 2021-11-23T19:08:41.5697536Z Done executing task "RestoreTask". 2021-11-23T19:08:41.5697820Z 1>Done building target "Restore" in project "ProjectBServices.sln". 2021-11-23T19:08:41.5698186Z 1>Done Building Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (Restore target(s)). 2021-11-23T19:08:41.5855406Z 1:2>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" on node 1 (default targets). 2021-11-23T19:08:41.5856642Z 1:2>Target "ValidateSolutionConfiguration" in file "/home/vsts/work/1/s/src/ProjectBServices.sln.metaproj" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (entry point): 2021-11-23T19:08:41.5858125Z 1:2>Task "Error" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' != 'true')) was evaluated as ((' 2021-11-23T19:08:41.5859130Z Release|AnyCPU 2021-11-23T19:08:41.5860534Z Release|AnyCPU 2021-11-23T19:08:41.5862459Z Release|AnyCPU 2021-11-23T19:08:41.5863485Z Release|AnyCPU 2021-11-23T19:08:41.5864159Z 2021-11-23T19:08:41.5866298Z Release|AnyCPU 2021-11-23T19:08:41.5867468Z Release|AnyCPU 2021-11-23T19:08:41.5868906Z Release|AnyCPU 2021-11-23T19:08:41.5870130Z Release|AnyCPU 2021-11-23T19:08:41.5870993Z Done building target "ValidateSolutionConfiguration" in project "ProjectBServices.sln". 2021-11-23T19:08:41.5876024Z 1:2>Target "ValidateToolsVersions" in file "/home/vsts/work/1/s/src/ProjectBServices.sln.metaproj" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (entry point): 2021-11-23T19:08:41.5877357Z Task "Error" skipped, due to false condition; ('$(MSBuildToolsVersion)' == '2.0' and ('$(ProjectToolsVersion)' != '2.0' and '$(ProjectToolsVersion)' != '')) was evaluated as ('Current' == '2.0' and ('' != '2.0' and '' != '')). 2021-11-23T19:08:41.5878076Z 1:2>Done building target "ValidateToolsVersions" in project "ProjectBServices.sln". 2021-11-23T19:08:41.5878673Z 1:2>Target "ValidateProjects" in file "/home/vsts/work/1/s/src/ProjectBServices.sln.metaproj" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (entry point): 2021-11-23T19:08:41.5879277Z 1:2>Done building target "ValidateProjects" in project "ProjectBServices.sln". 2021-11-23T19:08:41.5880076Z Target "_CheckForSolutionLevelRuntimeIdentifier" skipped, due to false condition; ('$(RuntimeIdentifier)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:41.5880985Z 1:2>Target "Build" in file "/home/vsts/work/1/s/src/ProjectBServices.sln.metaproj" from project "/home/vsts/work/1/s/src/ProjectBServices.sln" (entry point): 2021-11-23T19:08:41.5881700Z Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.5882173Z Task "MSBuild" 2021-11-23T19:08:41.5882522Z Global Properties: 2021-11-23T19:08:41.5882869Z BuildingSolutionFile=true 2021-11-23T19:08:41.5883343Z CurrentSolutionConfigurationContents= 2021-11-23T19:08:41.5884349Z Release|AnyCPU 2021-11-23T19:08:41.5885553Z Release|AnyCPU 2021-11-23T19:08:41.5886737Z Release|AnyCPU 2021-11-23T19:08:41.5887961Z Release|AnyCPU 2021-11-23T19:08:41.5889359Z Release|AnyCPU 2021-11-23T19:08:41.5890583Z Release|AnyCPU 2021-11-23T19:08:41.5891661Z Release|AnyCPU 2021-11-23T19:08:41.5892813Z Release|AnyCPU 2021-11-23T19:08:41.5894036Z Release|AnyCPU 2021-11-23T19:08:41.5895244Z Release|AnyCPU 2021-11-23T19:08:41.5897639Z Release|AnyCPU 2021-11-23T19:08:41.5898962Z Release|AnyCPU 2021-11-23T19:08:41.5900004Z Release|AnyCPU 2021-11-23T19:08:41.5901656Z Release|AnyCPU 2021-11-23T19:08:41.5902966Z Release|AnyCPU 2021-11-23T19:08:41.5904133Z Release|AnyCPU 2021-11-23T19:08:41.5905326Z Release|AnyCPU 2021-11-23T19:08:41.5906585Z Release|AnyCPU 2021-11-23T19:08:41.5907674Z Release|AnyCPU 2021-11-23T19:08:41.5908929Z Release|AnyCPU 2021-11-23T19:08:41.5910039Z 2021-11-23T19:08:41.5910308Z SolutionDir=/home/vsts/work/1/s/src/ 2021-11-23T19:08:41.5910540Z SolutionExt=.sln 2021-11-23T19:08:41.5911074Z SolutionFileName=ProjectBServices.sln 2021-11-23T19:08:41.5912021Z SolutionName=ProjectBServices 2021-11-23T19:08:41.5912813Z SolutionPath=/home/vsts/work/1/s/src/ProjectBServices.sln 2021-11-23T19:08:41.5913222Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj": 2021-11-23T19:08:41.5913561Z Configuration=Release 2021-11-23T19:08:41.5913791Z Platform=AnyCPU 2021-11-23T19:08:41.5914147Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj": 2021-11-23T19:08:41.5914480Z Configuration=Release 2021-11-23T19:08:41.5914717Z Platform=AnyCPU 2021-11-23T19:08:41.5915239Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:41.5915600Z Configuration=Release 2021-11-23T19:08:41.5915830Z Platform=AnyCPU 2021-11-23T19:08:41.5923541Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj": 2021-11-23T19:08:41.5923942Z Configuration=Release 2021-11-23T19:08:41.5924176Z Platform=AnyCPU 2021-11-23T19:08:41.5924525Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:41.5924908Z Configuration=Release 2021-11-23T19:08:41.5925142Z Platform=AnyCPU 2021-11-23T19:08:41.5925438Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Host/ProjectA.Host.csproj": 2021-11-23T19:08:41.5925950Z Configuration=Release 2021-11-23T19:08:41.5926170Z Platform=AnyCPU 2021-11-23T19:08:41.5926477Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectA/ProjectA.Api/ProjectA.Api.csproj": 2021-11-23T19:08:41.5926789Z Configuration=Release 2021-11-23T19:08:41.5927003Z Platform=AnyCPU 2021-11-23T19:08:41.5927359Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Client/ProjectB.Client.csproj": 2021-11-23T19:08:41.5927715Z Configuration=Release 2021-11-23T19:08:41.5927929Z Platform=AnyCPU 2021-11-23T19:08:41.5928289Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj": 2021-11-23T19:08:41.5928662Z Configuration=Release 2021-11-23T19:08:41.5928876Z Platform=AnyCPU 2021-11-23T19:08:41.5929210Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectA.Api.UnitTests/ProjectA.Api.UnitTests.csproj": 2021-11-23T19:08:41.5929537Z Configuration=Release 2021-11-23T19:08:41.5929768Z Platform=AnyCPU 2021-11-23T19:08:41.5930144Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Application.UnitTests/ProjectB.Application.UnitTests.csproj": 2021-11-23T19:08:41.5930510Z Configuration=Release 2021-11-23T19:08:41.5930740Z Platform=AnyCPU 2021-11-23T19:08:41.5931378Z Additional Properties for project "/home/vsts/work/1/s/src/DockerCompose/docker-compose.dcproj": 2021-11-23T19:08:41.5931710Z Configuration=Release 2021-11-23T19:08:41.5931940Z Platform=AnyCPU 2021-11-23T19:08:41.5932270Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:41.5932762Z Configuration=Release 2021-11-23T19:08:41.5932995Z Platform=AnyCPU 2021-11-23T19:08:41.5933369Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj": 2021-11-23T19:08:41.5933761Z Configuration=Release 2021-11-23T19:08:41.5933992Z Platform=AnyCPU 2021-11-23T19:08:41.5934284Z Additional Properties for project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj": 2021-11-23T19:08:41.5934599Z Configuration=Release 2021-11-23T19:08:41.5934827Z Platform=AnyCPU 2021-11-23T19:08:41.5935185Z Additional Properties for project "/home/vsts/work/1/s/tests/ProjectB.Tests.ObjectBuilders/ProjectB.Tests.ObjectBuilders.csproj": 2021-11-23T19:08:41.5935565Z Configuration=Release 2021-11-23T19:08:41.5935784Z Platform=AnyCPU 2021-11-23T19:08:41.5936117Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Api/Geography.Api.csproj": 2021-11-23T19:08:41.5936496Z Configuration=Release 2021-11-23T19:08:41.5936716Z Platform=AnyCPU 2021-11-23T19:08:41.5937050Z Additional Properties for project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:41.5937391Z Configuration=Release 2021-11-23T19:08:41.5937605Z Platform=AnyCPU 2021-11-23T19:08:41.5937990Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:41.5938377Z Configuration=Release 2021-11-23T19:08:41.5938592Z Platform=AnyCPU 2021-11-23T19:08:41.5938958Z Additional Properties for project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:41.5939313Z Configuration=Release 2021-11-23T19:08:41.5939544Z Platform=AnyCPU 2021-11-23T19:08:41.5987469Z 0>Resolving SDK 'Microsoft.NET.Sdk'... 2021-11-23T19:08:41.5988174Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:41.5988711Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.5989055Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.5989381Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.5989723Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.5990314Z Resolving SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator'... 2021-11-23T19:08:41.5990771Z Resolving SDK 'Microsoft.NET.ILLink.Tasks'... 2021-11-23T19:08:41.5991331Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:41.5993753Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Api" (previous value: "ProjectB.Api") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj (5,2) 2021-11-23T19:08:41.5996998Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Api" (previous value: "ProjectB.Api") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj (6,5) 2021-11-23T19:08:41.6008244Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6010332Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6015767Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:41.6023143Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:41.6027757Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:41.6030645Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:41.6033575Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:41.6037592Z Resolving SDK 'Microsoft.NET.SDK.WorkloadManifestTargetsLocator'... 2021-11-23T19:08:41.6056931Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:41.6059668Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:41.6137574Z Resolving SDK 'Microsoft.NET.Sdk.Web'... 2021-11-23T19:08:41.6145563Z Resolving SDK 'Microsoft.NET.Sdk.Razor'... 2021-11-23T19:08:41.6169901Z Resolving SDK 'Microsoft.NET.Sdk.Web.ProjectSystem'... 2021-11-23T19:08:41.6177649Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:41.6192803Z Resolving SDK 'Microsoft.NET.Sdk.Publish'... 2021-11-23T19:08:41.6200580Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6201008Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6228565Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:41.6233954Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6236736Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6237874Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6241601Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6245678Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:41.6249924Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**" (previous value: ";**\node_modules\**;node_modules\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.Razor.StaticAssets.ProjectSystem.props (23,5) 2021-11-23T19:08:41.6256551Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.Razor.StaticAssets.ProjectSystem.props (24,5) 2021-11-23T19:08:41.6263174Z Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props (16,5) 2021-11-23T19:08:41.6264014Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Host" (previous value: "ProjectB.Host") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj (9,5) 2021-11-23T19:08:41.6264796Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Host" (previous value: "ProjectB.Host") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj (10,5) 2021-11-23T19:08:41.6265378Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6265741Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6266264Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:41.6266976Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:41.6268089Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (225,5) 2021-11-23T19:08:41.6269671Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:41.6271030Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:41.6271770Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:41.6272436Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:41.6273079Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:41.6282151Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6282556Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6282911Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6283282Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6283626Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6284315Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:41.6284924Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:41.6285943Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:41.6286772Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:41.6287182Z AssignProjectConfiguration; 2021-11-23T19:08:41.6287548Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:41.6288083Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:41.6301165Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:41.6302217Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:41.6318672Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:41.6332097Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6338683Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6347124Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (176,5) 2021-11-23T19:08:41.6354303Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:41.6364017Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6370592Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6377739Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6385791Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6392214Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:41.6400569Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:41.6407380Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ProjectB.Api.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Api.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:41.6408151Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.6408428Z 2021-11-23T19:08:41.6408672Z ResolveProjectReferences; 2021-11-23T19:08:41.6408950Z FindInvalidProjectReferences; 2021-11-23T19:08:41.6409202Z GetFrameworkPaths; 2021-11-23T19:08:41.6417321Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.6417640Z PrepareForBuild; 2021-11-23T19:08:41.6417899Z ResolveSDKReferences; 2021-11-23T19:08:41.6418360Z ExpandSDKReferences; 2021-11-23T19:08:41.6418572Z ; 2021-11-23T19:08:41.6418818Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.6419098Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.6419360Z " (previous value: " 2021-11-23T19:08:41.6419629Z ResolveProjectReferences; 2021-11-23T19:08:41.6419884Z FindInvalidProjectReferences; 2021-11-23T19:08:41.6420145Z GetFrameworkPaths; 2021-11-23T19:08:41.6420404Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.6420641Z PrepareForBuild; 2021-11-23T19:08:41.6421143Z ResolveSDKReferences; 2021-11-23T19:08:41.6421389Z ExpandSDKReferences; 2021-11-23T19:08:41.6421757Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:41.6422173Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:41.6422484Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.6422763Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.6423002Z 2021-11-23T19:08:41.6423191Z ; 2021-11-23T19:08:41.6423489Z PrepareResourceNames; 2021-11-23T19:08:41.6423710Z ResGen; 2021-11-23T19:08:41.6423944Z CompileLicxFiles 2021-11-23T19:08:41.6424167Z 2021-11-23T19:08:41.6424384Z " (previous value: " 2021-11-23T19:08:41.6424624Z ; 2021-11-23T19:08:41.6424836Z PrepareResourceNames; 2021-11-23T19:08:41.6425080Z ResGen; 2021-11-23T19:08:41.6425314Z CompileLicxFiles 2021-11-23T19:08:41.6425660Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:41.6426350Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:41.6427194Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:41.6435298Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:41.6436243Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:41.6449865Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:41.6450925Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:41.6455993Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.6456308Z 2021-11-23T19:08:41.6456520Z 2021-11-23T19:08:41.6456933Z ResolveProjectReferences; 2021-11-23T19:08:41.6457215Z FindInvalidProjectReferences; 2021-11-23T19:08:41.6457465Z GetFrameworkPaths; 2021-11-23T19:08:41.6457731Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.6458003Z PrepareForBuild; 2021-11-23T19:08:41.6458244Z ResolveSDKReferences; 2021-11-23T19:08:41.6458507Z ExpandSDKReferences; 2021-11-23T19:08:41.6458724Z ; 2021-11-23T19:08:41.6458981Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.6459269Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.6459496Z ; 2021-11-23T19:08:41.6459741Z ResolveTargetingPackAssets; 2021-11-23T19:08:41.6460000Z " (previous value: " 2021-11-23T19:08:41.6460246Z 2021-11-23T19:08:41.6460488Z ResolveProjectReferences; 2021-11-23T19:08:41.6460906Z FindInvalidProjectReferences; 2021-11-23T19:08:41.6461194Z GetFrameworkPaths; 2021-11-23T19:08:41.6461465Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.6461709Z PrepareForBuild; 2021-11-23T19:08:41.6461967Z ResolveSDKReferences; 2021-11-23T19:08:41.6462215Z ExpandSDKReferences; 2021-11-23T19:08:41.6462450Z ; 2021-11-23T19:08:41.6462876Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.6463139Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.6463710Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:41.6464548Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ProjectB.Api.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Api.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:41.6465490Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:41.6466338Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:41.6467107Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:41.6467882Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:41.6468444Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:41.6468754Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:41.6468982Z 2021-11-23T19:08:41.6469215Z BuildOnlySettings; 2021-11-23T19:08:41.6469454Z PrepareForBuild; 2021-11-23T19:08:41.6469703Z PreBuildEvent; 2021-11-23T19:08:41.6469953Z ResolveReferences; 2021-11-23T19:08:41.6470189Z PrepareResources; 2021-11-23T19:08:41.6470441Z ResolveKeySource; 2021-11-23T19:08:41.6470667Z Compile; 2021-11-23T19:08:41.6470916Z ExportWindowsMDFile; 2021-11-23T19:08:41.6471183Z UnmanagedUnregistration; 2021-11-23T19:08:41.6471446Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.6471727Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.6471973Z GenerateManifests; 2021-11-23T19:08:41.6472229Z GetTargetPath; 2021-11-23T19:08:41.6472475Z PrepareForRun; 2021-11-23T19:08:41.6472822Z UnmanagedRegistration; 2021-11-23T19:08:41.6473083Z IncrementalClean; 2021-11-23T19:08:41.6473332Z PostBuildEvent 2021-11-23T19:08:41.6473541Z ; 2021-11-23T19:08:41.6473795Z GenerateBuildDependencyFile; 2021-11-23T19:08:41.6474644Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:41.6474958Z " (previous value: " 2021-11-23T19:08:41.6475224Z BuildOnlySettings; 2021-11-23T19:08:41.6475459Z PrepareForBuild; 2021-11-23T19:08:41.6475707Z PreBuildEvent; 2021-11-23T19:08:41.6475940Z ResolveReferences; 2021-11-23T19:08:41.6476193Z PrepareResources; 2021-11-23T19:08:41.6476443Z ResolveKeySource; 2021-11-23T19:08:41.6476668Z Compile; 2021-11-23T19:08:41.6476914Z ExportWindowsMDFile; 2021-11-23T19:08:41.6477161Z UnmanagedUnregistration; 2021-11-23T19:08:41.6477443Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.6477739Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.6478504Z GenerateManifests; 2021-11-23T19:08:41.6478869Z GetTargetPath; 2021-11-23T19:08:41.6479588Z PrepareForRun; 2021-11-23T19:08:41.6479973Z UnmanagedRegistration; 2021-11-23T19:08:41.6480304Z IncrementalClean; 2021-11-23T19:08:41.6480979Z PostBuildEvent 2021-11-23T19:08:41.6481448Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:41.6481948Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:41.6482299Z _SdkBeforeClean; 2021-11-23T19:08:41.6482874Z 2021-11-23T19:08:41.6483408Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:41.6483815Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:41.6484118Z _SdkBeforeRebuild; 2021-11-23T19:08:41.6484333Z 2021-11-23T19:08:41.6484563Z BeforeRebuild; 2021-11-23T19:08:41.6484799Z Clean; 2021-11-23T19:08:41.6485007Z Build; 2021-11-23T19:08:41.6485412Z AfterRebuild; 2021-11-23T19:08:41.6485627Z 2021-11-23T19:08:41.6485866Z " (previous value: " 2021-11-23T19:08:41.6486128Z BeforeRebuild; 2021-11-23T19:08:41.6486345Z Clean; 2021-11-23T19:08:41.6487284Z Build; 2021-11-23T19:08:41.6488171Z AfterRebuild; 2021-11-23T19:08:41.6490438Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:41.6490884Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:41.6491307Z 2021-11-23T19:08:41.6491539Z ResolveReferences; 2021-11-23T19:08:41.6491794Z ResolveKeySource; 2021-11-23T19:08:41.6492232Z SetWin32ManifestProperties; 2021-11-23T19:08:41.6492531Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.6492804Z _GenerateCompileInputs; 2021-11-23T19:08:41.6493068Z BeforeCompile; 2021-11-23T19:08:41.6493336Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.6493607Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.6493880Z CoreCompile; 2021-11-23T19:08:41.6494123Z _TimeStampAfterCompile; 2021-11-23T19:08:41.6494387Z AfterCompile; 2021-11-23T19:08:41.6494619Z ; 2021-11-23T19:08:41.6494836Z _CreateAppHost; 2021-11-23T19:08:41.6495425Z _CreateComHost; 2021-11-23T19:08:41.6495652Z _GetIjwHostPaths; 2021-11-23T19:08:41.6495909Z " (previous value: " 2021-11-23T19:08:41.6496211Z ResolveReferences; 2021-11-23T19:08:41.6562186Z ResolveKeySource; 2021-11-23T19:08:41.6562488Z SetWin32ManifestProperties; 2021-11-23T19:08:41.6562981Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.6563243Z _GenerateCompileInputs; 2021-11-23T19:08:41.6563495Z BeforeCompile; 2021-11-23T19:08:41.6563735Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.6564010Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.6564267Z CoreCompile; 2021-11-23T19:08:41.6564501Z _TimeStampAfterCompile; 2021-11-23T19:08:41.6564751Z AfterCompile; 2021-11-23T19:08:41.6565072Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:41.6565476Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:41.6565759Z 2021-11-23T19:08:41.6565988Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.6566280Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.6566563Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.6566787Z ; 2021-11-23T19:08:41.6567028Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:41.6567285Z " (previous value: " 2021-11-23T19:08:41.6567560Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.6567856Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.6568122Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.6568478Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:41.6568902Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:41.6569194Z 2021-11-23T19:08:41.6569401Z ; 2021-11-23T19:08:41.6569590Z 2021-11-23T19:08:41.6569793Z ; 2021-11-23T19:08:41.6570020Z BuildOnlySettings; 2021-11-23T19:08:41.6570247Z PrepareForBuild; 2021-11-23T19:08:41.6570491Z AssignTargetPaths; 2021-11-23T19:08:41.6570725Z ResolveReferences 2021-11-23T19:08:41.6570952Z 2021-11-23T19:08:41.6571157Z ; 2021-11-23T19:08:41.6571373Z _GenerateDesignerDepsFile; 2021-11-23T19:08:41.6571773Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:41.6572046Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:41.6572319Z " (previous value: " 2021-11-23T19:08:41.6572559Z ; 2021-11-23T19:08:41.6572747Z 2021-11-23T19:08:41.6572952Z ; 2021-11-23T19:08:41.6573160Z BuildOnlySettings; 2021-11-23T19:08:41.6573405Z PrepareForBuild; 2021-11-23T19:08:41.6573649Z AssignTargetPaths; 2021-11-23T19:08:41.6573877Z ResolveReferences 2021-11-23T19:08:41.6574101Z 2021-11-23T19:08:41.6574432Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:41.6575214Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ProjectB.Api.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Api.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:41.6576273Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ProjectB.Api.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Api.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:41.6577094Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:41.6577728Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:41.6578374Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:41.6578683Z AssignProjectConfiguration; 2021-11-23T19:08:41.6578967Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:41.6579394Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:41.6781159Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:41.6782926Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:41.6783914Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:41.6784768Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:41.6786012Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:41.6786944Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:41.6788116Z Property reassignment: $(DockerDefaultTag)="organizationplatformilabementitymanagerhost" (previous value: "Ryan.Platform.ILab.EM.ProjectB.Host") at /home/vsts/.nuget/packages/microsoft.visualstudio.azure.containers.tools.targets/1.11.1/build/Container.targets (11,5) 2021-11-23T19:08:41.6789361Z Property reassignment: $(RulesDirectory)="/home/vsts/.nuget/packages/microsoft.visualstudio.azure.containers.tools.targets/1.11.1/build/Rules" (previous value: "/home/vsts/.nuget/packages/microsoft.visualstudio.azure.containers.tools.targets/1.11.1/build/Rules/") at /home/vsts/.nuget/packages/microsoft.visualstudio.azure.containers.tools.targets/1.11.1/build/Container.targets (41,5) 2021-11-23T19:08:41.6790464Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ProjectB.Host.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Host.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:41.6791181Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.6791451Z 2021-11-23T19:08:41.6791686Z ResolveProjectReferences; 2021-11-23T19:08:41.6791957Z FindInvalidProjectReferences; 2021-11-23T19:08:41.6792201Z GetFrameworkPaths; 2021-11-23T19:08:41.6792462Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.6792701Z PrepareForBuild; 2021-11-23T19:08:41.6792951Z ResolveSDKReferences; 2021-11-23T19:08:41.6793205Z ExpandSDKReferences; 2021-11-23T19:08:41.6793417Z ; 2021-11-23T19:08:41.6793664Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.6793946Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.6794199Z " (previous value: " 2021-11-23T19:08:41.6794467Z ResolveProjectReferences; 2021-11-23T19:08:41.6794858Z FindInvalidProjectReferences; 2021-11-23T19:08:41.6795120Z GetFrameworkPaths; 2021-11-23T19:08:41.6795377Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.6795620Z PrepareForBuild; 2021-11-23T19:08:41.6795869Z ResolveSDKReferences; 2021-11-23T19:08:41.6796106Z ExpandSDKReferences; 2021-11-23T19:08:41.6796476Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:41.6796891Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:41.6797189Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.6797470Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.6797710Z 2021-11-23T19:08:41.6797900Z ; 2021-11-23T19:08:41.6798134Z PrepareResourceNames; 2021-11-23T19:08:41.6798358Z ResGen; 2021-11-23T19:08:41.6798598Z CompileLicxFiles 2021-11-23T19:08:41.6798822Z 2021-11-23T19:08:41.6799039Z " (previous value: " 2021-11-23T19:08:41.6799279Z ; 2021-11-23T19:08:41.6799495Z PrepareResourceNames; 2021-11-23T19:08:41.6799738Z ResGen; 2021-11-23T19:08:41.6799971Z CompileLicxFiles 2021-11-23T19:08:41.6800318Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:41.6801239Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:41.6802618Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:41.6868160Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:41.6942496Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:41.6944141Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:41.6945922Z Property reassignment: $(DefaultItemExcludes)=";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";**\node_modules\**;node_modules\**;**\jspm_packages\**;jspm_packages\**;**\bower_components\**;bower_components\**;bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:41.6946896Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.6947181Z 2021-11-23T19:08:41.6947375Z 2021-11-23T19:08:41.6947611Z ResolveProjectReferences; 2021-11-23T19:08:41.6947865Z FindInvalidProjectReferences; 2021-11-23T19:08:41.7061319Z GetFrameworkPaths; 2021-11-23T19:08:41.7061618Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.7061861Z PrepareForBuild; 2021-11-23T19:08:41.7062098Z ResolveSDKReferences; 2021-11-23T19:08:41.7062323Z ExpandSDKReferences; 2021-11-23T19:08:41.7062540Z ; 2021-11-23T19:08:41.7062773Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.7063023Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.7063247Z ; 2021-11-23T19:08:41.7063454Z ResolveTargetingPackAssets; 2021-11-23T19:08:41.7063712Z " (previous value: " 2021-11-23T19:08:41.7063939Z 2021-11-23T19:08:41.7064145Z ResolveProjectReferences; 2021-11-23T19:08:41.7064400Z FindInvalidProjectReferences; 2021-11-23T19:08:41.7064652Z GetFrameworkPaths; 2021-11-23T19:08:41.7064879Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.7065123Z PrepareForBuild; 2021-11-23T19:08:41.7065343Z ResolveSDKReferences; 2021-11-23T19:08:41.7065770Z ExpandSDKReferences; 2021-11-23T19:08:41.7065991Z ; 2021-11-23T19:08:41.7066390Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.7066670Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.7067676Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:41.7068609Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ProjectB.Host.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Host.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:41.7069644Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:41.7070619Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:41.7071667Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:41.7072380Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:41.7073028Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:41.7073310Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:41.7073534Z 2021-11-23T19:08:41.7073731Z BuildOnlySettings; 2021-11-23T19:08:41.7073970Z PrepareForBuild; 2021-11-23T19:08:41.7074258Z PreBuildEvent; 2021-11-23T19:08:41.7074472Z ResolveReferences; 2021-11-23T19:08:41.7074706Z PrepareResources; 2021-11-23T19:08:41.7074920Z ResolveKeySource; 2021-11-23T19:08:41.7075142Z Compile; 2021-11-23T19:08:41.7075368Z ExportWindowsMDFile; 2021-11-23T19:08:41.7075594Z UnmanagedUnregistration; 2021-11-23T19:08:41.7075852Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.7076095Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.7076338Z GenerateManifests; 2021-11-23T19:08:41.7076568Z GetTargetPath; 2021-11-23T19:08:41.7076776Z PrepareForRun; 2021-11-23T19:08:41.7077016Z UnmanagedRegistration; 2021-11-23T19:08:41.7077257Z IncrementalClean; 2021-11-23T19:08:41.7077469Z PostBuildEvent 2021-11-23T19:08:41.7077680Z ; 2021-11-23T19:08:41.7077893Z GenerateBuildDependencyFile; 2021-11-23T19:08:41.7078165Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:41.7078432Z " (previous value: " 2021-11-23T19:08:41.7078660Z BuildOnlySettings; 2021-11-23T19:08:41.7078892Z PrepareForBuild; 2021-11-23T19:08:41.7079104Z PreBuildEvent; 2021-11-23T19:08:41.7079338Z ResolveReferences; 2021-11-23T19:08:41.7079569Z PrepareResources; 2021-11-23T19:08:41.7079783Z ResolveKeySource; 2021-11-23T19:08:41.7080004Z Compile; 2021-11-23T19:08:41.7080212Z ExportWindowsMDFile; 2021-11-23T19:08:41.7080457Z UnmanagedUnregistration; 2021-11-23T19:08:41.7080716Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.7080962Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.7081206Z GenerateManifests; 2021-11-23T19:08:41.7081417Z GetTargetPath; 2021-11-23T19:08:41.7081754Z PrepareForRun; 2021-11-23T19:08:41.7081992Z UnmanagedRegistration; 2021-11-23T19:08:41.7082214Z IncrementalClean; 2021-11-23T19:08:41.7082443Z PostBuildEvent 2021-11-23T19:08:41.7082764Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:41.7123298Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:41.7123611Z _SdkBeforeClean; 2021-11-23T19:08:41.7123825Z 2021-11-23T19:08:41.7124151Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:41.7124545Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:41.7124808Z _SdkBeforeRebuild; 2021-11-23T19:08:41.7125023Z 2021-11-23T19:08:41.7125231Z BeforeRebuild; 2021-11-23T19:08:41.7125431Z Clean; 2021-11-23T19:08:41.7125977Z Build; 2021-11-23T19:08:41.7126203Z AfterRebuild; 2021-11-23T19:08:41.7126412Z 2021-11-23T19:08:41.7126634Z " (previous value: " 2021-11-23T19:08:41.7126858Z BeforeRebuild; 2021-11-23T19:08:41.7127074Z Clean; 2021-11-23T19:08:41.7127265Z Build; 2021-11-23T19:08:41.7127480Z AfterRebuild; 2021-11-23T19:08:41.7127801Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:41.7128142Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:41.7128391Z 2021-11-23T19:08:41.7128604Z ResolveReferences; 2021-11-23T19:08:41.7128820Z ResolveKeySource; 2021-11-23T19:08:41.7129255Z SetWin32ManifestProperties; 2021-11-23T19:08:41.7129509Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.7129770Z _GenerateCompileInputs; 2021-11-23T19:08:41.7130005Z BeforeCompile; 2021-11-23T19:08:41.7130231Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.7130491Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.7138502Z CoreCompile; 2021-11-23T19:08:41.7138826Z _TimeStampAfterCompile; 2021-11-23T19:08:41.7139070Z AfterCompile; 2021-11-23T19:08:41.7139262Z ; 2021-11-23T19:08:41.7139474Z _CreateAppHost; 2021-11-23T19:08:41.7139686Z _CreateComHost; 2021-11-23T19:08:41.7139917Z _GetIjwHostPaths; 2021-11-23T19:08:41.7140163Z " (previous value: " 2021-11-23T19:08:41.7140390Z ResolveReferences; 2021-11-23T19:08:41.7140624Z ResolveKeySource; 2021-11-23T19:08:41.7141092Z SetWin32ManifestProperties; 2021-11-23T19:08:41.7141373Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.7141633Z _GenerateCompileInputs; 2021-11-23T19:08:41.7141853Z BeforeCompile; 2021-11-23T19:08:41.7142096Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.7142357Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.7142586Z CoreCompile; 2021-11-23T19:08:41.7142821Z _TimeStampAfterCompile; 2021-11-23T19:08:41.7143039Z AfterCompile; 2021-11-23T19:08:41.7143360Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:41.7143738Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:41.7143988Z 2021-11-23T19:08:41.7144226Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.7144500Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.7144753Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.7144980Z ; 2021-11-23T19:08:41.7145192Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:41.7145449Z " (previous value: " 2021-11-23T19:08:41.7145891Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.7146157Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.7146423Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.7146741Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:41.7147146Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:41.7147435Z 2021-11-23T19:08:41.7147615Z ; 2021-11-23T19:08:41.7147810Z 2021-11-23T19:08:41.7148003Z ; 2021-11-23T19:08:41.7148200Z BuildOnlySettings; 2021-11-23T19:08:41.7148429Z PrepareForBuild; 2021-11-23T19:08:41.7148651Z AssignTargetPaths; 2021-11-23T19:08:41.7148882Z ResolveReferences 2021-11-23T19:08:41.7149091Z 2021-11-23T19:08:41.7149267Z ; 2021-11-23T19:08:41.7149486Z _GenerateDesignerDepsFile; 2021-11-23T19:08:41.7149739Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:41.7150006Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:41.7150264Z " (previous value: " 2021-11-23T19:08:41.7150474Z ; 2021-11-23T19:08:41.7150669Z 2021-11-23T19:08:41.7150847Z ; 2021-11-23T19:08:41.7151061Z BuildOnlySettings; 2021-11-23T19:08:41.7151293Z PrepareForBuild; 2021-11-23T19:08:41.7151510Z AssignTargetPaths; 2021-11-23T19:08:41.7151741Z ResolveReferences 2021-11-23T19:08:41.7151950Z 2021-11-23T19:08:41.7152249Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:41.7153070Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ProjectB.Host.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Host.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:41.7154077Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ProjectB.Host.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Host.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:41.7154914Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:41.7155596Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:41.7156281Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:41.7156891Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:41.7157528Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:41.7158425Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:41.7159582Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:41.7160379Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:41.7161145Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.7161895Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.7162743Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.7163571Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.7164821Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:41.7165489Z Property reassignment: $(DebugSymbolsProjectOutputGroupDependsOn)=" 2021-11-23T19:08:41.7165765Z ; 2021-11-23T19:08:41.7166000Z _RazorAddDebugSymbolsProjectOutputGroupOutput 2021-11-23T19:08:41.7166400Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (179,5) 2021-11-23T19:08:41.7166813Z Property reassignment: $(PrepareForBuildDependsOn)=" 2021-11-23T19:08:41.7167127Z ;GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata; 2021-11-23T19:08:41.7167425Z ResolveRazorGenerateInputs 2021-11-23T19:08:41.7167875Z " (previous value: ";GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (184,5) 2021-11-23T19:08:41.7168348Z Property reassignment: $(GenerateNuspecDependsOn)=" 2021-11-23T19:08:41.7168634Z ResolveRazorGenerateInputs; 2021-11-23T19:08:41.7168971Z Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; 2021-11-23T19:08:41.7169529Z " (previous value: "Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (189,5) 2021-11-23T19:08:41.7170051Z Property reassignment: $(PrepareForRunDependsOn)=" 2021-11-23T19:08:41.7170331Z _RazorPrepareForRun; 2021-11-23T19:08:41.7170547Z 2021-11-23T19:08:41.7170753Z CopyFilesToOutputDirectory 2021-11-23T19:08:41.7170974Z 2021-11-23T19:08:41.7171179Z " (previous value: " 2021-11-23T19:08:41.7171554Z CopyFilesToOutputDirectory 2021-11-23T19:08:41.7171910Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (194,5) 2021-11-23T19:08:41.7172437Z Property reassignment: $(UseRazorBuildServer)="true" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (285,5) 2021-11-23T19:08:41.7173095Z Property reassignment: $(_RazorDebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (291,5) 2021-11-23T19:08:41.7173785Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.7174565Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.7175397Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.7176099Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.7176824Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.7177474Z 1:2>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) on node 1 (default targets). 2021-11-23T19:08:41.7178690Z 5:7>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.7179451Z 5:7>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.7180296Z Using "AllowEmptyTelemetry" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7180820Z Task "AllowEmptyTelemetry" 2021-11-23T19:08:41.7181109Z Done executing task "AllowEmptyTelemetry". 2021-11-23T19:08:41.7181434Z 5:7>Done building target "_CollectTargetFrameworkForTelemetry" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7182711Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:41.7183875Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.7184674Z 5:7>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.7186909Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:41.7187594Z 5:7>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7189060Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:41.7190071Z 5:7>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.7191370Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:41.7192050Z 5:7>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7193091Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:41.7200660Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:41.7201902Z Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:41.7207614Z Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:41.7208836Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.7213856Z Target "_CheckForUnsupportedAppHostUsage" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '' == 'true'). 2021-11-23T19:08:41.7214774Z 5:7>Target "_CheckForUnsupportedHostingUsage" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.7216045Z Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 2021-11-23T19:08:41.7216548Z 5:7>Done building target "_CheckForUnsupportedHostingUsage" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7217254Z Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 2021-11-23T19:08:41.7218030Z 5:7>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.7219324Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:41.7226174Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:41.7227956Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:41.7228724Z 5:7>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7236005Z Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 2021-11-23T19:08:41.7237063Z 5:7>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:41.7238951Z Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:41.7239570Z 5:7>Done building target "_GetProjectJsonPath" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7240917Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:41.7242219Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.7243238Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:41.7244429Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:41.7245478Z 5:7>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:41.7246302Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7246962Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:41.7247479Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:41.7253636Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:41.7254327Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:41.7254683Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:41.7255441Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:41.7255935Z 5:7>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7257139Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:41.7258306Z 5:7>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:41.7259109Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7259571Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:41.7259897Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:41.7260275Z 5:7>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7261124Z 5:7>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:41.7261965Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7262367Z Task "ApplyImplicitVersions" 2021-11-23T19:08:41.7262684Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:41.7263068Z 5:7>Done building target "ApplyImplicitVersions" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7263450Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:41.7264423Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:41.7265982Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:41.7267335Z 5:7>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:41.7272125Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7272738Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:41.7273043Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:41.7273543Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7273999Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:41.7274273Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:41.7274736Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7275183Z Task "ResolveAppHosts" 2021-11-23T19:08:41.7279357Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:41.7279802Z 5:7>Done building target "ProcessFrameworkReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7281185Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:41.7282229Z 5:7>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:41.7283195Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:41.7283802Z 5:7>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7284465Z 5:7>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:41.7285119Z 5:7>Done building target "CollectPackageReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7286818Z 5:7>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 2021-11-23T19:08:41.7287838Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:41.7288350Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:41.7288990Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:41.7289736Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api' 2021-11-23T19:08:41.7290908Z (in) MSBuildProjectName 'ProjectB.Api' 2021-11-23T19:08:41.7291495Z (in) ProjectJsonPath '' 2021-11-23T19:08:41.7292801Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:41.7293619Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:41.7294184Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:41.7294552Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:41.7294890Z 5:7>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7295571Z 5:7>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.7296289Z 5:7>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7296674Z Target "ApplyImplicitVersions" skipped. Previously built successfully. 2021-11-23T19:08:41.7297094Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:41.7297823Z 5:7>Target "CheckForDuplicateItems" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.7298643Z Using "CheckForDuplicateItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7299044Z Task "CheckForDuplicateItems" 2021-11-23T19:08:41.7299365Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:41.7299850Z Task "CheckForDuplicateItems" 2021-11-23T19:08:41.7300119Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:41.7300431Z Task "CheckForDuplicateItems" 2021-11-23T19:08:41.7301033Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:41.7301393Z 5:7>Done building target "CheckForDuplicateItems" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7302143Z Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:41.7302926Z Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 2021-11-23T19:08:41.7304323Z Target "_WarnWhenUsingNET6AndVSPriorTo17" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(VisualStudioVersion), '17.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '6.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:41.7306290Z Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')). 2021-11-23T19:08:41.7308383Z Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == ''). 2021-11-23T19:08:41.7309242Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:41.7310582Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:41.7311735Z 5:7>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:41.7313156Z Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:41.7313808Z Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:41.7314214Z Task "Message" 2021-11-23T19:08:41.7314470Z Configuration=Release 2021-11-23T19:08:41.7314697Z Done executing task "Message". 2021-11-23T19:08:41.7314967Z Task "Message" 2021-11-23T19:08:41.7315213Z Platform=AnyCPU 2021-11-23T19:08:41.7315432Z Done executing task "Message". 2021-11-23T19:08:41.7316162Z Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release/net6.0/' != '' and !HasTrailingSlash('bin\Release/net6.0/')). 2021-11-23T19:08:41.7317140Z Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net6.0/' != '' and !HasTrailingSlash('obj/Release/net6.0/')). 2021-11-23T19:08:41.7318081Z Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 2021-11-23T19:08:41.7319532Z Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/' != '' And '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/' ). 2021-11-23T19:08:41.7321034Z Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/' ). 2021-11-23T19:08:41.7321834Z 5:7>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7322487Z 5:7>Target "ValidateCommandLineProperties" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:41.7323340Z Task "NETSdkWarning" skipped, due to false condition; ('$(_CommandLineDefinedSelfContained)' != 'true' and 2021-11-23T19:08:41.7323883Z '$(_CommandLineDefinedRuntimeIdentifier)' == 'true' and 2021-11-23T19:08:41.7324442Z '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and 2021-11-23T19:08:41.7325090Z $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '6.0'))) was evaluated as ('' != 'true' and 2021-11-23T19:08:41.7325593Z '' == 'true' and 2021-11-23T19:08:41.7326117Z '.NETCoreApp' == '.NETCoreApp' and 2021-11-23T19:08:41.7326436Z True). 2021-11-23T19:08:41.7326743Z 5:7>Done building target "ValidateCommandLineProperties" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7327454Z 5:7>Target "BeforeBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "Build" depends on it): 2021-11-23T19:08:41.7328035Z 5:7>Done building target "BeforeBuild" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7328758Z Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 2021-11-23T19:08:41.7329489Z 5:7>Target "BuildOnlySettings" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:41.7330109Z 5:7>Done building target "BuildOnlySettings" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7330768Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.7332106Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:41.7333299Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.7334226Z 5:7>Target "GetFrameworkPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:41.7334893Z 5:7>Done building target "GetFrameworkPaths" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7335647Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.7336946Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:41.7338145Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.7338959Z 5:7>Target "GetReferenceAssemblyPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:41.7339633Z 5:7>Done building target "GetReferenceAssemblyPaths" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7340306Z Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:41.7341113Z 5:7>Target "PrepareForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:41.7341868Z Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.7342319Z Task "FindAppConfigFile" 2021-11-23T19:08:41.7342609Z Done executing task "FindAppConfigFile". 2021-11-23T19:08:41.7342967Z Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.7343345Z Task "MakeDir" 2021-11-23T19:08:41.7343690Z 0>Property reassignment: $(PrepareForRunDependsOn)="StaticWebAssetsPrepareForRun; 2021-11-23T19:08:41.7343975Z _RazorPrepareForRun; 2021-11-23T19:08:41.7344214Z 2021-11-23T19:08:41.7344449Z CopyFilesToOutputDirectory 2021-11-23T19:08:41.7344643Z 2021-11-23T19:08:41.7344877Z " (previous value: " 2021-11-23T19:08:41.7345089Z _RazorPrepareForRun; 2021-11-23T19:08:41.7345329Z 2021-11-23T19:08:41.7345582Z CopyFilesToOutputDirectory 2021-11-23T19:08:41.7345777Z 2021-11-23T19:08:41.7346122Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (249,5) 2021-11-23T19:08:41.7346510Z Property reassignment: $(GetCopyToOutputDirectoryItemsDependsOn)=" 2021-11-23T19:08:41.7346845Z AssignTargetPaths; 2021-11-23T19:08:41.7347090Z 2021-11-23T19:08:41.7347298Z AssignProjectConfiguration; 2021-11-23T19:08:41.7347595Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:41.7347859Z ; 2021-11-23T19:08:41.7348091Z _GetProjectReferenceTargetFrameworkProperties; 2021-11-23T19:08:41.7348551Z _PopulateCommonStateForGetCopyToOutputDirectoryItems 2021-11-23T19:08:41.7348860Z ;AddStaticWebAssetsManifest" (previous value: " 2021-11-23T19:08:41.7349178Z AssignTargetPaths; 2021-11-23T19:08:41.7349450Z 2021-11-23T19:08:41.7349662Z AssignProjectConfiguration; 2021-11-23T19:08:41.7349970Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:41.7350192Z ; 2021-11-23T19:08:41.7350469Z _GetProjectReferenceTargetFrameworkProperties; 2021-11-23T19:08:41.7350806Z _PopulateCommonStateForGetCopyToOutputDirectoryItems 2021-11-23T19:08:41.7351182Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (260,5) 2021-11-23T19:08:41.7351625Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=" 2021-11-23T19:08:41.7351965Z GenerateStaticWebAssetsPackTargets; 2021-11-23T19:08:41.7352220Z IncludeStaticWebAssetsPackItems; 2021-11-23T19:08:41.7352528Z ;PackTool;_PackProjectToolValidation 2021-11-23T19:08:41.7353005Z " (previous value: ";PackTool;_PackProjectToolValidation") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.StaticWebAssets.targets (289,5) 2021-11-23T19:08:41.7353424Z 5:7>PrepareForBuild: 2021-11-23T19:08:41.7353736Z Creating directory "bin/Release/net6.0/". 2021-11-23T19:08:41.7354082Z Creating directory "obj/Release/net6.0/". 2021-11-23T19:08:41.7354415Z Creating directory "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/obj/Release/net6.0/ref/". 2021-11-23T19:08:41.7354795Z Creating directory "bin/Release/net6.0/ref". 2021-11-23T19:08:41.7355090Z Done executing task "MakeDir". 2021-11-23T19:08:41.7355380Z 5:7>Done building target "PrepareForBuild" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7356010Z 5:7>Target "GenerateGlobalUsings" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:41.7356830Z Using "GenerateGlobalUsings" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7357254Z Task "GenerateGlobalUsings" 2021-11-23T19:08:41.7357538Z 0>Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:41.7357949Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:41.7358267Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:41.7358575Z _AddScopedCssBundles; 2021-11-23T19:08:41.7359089Z " (previous value: "UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (55,3) 2021-11-23T19:08:41.7359631Z Property reassignment: $(GenerateComputedBuildStaticWebAssetsDependsOn)=" 2021-11-23T19:08:41.7359944Z ; 2021-11-23T19:08:41.7360203Z _ResolveBundlingConfiguration; 2021-11-23T19:08:41.7360438Z _GenerateScopedCssFiles; 2021-11-23T19:08:41.7360708Z BundleScopedCssFiles; 2021-11-23T19:08:41.7361117Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (61,3) 2021-11-23T19:08:41.7361539Z Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:41.7361840Z 2021-11-23T19:08:41.7362136Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:41.7362530Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:41.7362957Z _AddScopedCssBundles; 2021-11-23T19:08:41.7363159Z ; 2021-11-23T19:08:41.7363420Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:41.7363706Z " (previous value: " 2021-11-23T19:08:41.7364042Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:41.7364422Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:41.7364658Z _AddScopedCssBundles; 2021-11-23T19:08:41.7365035Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (36,5) 2021-11-23T19:08:41.7365467Z Property reassignment: $(StaticWebAssetsPrepareForRunDependsOn)=" 2021-11-23T19:08:41.7365837Z ;GenerateStaticWebAssetsManifest;GenerateComputedBuildStaticWebAssets;CopyStaticWebAssetsToOutputDirectory; 2021-11-23T19:08:41.7366225Z _GenerateBuildJsModuleManifest; 2021-11-23T19:08:41.7366772Z " (previous value: ";GenerateStaticWebAssetsManifest;GenerateComputedBuildStaticWebAssets;CopyStaticWebAssetsToOutputDirectory") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (44,5) 2021-11-23T19:08:41.7426636Z Property reassignment: $(StaticWebAssetsPrepareForPublishDependsOn)=" 2021-11-23T19:08:41.7427071Z ;ResolveStaticWebAssetsConfiguration;GenerateStaticWebAssetsPublishManifest;GenerateComputedPublishStaticWebAssets; 2021-11-23T19:08:41.7427435Z _GeneratePublishJsModuleManifest; 2021-11-23T19:08:41.7427959Z " (previous value: ";ResolveStaticWebAssetsConfiguration;GenerateStaticWebAssetsPublishManifest;GenerateComputedPublishStaticWebAssets") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (49,5) 2021-11-23T19:08:41.7428505Z Property reassignment: $(ResolveStaticWebAssetsInputsDependsOn)=" 2021-11-23T19:08:41.7428789Z 2021-11-23T19:08:41.7428984Z 2021-11-23T19:08:41.7429279Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:41.7429822Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:41.7430081Z _AddScopedCssBundles; 2021-11-23T19:08:41.7430280Z ; 2021-11-23T19:08:41.7430505Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:41.7430716Z ; 2021-11-23T19:08:41.7430937Z _AddBuildJsModuleManifest; 2021-11-23T19:08:41.7431190Z " (previous value: " 2021-11-23T19:08:41.7431397Z 2021-11-23T19:08:41.7431709Z UpdateExistingPackageStaticWebAssets;ResolveProjectStaticWebAssets;ResolveReferencedProjectsStaticWebAssets;; 2021-11-23T19:08:41.7432042Z UpdateLegacyPackageScopedCssBundles; 2021-11-23T19:08:41.7432299Z _AddScopedCssBundles; 2021-11-23T19:08:41.7432510Z ; 2021-11-23T19:08:41.7432728Z _AddJsModulesToStaticWebAssets; 2021-11-23T19:08:41.7433090Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (54,5) 2021-11-23T19:08:41.7433497Z Property reassignment: $(ResolvePublishStaticWebAssetsDependsOn)=" 2021-11-23T19:08:41.7433837Z LoadStaticWebAssetsBuildManifest;ComputeReferencedProjectsPublishAssets;; 2021-11-23T19:08:41.7434143Z _AddPublishJsModuleManifest 2021-11-23T19:08:41.7434595Z " (previous value: "LoadStaticWebAssetsBuildManifest;ComputeReferencedProjectsPublishAssets;") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.JSModules.targets (59,5) 2021-11-23T19:08:41.7435131Z 5:7>Done executing task "GenerateGlobalUsings". 2021-11-23T19:08:41.7435452Z 0>Property reassignment: $(GenerateRazorTargetAssemblyInfoDependsOn)=" 2021-11-23T19:08:41.7435751Z _ResolveMvcAssemblyAttributes; 2021-11-23T19:08:41.7436068Z 2021-11-23T19:08:41.7436283Z GetRazorTargetAssemblyAttributes; 2021-11-23T19:08:41.7436549Z _CreateRazorTargetAssemblyInfoInputsCacheFile; 2021-11-23T19:08:41.7436801Z CoreGenerateRazorTargetAssemblyInfo 2021-11-23T19:08:41.7437021Z 2021-11-23T19:08:41.7437209Z " (previous value: " 2021-11-23T19:08:41.7437453Z GetRazorTargetAssemblyAttributes; 2021-11-23T19:08:41.7437719Z _CreateRazorTargetAssemblyInfoInputsCacheFile; 2021-11-23T19:08:41.7437971Z CoreGenerateRazorTargetAssemblyInfo 2021-11-23T19:08:41.7438335Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (36,5) 2021-11-23T19:08:41.7439096Z Property reassignment: $(CoreCompileDependsOn)=" 2021-11-23T19:08:41.7439438Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:41.7439727Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:41.7440187Z " (previous value: ";_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (181,5) 2021-11-23T19:08:41.7440703Z Property reassignment: $(_GenerateRazorAssemblyInfoDependsOn)=" 2021-11-23T19:08:41.7441003Z _ResolveMvcAssemblyAttributes; 2021-11-23T19:08:41.7441297Z RazorGetAssemblyAttributes;PrepareForBuild;_CoreGenerateRazorAssemblyInfo; 2021-11-23T19:08:41.7441831Z " (previous value: "RazorGetAssemblyAttributes;PrepareForBuild;_CoreGenerateRazorAssemblyInfo") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets (189,5) 2021-11-23T19:08:41.7442341Z Property reassignment: $(CoreCompileDependsOn)=" 2021-11-23T19:08:41.7442608Z _DiscoverMvcApplicationParts; 2021-11-23T19:08:41.7442835Z 2021-11-23T19:08:41.7443097Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:41.7443373Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:41.7443594Z ; 2021-11-23T19:08:41.7443800Z " (previous value: " 2021-11-23T19:08:41.7444214Z ;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet; 2021-11-23T19:08:41.7444509Z _GenerateRazorAssemblyInfo 2021-11-23T19:08:41.7444869Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.MvcApplicationPartsDiscovery.targets (22,5) 2021-11-23T19:08:41.7445673Z Property reassignment: $(RazorDesignTimeTargets)="/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets" (previous value: "/usr/share/dotnet/sdk/6.0.100/Microsoft/VisualStudio/Razor/Microsoft.NET.Sdk.Razor.DesignTime.targets") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets (753,5) 2021-11-23T19:08:41.7446634Z Property reassignment: $(RunWorkingDirectory)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets (21,5) 2021-11-23T19:08:41.7447369Z Property reassignment: $(PublishConfiguration)="Release" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets (74,5) 2021-11-23T19:08:41.7448092Z Property reassignment: $(BaseIntermediateOutputPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets (80,5) 2021-11-23T19:08:41.7478332Z 5:7>GenerateGlobalUsings: 2021-11-23T19:08:41.7478732Z Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.7479296Z Task "WriteLinesToFile" 2021-11-23T19:08:41.7479533Z Done executing task "WriteLinesToFile". 2021-11-23T19:08:41.7479856Z 5:7>Done building target "GenerateGlobalUsings" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7480589Z Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 2021-11-23T19:08:41.7481203Z 5:7>Target "BeforeResolveReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:41.7481792Z 5:7>Done building target "BeforeResolveReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7482157Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:41.7482770Z 5:7>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:41.7483415Z 5:7>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7484053Z 5:7>Target "_ComputePackageReferencePublish" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:41.7484691Z 5:7>Done building target "_ComputePackageReferencePublish" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.7485293Z Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 2021-11-23T19:08:41.7485822Z ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 2021-11-23T19:08:41.7486445Z Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.0' == '' And 2021-11-23T19:08:41.7488815Z ('C#' == 'C#' Or 'C#' == 'VB') And 2021-11-23T19:08:41.7489613Z Exists('/usr/share/dotnet/sdk/6.0.100/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 2021-11-23T19:08:41.7490545Z 5:7>Target "ResolvePackageAssets" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:41.7492277Z Using "ResolvePackageAssets" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7492864Z Task "ResolvePackageAssets" 2021-11-23T19:08:41.7932892Z 0>Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:41.7934545Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:41.7935425Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.7936198Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.7937449Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.7938285Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.7939126Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:41.7939945Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.7940888Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.7941743Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.7953367Z Overriding target "BeforePublish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "BeforePublish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets". 2021-11-23T19:08:41.7954445Z Overriding target "AfterPublish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "AfterPublish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets". 2021-11-23T19:08:41.7960573Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.7961257Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.7971422Z The target "CollectUpToDateCheckInputDesignTime" listed in a BeforeTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (164,5)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.7972251Z The target "CollectUpToDateCheckBuiltDesignTime" listed in a BeforeTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.ScopedCss.targets (164,5)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.7973005Z The target "RazorGenerateComponentDeclaration" listed in an AfterTargets attribute at "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets (55,53)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.7979980Z 1:2>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) on node 2 (default targets). 2021-11-23T19:08:41.7981513Z 2:6>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.7982295Z 2:6>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.7983054Z Using "AllowEmptyTelemetry" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.7983450Z Task "AllowEmptyTelemetry" 2021-11-23T19:08:41.8052321Z Done executing task "AllowEmptyTelemetry". 2021-11-23T19:08:41.8052708Z 2:6>Done building target "_CollectTargetFrameworkForTelemetry" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8054166Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:41.8055355Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.8056154Z 2:6>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.8057459Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:41.8057954Z 2:6>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8059005Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:41.8059992Z 2:6>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.8061476Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:41.8062185Z 2:6>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8063019Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:41.8064137Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:41.8065372Z Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:41.8067022Z Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:41.8068214Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.8069012Z 2:6>Target "_CheckForUnsupportedAppHostUsage" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.8069967Z Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == '') was evaluated as ('false' == 'true' and '' == ''). 2021-11-23T19:08:41.8070892Z Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true') was evaluated as ('false' == 'true' and 'true' != 'true' and 'true' == 'true'). 2021-11-23T19:08:41.8072047Z Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '2.1') was evaluated as ('false' != 'true' and 'true' == 'true' and '6.0' < '2.1'). 2021-11-23T19:08:41.8072954Z Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '6.0' < '3.0'). 2021-11-23T19:08:41.8073774Z Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and $(RuntimeIdentifier.StartsWith('win7-'))) was evaluated as ('' == 'true' and False). 2021-11-23T19:08:41.8074589Z Task "NETSdkWarning" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '6.0' < '3.0'). 2021-11-23T19:08:41.8075412Z Task "NETSdkWarning" skipped, due to false condition; ('$(PublishTrimmed)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '6.0' < '3.0'). 2021-11-23T19:08:41.8076344Z Task "NetSdkError" skipped, due to false condition; (('$(UseWindowsForms)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWinFormsTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 2021-11-23T19:08:41.8077316Z Task "NetSdkError" skipped, due to false condition; (('$(UseWpf)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWpfTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 2021-11-23T19:08:41.8077877Z 2:6>Done building target "_CheckForUnsupportedAppHostUsage" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8078672Z 2:6>Target "_CheckForUnsupportedHostingUsage" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.8079708Z Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('false' == 'true' and '' == 'true'). 2021-11-23T19:08:41.8080213Z 2:6>Done building target "_CheckForUnsupportedHostingUsage" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8080913Z Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 2021-11-23T19:08:41.8081712Z 2:6>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.8082974Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Exe != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:41.8084044Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:41.8085017Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and false == 'true'). 2021-11-23T19:08:41.8085612Z 2:6>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8086546Z Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 2021-11-23T19:08:41.8087279Z 2:6>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:41.8088267Z Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:41.8088806Z 2:6>Done building target "_GetProjectJsonPath" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8090021Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:41.8091176Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.8092095Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:41.8095932Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:41.8097791Z 2:6>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:41.8099074Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8099529Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:41.8184217Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:41.8185096Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:41.8185523Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:41.8185856Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:41.8186481Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:41.8186918Z 2:6>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8187915Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:41.8188867Z 2:6>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:41.8189848Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8190298Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:41.8190590Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:41.8190960Z 2:6>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8191624Z 2:6>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:41.8192323Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8192713Z Task "ApplyImplicitVersions" 2021-11-23T19:08:41.8192981Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:41.8193293Z 2:6>Done building target "ApplyImplicitVersions" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8193673Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:41.8195631Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:41.8197855Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:41.8198969Z 2:6>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:41.8199723Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8200155Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:41.8200456Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:41.8200870Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8201270Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:41.8201544Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:41.8201933Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8202304Z Task "ResolveAppHosts" 2021-11-23T19:08:41.8208891Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:41.8217995Z 2:6>Done building target "ProcessFrameworkReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8224311Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:41.8236328Z 2:6>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:41.8237555Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:41.8242321Z 2:6>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8254068Z 2:6>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:41.8254795Z 2:6>Done building target "CollectPackageReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8268000Z 2:6>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 2021-11-23T19:08:41.8268842Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:41.8272313Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:41.8279780Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:41.8287345Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host' 2021-11-23T19:08:41.8293423Z (in) MSBuildProjectName 'ProjectB.Host' 2021-11-23T19:08:41.8300254Z (in) ProjectJsonPath '' 2021-11-23T19:08:41.8307092Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:41.8313537Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:41.8321609Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:41.8330121Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:41.8336823Z 2:6>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8348211Z 2:6>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.8349132Z 2:6>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8353596Z Target "ApplyImplicitVersions" skipped. Previously built successfully. 2021-11-23T19:08:41.8360249Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:41.8373484Z 2:6>Target "CheckForDuplicateItems" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:41.8374438Z Using "CheckForDuplicateItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8378613Z Task "CheckForDuplicateItems" 2021-11-23T19:08:41.8388544Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:41.8389042Z Task "CheckForDuplicateItems" 2021-11-23T19:08:41.8396961Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:41.8397441Z Task "CheckForDuplicateItems" 2021-11-23T19:08:41.8407016Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:41.8407534Z 2:6>Done building target "CheckForDuplicateItems" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8408451Z Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:41.8409379Z Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 2021-11-23T19:08:41.8417974Z Target "_WarnWhenUsingNET6AndVSPriorTo17" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(VisualStudioVersion), '17.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '6.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:41.8419708Z Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')). 2021-11-23T19:08:41.8421510Z Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == ''). 2021-11-23T19:08:41.8424025Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:41.8425255Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:41.8426207Z 2:6>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:41.8427095Z Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:41.8429620Z Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:41.8432150Z Task "Message" 2021-11-23T19:08:41.8441585Z Configuration=Release 2021-11-23T19:08:41.8448460Z Done executing task "Message". 2021-11-23T19:08:41.8455876Z Task "Message" 2021-11-23T19:08:41.8465126Z Platform=AnyCPU 2021-11-23T19:08:41.8472989Z Done executing task "Message". 2021-11-23T19:08:41.8484830Z Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release/net6.0/' != '' and !HasTrailingSlash('bin\Release/net6.0/')). 2021-11-23T19:08:41.8491928Z Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net6.0/' != '' and !HasTrailingSlash('obj/Release/net6.0/')). 2021-11-23T19:08:41.8499472Z Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/' != '' and !HasTrailingSlash('/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/')). 2021-11-23T19:08:41.8507671Z Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/' != '' And '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/' ). 2021-11-23T19:08:41.8516514Z Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/' And '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/' ). 2021-11-23T19:08:41.8523142Z 2:6>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8540121Z 2:6>Target "ValidateCommandLineProperties" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:41.8541397Z Task "NETSdkWarning" skipped, due to false condition; ('$(_CommandLineDefinedSelfContained)' != 'true' and 2021-11-23T19:08:41.8542025Z '$(_CommandLineDefinedRuntimeIdentifier)' == 'true' and 2021-11-23T19:08:41.8542803Z '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and 2021-11-23T19:08:41.8543467Z $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '6.0'))) was evaluated as ('' != 'true' and 2021-11-23T19:08:41.8544027Z '' == 'true' and 2021-11-23T19:08:41.8544465Z '.NETCoreApp' == '.NETCoreApp' and 2021-11-23T19:08:41.8544767Z True). 2021-11-23T19:08:41.8549121Z 2:6>Done building target "ValidateCommandLineProperties" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8564094Z 2:6>Target "BeforeBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "Build" depends on it): 2021-11-23T19:08:41.8564711Z 2:6>Done building target "BeforeBuild" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8570730Z Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 2021-11-23T19:08:41.8582940Z 2:6>Target "BuildOnlySettings" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:41.8585539Z 2:6>Done building target "BuildOnlySettings" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8588163Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.8591091Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:41.8592650Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.8593439Z 2:6>Target "GetFrameworkPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:41.8594108Z 2:6>Done building target "GetFrameworkPaths" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8594826Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.8609036Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:41.8612289Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:41.8615746Z 2:6>Target "GetReferenceAssemblyPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:41.8616675Z 2:6>Done building target "GetReferenceAssemblyPaths" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8617442Z Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:41.8618218Z 2:6>Target "ResolveRazorGenerateInputs" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:41.8618885Z 2:6>Done building target "ResolveRazorGenerateInputs" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8629166Z 2:6>Target "PrepareForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:41.8630440Z Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.8630859Z Task "FindAppConfigFile" 2021-11-23T19:08:41.8639797Z Done executing task "FindAppConfigFile". 2021-11-23T19:08:41.8642094Z Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.8643723Z Task "MakeDir" 2021-11-23T19:08:41.8696247Z Creating directory "bin/Release/net6.0/". 2021-11-23T19:08:41.8696601Z Creating directory "obj/Release/net6.0/". 2021-11-23T19:08:41.8696980Z Creating directory "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/obj/Release/net6.0/ref/". 2021-11-23T19:08:41.8697337Z Creating directory "bin/Release/net6.0/ref". 2021-11-23T19:08:41.8697639Z Done executing task "MakeDir". 2021-11-23T19:08:41.8699268Z 2:6>Done building target "PrepareForBuild" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8700360Z 2:6>Target "GenerateGlobalUsings" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:41.8701549Z Using "GenerateGlobalUsings" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8702580Z Task "GenerateGlobalUsings" 2021-11-23T19:08:41.8743269Z 5:7>Done executing task "ResolvePackageAssets". 2021-11-23T19:08:41.8746981Z 5:7>Done building target "ResolvePackageAssets" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8748232Z Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 2021-11-23T19:08:41.8749317Z '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 2021-11-23T19:08:41.8750143Z '' == 'true'). 2021-11-23T19:08:41.8754216Z 5:7>Target "_CheckForTransitiveWindowsDesktopDependencies" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:41.8756039Z Task "NetSdkError" skipped, due to false condition; ('@(_WindowsDesktopTransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:41.8756931Z 5:7>Done building target "_CheckForTransitiveWindowsDesktopDependencies" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8760959Z 5:7>Target "AddTransitiveFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:41.8762014Z 5:7>Done building target "AddTransitiveFrameworkReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8765940Z 5:7>Target "ResolveLockFileReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:41.8767063Z Using "JoinItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8767703Z Task "JoinItems" 2021-11-23T19:08:41.8775987Z Done executing task "JoinItems". 2021-11-23T19:08:41.8780474Z 5:7>Done building target "ResolveLockFileReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8781423Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:41.8782345Z 5:7>Target "ResolveLockFileAnalyzers" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:41.8783270Z 5:7>Done building target "ResolveLockFileAnalyzers" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8783846Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:41.8787770Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:41.8793631Z 5:7>Target "ResolveLockFileCopyLocalFiles" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:41.8794919Z 5:7>Done building target "ResolveLockFileCopyLocalFiles" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8795945Z Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:41.8797016Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:41.8799875Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:41.8802572Z 2:6>Done executing task "GenerateGlobalUsings". 2021-11-23T19:08:41.8806888Z 5:7>Target "IncludeTransitiveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:41.8807910Z 5:7>Done building target "IncludeTransitiveProjectReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8808805Z 5:7>Target "ResolvePackageDependenciesForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "AssignProjectConfiguration" depends on it): 2021-11-23T19:08:41.8810844Z 5:7>Done building target "ResolvePackageDependenciesForBuild" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8812871Z 2:6>GenerateGlobalUsings: 2021-11-23T19:08:41.8813970Z Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.8815014Z Task "WriteLinesToFile" 2021-11-23T19:08:41.8822348Z Done executing task "WriteLinesToFile". 2021-11-23T19:08:41.8826659Z 5:7>Target "AssignProjectConfiguration" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:41.8827653Z 5:7>Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.8831330Z Task "AssignProjectConfiguration" 2021-11-23T19:08:41.8832420Z 2:6>Done building target "GenerateGlobalUsings" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8833420Z Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 2021-11-23T19:08:41.8834347Z 2:6>Target "BeforeResolveReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:41.8835183Z 2:6>Done building target "BeforeResolveReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8838744Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:41.8850224Z 2:6>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:41.8851227Z 2:6>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8858525Z 5:7>AssignProjectConfiguration: 2021-11-23T19:08:41.8859226Z Project reference "../ProjectB.Application/ProjectB.Application.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:41.8860208Z Project reference "../ProjectB.Contracts/ProjectB.Contracts.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:41.8861159Z Project reference "../ProjectB.Domain/ProjectB.Domain.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:41.8861894Z Project reference "../ProjectB.Core/ProjectB.Core.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:41.8862561Z Project reference "../ProjectB.Exceptions/ProjectB.Exceptions.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:41.8865448Z Project reference "../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:41.8866788Z Project reference "../ProjectB.Persistence/ProjectB.Persistence.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:41.8867489Z Project reference "../../Geography/Geography.Mocks/Geography.Mocks.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:41.8873231Z 2:6>Target "_ComputePackageReferencePublish" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:41.8873880Z 2:6>Done building target "_ComputePackageReferencePublish" in project "ProjectB.Host.csproj". 2021-11-23T19:08:41.8881173Z Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 2021-11-23T19:08:41.8881779Z ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 2021-11-23T19:08:41.8882401Z Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.0' == '' And 2021-11-23T19:08:41.8883796Z ('C#' == 'C#' Or 'C#' == 'VB') And 2021-11-23T19:08:41.8885309Z Exists('/usr/share/dotnet/sdk/6.0.100/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 2021-11-23T19:08:41.8885676Z 5:7>Done executing task "AssignProjectConfiguration". 2021-11-23T19:08:41.8895560Z 5:7>Done building target "AssignProjectConfiguration" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8896181Z Target "AssignProjectConfiguration" skipped. Previously built successfully. 2021-11-23T19:08:41.8896961Z 2:6>Target "ResolvePackageAssets" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:41.8897840Z 2:6>Using "ResolvePackageAssets" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:41.8911582Z Task "ResolvePackageAssets" 2021-11-23T19:08:41.8918016Z 5:7>Target "_SplitProjectReferencesByFileExistence" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:41.8919958Z 5:7>Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and '../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;...'!=''). 2021-11-23T19:08:41.8930646Z 5:7>Done building target "_SplitProjectReferencesByFileExistence" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8931417Z 5:7>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 2021-11-23T19:08:41.8932174Z 5:7>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "ProjectB.Api.csproj". 2021-11-23T19:08:41.8939456Z 5:7>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:41.8940135Z Task "MSBuild" 2021-11-23T19:08:41.8948266Z Global Properties: 2021-11-23T19:08:41.8948587Z Configuration=Release 2021-11-23T19:08:41.8948840Z Platform=AnyCPU 2021-11-23T19:08:41.8949083Z Removing Properties: 2021-11-23T19:08:41.8949343Z TargetFramework 2021-11-23T19:08:41.8949573Z RuntimeIdentifier 2021-11-23T19:08:41.9029905Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:41.9030742Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9031259Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9032024Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9032513Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9033250Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:41.9034248Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Application" (previous value: "ProjectB.Application") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj (5,2) 2021-11-23T19:08:41.9035229Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Application" (previous value: "ProjectB.Application") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj (6,5) 2021-11-23T19:08:41.9035979Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9036457Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9037139Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:41.9037978Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:41.9038953Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:41.9039934Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:41.9040813Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:41.9041867Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:41.9042765Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:41.9043647Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:41.9044353Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9044861Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9045473Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:41.9046244Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:41.9046883Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9047380Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9048022Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9048529Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9049102Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9049724Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:41.9050454Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:41.9051214Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:41.9051867Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:41.9052300Z AssignProjectConfiguration; 2021-11-23T19:08:41.9052735Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:41.9053289Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:41.9054276Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ProjectB.Application.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:41.9055151Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.9057236Z 2021-11-23T19:08:41.9057474Z ResolveProjectReferences; 2021-11-23T19:08:41.9057748Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9058000Z GetFrameworkPaths; 2021-11-23T19:08:41.9058259Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9058516Z PrepareForBuild; 2021-11-23T19:08:41.9058750Z ResolveSDKReferences; 2021-11-23T19:08:41.9059177Z ExpandSDKReferences; 2021-11-23T19:08:41.9059395Z ; 2021-11-23T19:08:41.9059644Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9059926Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9060179Z " (previous value: " 2021-11-23T19:08:41.9060447Z ResolveProjectReferences; 2021-11-23T19:08:41.9060924Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9061195Z GetFrameworkPaths; 2021-11-23T19:08:41.9061453Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9061691Z PrepareForBuild; 2021-11-23T19:08:41.9061944Z ResolveSDKReferences; 2021-11-23T19:08:41.9062199Z ExpandSDKReferences; 2021-11-23T19:08:41.9062560Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:41.9062972Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:41.9063295Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9063559Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9063797Z 2021-11-23T19:08:41.9063987Z ; 2021-11-23T19:08:41.9064218Z PrepareResourceNames; 2021-11-23T19:08:41.9064458Z ResGen; 2021-11-23T19:08:41.9064676Z CompileLicxFiles 2021-11-23T19:08:41.9064899Z 2021-11-23T19:08:41.9065118Z " (previous value: " 2021-11-23T19:08:41.9065357Z ; 2021-11-23T19:08:41.9065589Z PrepareResourceNames; 2021-11-23T19:08:41.9065812Z ResGen; 2021-11-23T19:08:41.9066046Z CompileLicxFiles 2021-11-23T19:08:41.9066392Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:41.9067183Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:41.9068030Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:41.9068911Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:41.9069824Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:41.9070804Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:41.9071827Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:41.9072535Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.9072821Z 2021-11-23T19:08:41.9073031Z 2021-11-23T19:08:41.9073355Z ResolveProjectReferences; 2021-11-23T19:08:41.9073636Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9073880Z GetFrameworkPaths; 2021-11-23T19:08:41.9074139Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9074395Z PrepareForBuild; 2021-11-23T19:08:41.9074628Z ResolveSDKReferences; 2021-11-23T19:08:41.9074884Z ExpandSDKReferences; 2021-11-23T19:08:41.9075094Z ; 2021-11-23T19:08:41.9075342Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9075622Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9075843Z ; 2021-11-23T19:08:41.9076081Z ResolveTargetingPackAssets; 2021-11-23T19:08:41.9076332Z " (previous value: " 2021-11-23T19:08:41.9076576Z 2021-11-23T19:08:41.9076815Z ResolveProjectReferences; 2021-11-23T19:08:41.9077068Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9077330Z GetFrameworkPaths; 2021-11-23T19:08:41.9077589Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9077829Z PrepareForBuild; 2021-11-23T19:08:41.9078077Z ResolveSDKReferences; 2021-11-23T19:08:41.9078313Z ExpandSDKReferences; 2021-11-23T19:08:41.9078540Z ; 2021-11-23T19:08:41.9078786Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9079048Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9079436Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:41.9080279Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ProjectB.Application.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:41.9081371Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:41.9082071Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:41.9095042Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:41.9095825Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:41.9096386Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:41.9096683Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:41.9096923Z 2021-11-23T19:08:41.9097132Z BuildOnlySettings; 2021-11-23T19:08:41.9097379Z PrepareForBuild; 2021-11-23T19:08:41.9097782Z PreBuildEvent; 2021-11-23T19:08:41.9098033Z ResolveReferences; 2021-11-23T19:08:41.9127331Z PrepareResources; 2021-11-23T19:08:41.9127764Z ResolveKeySource; 2021-11-23T19:08:41.9128004Z Compile; 2021-11-23T19:08:41.9128225Z ExportWindowsMDFile; 2021-11-23T19:08:41.9128481Z UnmanagedUnregistration; 2021-11-23T19:08:41.9128756Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.9130215Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.9130484Z GenerateManifests; 2021-11-23T19:08:41.9130712Z GetTargetPath; 2021-11-23T19:08:41.9130952Z PrepareForRun; 2021-11-23T19:08:41.9131406Z UnmanagedRegistration; 2021-11-23T19:08:41.9131649Z IncrementalClean; 2021-11-23T19:08:41.9131892Z PostBuildEvent 2021-11-23T19:08:41.9132097Z ; 2021-11-23T19:08:41.9132337Z GenerateBuildDependencyFile; 2021-11-23T19:08:41.9132623Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:41.9132888Z " (previous value: " 2021-11-23T19:08:41.9133147Z BuildOnlySettings; 2021-11-23T19:08:41.9133389Z PrepareForBuild; 2021-11-23T19:08:41.9133614Z PreBuildEvent; 2021-11-23T19:08:41.9133857Z ResolveReferences; 2021-11-23T19:08:41.9134085Z PrepareResources; 2021-11-23T19:08:41.9134330Z ResolveKeySource; 2021-11-23T19:08:41.9134574Z Compile; 2021-11-23T19:08:41.9134795Z ExportWindowsMDFile; 2021-11-23T19:08:41.9135052Z UnmanagedUnregistration; 2021-11-23T19:08:41.9135314Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.9135587Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.9135843Z GenerateManifests; 2021-11-23T19:08:41.9136069Z GetTargetPath; 2021-11-23T19:08:41.9136310Z PrepareForRun; 2021-11-23T19:08:41.9136540Z UnmanagedRegistration; 2021-11-23T19:08:41.9136790Z IncrementalClean; 2021-11-23T19:08:41.9137032Z PostBuildEvent 2021-11-23T19:08:41.9137357Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:41.9137747Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:41.9138034Z _SdkBeforeClean; 2021-11-23T19:08:41.9138242Z 2021-11-23T19:08:41.9138723Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:41.9139137Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:41.9139410Z _SdkBeforeRebuild; 2021-11-23T19:08:41.9139640Z 2021-11-23T19:08:41.9139844Z BeforeRebuild; 2021-11-23T19:08:41.9140073Z Clean; 2021-11-23T19:08:41.9140290Z Build; 2021-11-23T19:08:41.9140502Z AfterRebuild; 2021-11-23T19:08:41.9140943Z 2021-11-23T19:08:41.9141176Z " (previous value: " 2021-11-23T19:08:41.9141433Z BeforeRebuild; 2021-11-23T19:08:41.9141662Z Clean; 2021-11-23T19:08:41.9141863Z Build; 2021-11-23T19:08:41.9142090Z AfterRebuild; 2021-11-23T19:08:41.9142411Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:41.9142797Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:41.9143060Z 2021-11-23T19:08:41.9143269Z ResolveReferences; 2021-11-23T19:08:41.9143513Z ResolveKeySource; 2021-11-23T19:08:41.9143775Z SetWin32ManifestProperties; 2021-11-23T19:08:41.9144046Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.9144321Z _GenerateCompileInputs; 2021-11-23T19:08:41.9144553Z BeforeCompile; 2021-11-23T19:08:41.9144804Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.9145076Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.9145318Z CoreCompile; 2021-11-23T19:08:41.9145564Z _TimeStampAfterCompile; 2021-11-23T19:08:41.9145795Z AfterCompile; 2021-11-23T19:08:41.9146016Z ; 2021-11-23T19:08:41.9146237Z _CreateAppHost; 2021-11-23T19:08:41.9146462Z _CreateComHost; 2021-11-23T19:08:41.9146704Z _GetIjwHostPaths; 2021-11-23T19:08:41.9146947Z " (previous value: " 2021-11-23T19:08:41.9147205Z ResolveReferences; 2021-11-23T19:08:41.9147450Z ResolveKeySource; 2021-11-23T19:08:41.9147826Z SetWin32ManifestProperties; 2021-11-23T19:08:41.9148119Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.9148393Z _GenerateCompileInputs; 2021-11-23T19:08:41.9148625Z BeforeCompile; 2021-11-23T19:08:41.9148874Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.9149129Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.9149387Z CoreCompile; 2021-11-23T19:08:41.9149634Z _TimeStampAfterCompile; 2021-11-23T19:08:41.9149866Z AfterCompile; 2021-11-23T19:08:41.9150204Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:41.9150586Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:41.9150877Z 2021-11-23T19:08:41.9151124Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.9151399Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.9151687Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.9151923Z ; 2021-11-23T19:08:41.9152147Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:41.9152599Z " (previous value: " 2021-11-23T19:08:41.9152868Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.9153167Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.9153457Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.9153804Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:41.9154238Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:41.9154553Z 2021-11-23T19:08:41.9154871Z ; 2021-11-23T19:08:41.9155091Z 2021-11-23T19:08:41.9155286Z ; 2021-11-23T19:08:41.9155520Z BuildOnlySettings; 2021-11-23T19:08:41.9155772Z PrepareForBuild; 2021-11-23T19:08:41.9156014Z AssignTargetPaths; 2021-11-23T19:08:41.9156268Z ResolveReferences 2021-11-23T19:08:41.9156482Z 2021-11-23T19:08:41.9156690Z ; 2021-11-23T19:08:41.9156930Z _GenerateDesignerDepsFile; 2021-11-23T19:08:41.9157199Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:41.9157491Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:41.9157756Z " (previous value: " 2021-11-23T19:08:41.9158001Z ; 2021-11-23T19:08:41.9158213Z 2021-11-23T19:08:41.9158408Z ; 2021-11-23T19:08:41.9158641Z BuildOnlySettings; 2021-11-23T19:08:41.9158875Z PrepareForBuild; 2021-11-23T19:08:41.9159131Z AssignTargetPaths; 2021-11-23T19:08:41.9159390Z ResolveReferences 2021-11-23T19:08:41.9159605Z 2021-11-23T19:08:41.9159948Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:41.9160803Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ProjectB.Application.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Application.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:41.9161928Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ProjectB.Application.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Application.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:41.9163026Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:41.9163879Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:41.9164607Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:41.9165446Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:41.9166197Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:41.9167185Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:41.9214909Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:41.9215777Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:41.9219158Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.9220057Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.9221140Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.9225715Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.9226671Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:41.9236888Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9237839Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9245296Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9246159Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.9246821Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.9247633Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:8) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:41.9248545Z 4:8>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:41.9249315Z 4:8>Using "CombineTargetFrameworkInfoProperties" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.9249757Z Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:41.9250245Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:41.9250662Z 4:8>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.Application.csproj". 2021-11-23T19:08:41.9251307Z 4:8>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (entry point): 2021-11-23T19:08:41.9252325Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.9252832Z Using "CombineXmlElements" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:41.9253228Z Task "CombineXmlElements" 2021-11-23T19:08:41.9253504Z Done executing task "CombineXmlElements". 2021-11-23T19:08:41.9254020Z 4:8>Done building target "GetTargetFrameworks" in project "ProjectB.Application.csproj". 2021-11-23T19:08:41.9254912Z 4:8>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:41.9314773Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:41.9317048Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9317440Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9317791Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9318155Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9320184Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:41.9322729Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Contracts" (previous value: "ProjectB.Contracts") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj (5,2) 2021-11-23T19:08:41.9325107Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Contracts" (previous value: "ProjectB.Contracts") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj (6,5) 2021-11-23T19:08:41.9325779Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9327757Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9328295Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:41.9330384Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:41.9331230Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:41.9334125Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:41.9334881Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:41.9335816Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:41.9337996Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:41.9340041Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:41.9340664Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9341195Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9341700Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:41.9342329Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:41.9344237Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9344674Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9345029Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9345397Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9345761Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9347617Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:41.9349744Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:41.9350438Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:41.9353230Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:41.9353568Z AssignProjectConfiguration; 2021-11-23T19:08:41.9353854Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:41.9354265Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:41.9356529Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/Release/net6.0/ProjectB.Contracts.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Contracts.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:41.9357337Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.9357607Z 2021-11-23T19:08:41.9357849Z ResolveProjectReferences; 2021-11-23T19:08:41.9359839Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9360133Z GetFrameworkPaths; 2021-11-23T19:08:41.9360399Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9360656Z PrepareForBuild; 2021-11-23T19:08:41.9360888Z ResolveSDKReferences; 2021-11-23T19:08:41.9361145Z ExpandSDKReferences; 2021-11-23T19:08:41.9361536Z ; 2021-11-23T19:08:41.9363640Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9363934Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9364200Z " (previous value: " 2021-11-23T19:08:41.9364466Z ResolveProjectReferences; 2021-11-23T19:08:41.9364719Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9364980Z GetFrameworkPaths; 2021-11-23T19:08:41.9365238Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9365476Z PrepareForBuild; 2021-11-23T19:08:41.9365725Z ResolveSDKReferences; 2021-11-23T19:08:41.9365978Z ExpandSDKReferences; 2021-11-23T19:08:41.9366330Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:41.9368470Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:41.9368806Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9369080Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9369319Z 2021-11-23T19:08:41.9369507Z ; 2021-11-23T19:08:41.9369742Z PrepareResourceNames; 2021-11-23T19:08:41.9369987Z ResGen; 2021-11-23T19:08:41.9370204Z CompileLicxFiles 2021-11-23T19:08:41.9370426Z 2021-11-23T19:08:41.9370644Z " (previous value: " 2021-11-23T19:08:41.9370883Z ; 2021-11-23T19:08:41.9372977Z PrepareResourceNames; 2021-11-23T19:08:41.9373212Z ResGen; 2021-11-23T19:08:41.9373445Z CompileLicxFiles 2021-11-23T19:08:41.9373791Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:41.9374544Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:41.9375383Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:41.9376502Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:41.9377444Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:41.9378422Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:41.9379450Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:41.9380155Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.9380440Z 2021-11-23T19:08:41.9380649Z 2021-11-23T19:08:41.9381067Z ResolveProjectReferences; 2021-11-23T19:08:41.9383459Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9383718Z GetFrameworkPaths; 2021-11-23T19:08:41.9383976Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9384244Z PrepareForBuild; 2021-11-23T19:08:41.9384478Z ResolveSDKReferences; 2021-11-23T19:08:41.9384731Z ExpandSDKReferences; 2021-11-23T19:08:41.9384943Z ; 2021-11-23T19:08:41.9385190Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9385474Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9385695Z ; 2021-11-23T19:08:41.9385934Z ResolveTargetingPackAssets; 2021-11-23T19:08:41.9386185Z " (previous value: " 2021-11-23T19:08:41.9386424Z 2021-11-23T19:08:41.9387271Z ResolveProjectReferences; 2021-11-23T19:08:41.9387550Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9387817Z GetFrameworkPaths; 2021-11-23T19:08:41.9388095Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9388332Z PrepareForBuild; 2021-11-23T19:08:41.9388580Z ResolveSDKReferences; 2021-11-23T19:08:41.9388815Z ExpandSDKReferences; 2021-11-23T19:08:41.9389048Z ; 2021-11-23T19:08:41.9389294Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9389557Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9389946Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:41.9391383Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/Release/net6.0/ProjectB.Contracts.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Contracts.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:41.9392347Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:41.9393208Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:41.9393957Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:41.9394708Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:41.9395253Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:41.9395555Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:41.9395775Z 2021-11-23T19:08:41.9396001Z BuildOnlySettings; 2021-11-23T19:08:41.9396235Z PrepareForBuild; 2021-11-23T19:08:41.9396475Z PreBuildEvent; 2021-11-23T19:08:41.9396718Z ResolveReferences; 2021-11-23T19:08:41.9396947Z PrepareResources; 2021-11-23T19:08:41.9397194Z ResolveKeySource; 2021-11-23T19:08:41.9397414Z Compile; 2021-11-23T19:08:41.9397655Z ExportWindowsMDFile; 2021-11-23T19:08:41.9397914Z UnmanagedUnregistration; 2021-11-23T19:08:41.9398169Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.9398440Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.9398679Z GenerateManifests; 2021-11-23T19:08:41.9398923Z GetTargetPath; 2021-11-23T19:08:41.9399163Z PrepareForRun; 2021-11-23T19:08:41.9399506Z UnmanagedRegistration; 2021-11-23T19:08:41.9399760Z IncrementalClean; 2021-11-23T19:08:41.9400003Z PostBuildEvent 2021-11-23T19:08:41.9400206Z ; 2021-11-23T19:08:41.9400453Z GenerateBuildDependencyFile; 2021-11-23T19:08:41.9400721Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:41.9401006Z " (previous value: " 2021-11-23T19:08:41.9401265Z BuildOnlySettings; 2021-11-23T19:08:41.9401493Z PrepareForBuild; 2021-11-23T19:08:41.9401733Z PreBuildEvent; 2021-11-23T19:08:41.9401958Z ResolveReferences; 2021-11-23T19:08:41.9402203Z PrepareResources; 2021-11-23T19:08:41.9402451Z ResolveKeySource; 2021-11-23T19:08:41.9402669Z Compile; 2021-11-23T19:08:41.9402909Z ExportWindowsMDFile; 2021-11-23T19:08:41.9403148Z UnmanagedUnregistration; 2021-11-23T19:08:41.9407640Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.9408062Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.9408317Z GenerateManifests; 2021-11-23T19:08:41.9408571Z GetTargetPath; 2021-11-23T19:08:41.9408818Z PrepareForRun; 2021-11-23T19:08:41.9409064Z UnmanagedRegistration; 2021-11-23T19:08:41.9409324Z IncrementalClean; 2021-11-23T19:08:41.9409553Z PostBuildEvent 2021-11-23T19:08:41.9409902Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:41.9410483Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:41.9411117Z _SdkBeforeClean; 2021-11-23T19:08:41.9411555Z 2021-11-23T19:08:41.9411986Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:41.9412466Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:41.9412811Z _SdkBeforeRebuild; 2021-11-23T19:08:41.9413065Z 2021-11-23T19:08:41.9413333Z BeforeRebuild; 2021-11-23T19:08:41.9413607Z Clean; 2021-11-23T19:08:41.9413854Z Build; 2021-11-23T19:08:41.9414639Z AfterRebuild; 2021-11-23T19:08:41.9415031Z 2021-11-23T19:08:41.9415270Z " (previous value: " 2021-11-23T19:08:41.9415523Z BeforeRebuild; 2021-11-23T19:08:41.9415734Z Clean; 2021-11-23T19:08:41.9415953Z Build; 2021-11-23T19:08:41.9416163Z AfterRebuild; 2021-11-23T19:08:41.9416504Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:41.9416883Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:41.9417127Z 2021-11-23T19:08:41.9417352Z ResolveReferences; 2021-11-23T19:08:41.9417597Z ResolveKeySource; 2021-11-23T19:08:41.9417846Z SetWin32ManifestProperties; 2021-11-23T19:08:41.9418129Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.9418387Z _GenerateCompileInputs; 2021-11-23T19:08:41.9418636Z BeforeCompile; 2021-11-23T19:08:41.9418891Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.9419146Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.9419405Z CoreCompile; 2021-11-23T19:08:41.9419635Z _TimeStampAfterCompile; 2021-11-23T19:08:41.9419884Z AfterCompile; 2021-11-23T19:08:41.9420105Z ; 2021-11-23T19:08:41.9420310Z _CreateAppHost; 2021-11-23T19:08:41.9420554Z _CreateComHost; 2021-11-23T19:08:41.9420955Z _GetIjwHostPaths; 2021-11-23T19:08:41.9421222Z " (previous value: " 2021-11-23T19:08:41.9421481Z ResolveReferences; 2021-11-23T19:08:41.9421709Z ResolveKeySource; 2021-11-23T19:08:41.9421968Z SetWin32ManifestProperties; 2021-11-23T19:08:41.9422388Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.9422650Z _GenerateCompileInputs; 2021-11-23T19:08:41.9422901Z BeforeCompile; 2021-11-23T19:08:41.9423142Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.9423419Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.9423677Z CoreCompile; 2021-11-23T19:08:41.9423906Z _TimeStampAfterCompile; 2021-11-23T19:08:41.9424156Z AfterCompile; 2021-11-23T19:08:41.9424477Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:41.9424877Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:41.9425162Z 2021-11-23T19:08:41.9425390Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.9425683Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.9425967Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.9426189Z ; 2021-11-23T19:08:41.9426430Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:41.9426688Z " (previous value: " 2021-11-23T19:08:41.9426967Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.9427266Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.9427535Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.9427890Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:41.9428312Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:41.9428603Z 2021-11-23T19:08:41.9428812Z ; 2021-11-23T19:08:41.9429002Z 2021-11-23T19:08:41.9429207Z ; 2021-11-23T19:08:41.9429433Z BuildOnlySettings; 2021-11-23T19:08:41.9429661Z PrepareForBuild; 2021-11-23T19:08:41.9429906Z AssignTargetPaths; 2021-11-23T19:08:41.9430142Z ResolveReferences 2021-11-23T19:08:41.9430366Z 2021-11-23T19:08:41.9430570Z ; 2021-11-23T19:08:41.9430786Z _GenerateDesignerDepsFile; 2021-11-23T19:08:41.9431187Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:41.9431461Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:41.9431737Z " (previous value: " 2021-11-23T19:08:41.9431977Z ; 2021-11-23T19:08:41.9432165Z 2021-11-23T19:08:41.9432372Z ; 2021-11-23T19:08:41.9432580Z BuildOnlySettings; 2021-11-23T19:08:41.9432825Z PrepareForBuild; 2021-11-23T19:08:41.9433070Z AssignTargetPaths; 2021-11-23T19:08:41.9433300Z ResolveReferences 2021-11-23T19:08:41.9433523Z 2021-11-23T19:08:41.9433856Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:41.9434661Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/Release/net6.0/ProjectB.Contracts.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Contracts.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:41.9435764Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/obj/Release/net6.0/ProjectB.Contracts.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Contracts.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:41.9436671Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:41.9437526Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:41.9438251Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:41.9438899Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:41.9439748Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:41.9440728Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:41.9503558Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:41.9505646Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:41.9508342Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.9509954Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.9511249Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.9512166Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.9521584Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:41.9522493Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9523326Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9524389Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9525167Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.9525835Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.9526590Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10:8) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:41.9527495Z 10:8>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:41.9611155Z 10:8>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:41.9611479Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:41.9611877Z 10:8>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:41.9612477Z 10:8>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (entry point): 2021-11-23T19:08:41.9613428Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.9613904Z Task "CombineXmlElements" 2021-11-23T19:08:41.9614565Z Done executing task "CombineXmlElements". 2021-11-23T19:08:41.9614907Z 10:8>Done building target "GetTargetFrameworks" in project "ProjectB.Contracts.csproj". 2021-11-23T19:08:41.9615381Z 10:8>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:41.9616023Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:41.9616561Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9616934Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9617297Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9617806Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9618381Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:41.9619155Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Domain" (previous value: "ProjectB.Domain") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj (5,2) 2021-11-23T19:08:41.9619901Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Domain" (previous value: "ProjectB.Domain") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj (6,5) 2021-11-23T19:08:41.9620550Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9621073Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9621597Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:41.9622267Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:41.9623023Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:41.9623828Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:41.9624531Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:41.9625230Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:41.9625914Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:41.9626620Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:41.9627283Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9627616Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9628088Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:41.9628691Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:41.9629152Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9629503Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9629860Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9630185Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9630533Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9630997Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:41.9631547Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:41.9632145Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:41.9632644Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:41.9633035Z AssignProjectConfiguration; 2021-11-23T19:08:41.9633309Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:41.9633716Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:41.9634475Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ProjectB.Domain.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Domain.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:41.9635155Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.9635428Z 2021-11-23T19:08:41.9635654Z ResolveProjectReferences; 2021-11-23T19:08:41.9635896Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9636147Z GetFrameworkPaths; 2021-11-23T19:08:41.9636373Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9636616Z PrepareForBuild; 2021-11-23T19:08:41.9636858Z ResolveSDKReferences; 2021-11-23T19:08:41.9637084Z ExpandSDKReferences; 2021-11-23T19:08:41.9637300Z ; 2021-11-23T19:08:41.9637535Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9637785Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9638041Z " (previous value: " 2021-11-23T19:08:41.9638278Z ResolveProjectReferences; 2021-11-23T19:08:41.9638532Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9638777Z GetFrameworkPaths; 2021-11-23T19:08:41.9639003Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9639244Z PrepareForBuild; 2021-11-23T19:08:41.9639462Z ResolveSDKReferences; 2021-11-23T19:08:41.9639703Z ExpandSDKReferences; 2021-11-23T19:08:41.9640056Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:41.9640429Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:41.9640830Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9641102Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9641310Z 2021-11-23T19:08:41.9641506Z ; 2021-11-23T19:08:41.9641707Z PrepareResourceNames; 2021-11-23T19:08:41.9641934Z ResGen; 2021-11-23T19:08:41.9642155Z CompileLicxFiles 2021-11-23T19:08:41.9642350Z 2021-11-23T19:08:41.9642572Z " (previous value: " 2021-11-23T19:08:41.9642799Z ; 2021-11-23T19:08:41.9643000Z PrepareResourceNames; 2021-11-23T19:08:41.9643226Z ResGen; 2021-11-23T19:08:41.9643431Z CompileLicxFiles 2021-11-23T19:08:41.9643780Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:41.9644395Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:41.9645178Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:41.9646010Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:41.9696183Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:41.9697164Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:41.9698136Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:41.9698811Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.9699083Z 2021-11-23T19:08:41.9699267Z 2021-11-23T19:08:41.9699489Z ResolveProjectReferences; 2021-11-23T19:08:41.9699746Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9699979Z GetFrameworkPaths; 2021-11-23T19:08:41.9700225Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9700465Z PrepareForBuild; 2021-11-23T19:08:41.9700911Z ResolveSDKReferences; 2021-11-23T19:08:41.9701189Z ExpandSDKReferences; 2021-11-23T19:08:41.9701390Z ; 2021-11-23T19:08:41.9701624Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9701893Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9702103Z ; 2021-11-23T19:08:41.9702327Z ResolveTargetingPackAssets; 2021-11-23T19:08:41.9702574Z " (previous value: " 2021-11-23T19:08:41.9702799Z 2021-11-23T19:08:41.9703020Z ResolveProjectReferences; 2021-11-23T19:08:41.9703257Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9703690Z GetFrameworkPaths; 2021-11-23T19:08:41.9703923Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9704163Z PrepareForBuild; 2021-11-23T19:08:41.9704400Z ResolveSDKReferences; 2021-11-23T19:08:41.9704624Z ExpandSDKReferences; 2021-11-23T19:08:41.9704841Z ; 2021-11-23T19:08:41.9705056Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9705330Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9705697Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:41.9706457Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ProjectB.Domain.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Domain.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:41.9707336Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:41.9709551Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:41.9710540Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:41.9712145Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:41.9712755Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:41.9713060Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:41.9713321Z 2021-11-23T19:08:41.9713571Z BuildOnlySettings; 2021-11-23T19:08:41.9714202Z PrepareForBuild; 2021-11-23T19:08:41.9714442Z PreBuildEvent; 2021-11-23T19:08:41.9714684Z ResolveReferences; 2021-11-23T19:08:41.9714912Z PrepareResources; 2021-11-23T19:08:41.9715157Z ResolveKeySource; 2021-11-23T19:08:41.9715374Z Compile; 2021-11-23T19:08:41.9715613Z ExportWindowsMDFile; 2021-11-23T19:08:41.9715867Z UnmanagedUnregistration; 2021-11-23T19:08:41.9716130Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.9716404Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.9716645Z GenerateManifests; 2021-11-23T19:08:41.9716887Z GetTargetPath; 2021-11-23T19:08:41.9717131Z PrepareForRun; 2021-11-23T19:08:41.9717361Z UnmanagedRegistration; 2021-11-23T19:08:41.9717611Z IncrementalClean; 2021-11-23T19:08:41.9717835Z PostBuildEvent 2021-11-23T19:08:41.9718055Z ; 2021-11-23T19:08:41.9718293Z GenerateBuildDependencyFile; 2021-11-23T19:08:41.9718560Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:41.9718843Z " (previous value: " 2021-11-23T19:08:41.9719103Z BuildOnlySettings; 2021-11-23T19:08:41.9719332Z PrepareForBuild; 2021-11-23T19:08:41.9719573Z PreBuildEvent; 2021-11-23T19:08:41.9719799Z ResolveReferences; 2021-11-23T19:08:41.9720044Z PrepareResources; 2021-11-23T19:08:41.9720292Z ResolveKeySource; 2021-11-23T19:08:41.9720510Z Compile; 2021-11-23T19:08:41.9720747Z ExportWindowsMDFile; 2021-11-23T19:08:41.9720987Z UnmanagedUnregistration; 2021-11-23T19:08:41.9721378Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.9721656Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.9721896Z GenerateManifests; 2021-11-23T19:08:41.9722138Z GetTargetPath; 2021-11-23T19:08:41.9722358Z PrepareForRun; 2021-11-23T19:08:41.9722784Z UnmanagedRegistration; 2021-11-23T19:08:41.9723226Z IncrementalClean; 2021-11-23T19:08:41.9723464Z PostBuildEvent 2021-11-23T19:08:41.9724005Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:41.9724422Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:41.9724715Z _SdkBeforeClean; 2021-11-23T19:08:41.9724965Z 2021-11-23T19:08:41.9725338Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:41.9725795Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:41.9726103Z _SdkBeforeRebuild; 2021-11-23T19:08:41.9726490Z 2021-11-23T19:08:41.9727054Z BeforeRebuild; 2021-11-23T19:08:41.9727271Z Clean; 2021-11-23T19:08:41.9727463Z Build; 2021-11-23T19:08:41.9727679Z AfterRebuild; 2021-11-23T19:08:41.9727868Z 2021-11-23T19:08:41.9728089Z " (previous value: " 2021-11-23T19:08:41.9728329Z BeforeRebuild; 2021-11-23T19:08:41.9728529Z Clean; 2021-11-23T19:08:41.9728736Z Build; 2021-11-23T19:08:41.9728933Z AfterRebuild; 2021-11-23T19:08:41.9729252Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:41.9729745Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:41.9729978Z 2021-11-23T19:08:41.9730192Z ResolveReferences; 2021-11-23T19:08:41.9730413Z ResolveKeySource; 2021-11-23T19:08:41.9730659Z SetWin32ManifestProperties; 2021-11-23T19:08:41.9730929Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.9731175Z _GenerateCompileInputs; 2021-11-23T19:08:41.9731412Z BeforeCompile; 2021-11-23T19:08:41.9731648Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.9731888Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.9732131Z CoreCompile; 2021-11-23T19:08:41.9732349Z _TimeStampAfterCompile; 2021-11-23T19:08:41.9732582Z AfterCompile; 2021-11-23T19:08:41.9732790Z ; 2021-11-23T19:08:41.9732984Z _CreateAppHost; 2021-11-23T19:08:41.9733212Z _CreateComHost; 2021-11-23T19:08:41.9733430Z _GetIjwHostPaths; 2021-11-23T19:08:41.9733674Z " (previous value: " 2021-11-23T19:08:41.9733919Z ResolveReferences; 2021-11-23T19:08:41.9734136Z ResolveKeySource; 2021-11-23T19:08:41.9734381Z SetWin32ManifestProperties; 2021-11-23T19:08:41.9734631Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.9734892Z _GenerateCompileInputs; 2021-11-23T19:08:41.9735129Z BeforeCompile; 2021-11-23T19:08:41.9735348Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.9735613Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.9735839Z CoreCompile; 2021-11-23T19:08:41.9736076Z _TimeStampAfterCompile; 2021-11-23T19:08:41.9736295Z AfterCompile; 2021-11-23T19:08:41.9736613Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:41.9736989Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:41.9737243Z 2021-11-23T19:08:41.9737474Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.9737747Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.9738100Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.9738330Z ; 2021-11-23T19:08:41.9738543Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:41.9738801Z " (previous value: " 2021-11-23T19:08:41.9739062Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.9739321Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.9739689Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.9740005Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:41.9740407Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:41.9763618Z 2021-11-23T19:08:41.9763933Z ; 2021-11-23T19:08:41.9764153Z 2021-11-23T19:08:41.9764350Z ; 2021-11-23T19:08:41.9764550Z BuildOnlySettings; 2021-11-23T19:08:41.9764786Z PrepareForBuild; 2021-11-23T19:08:41.9765016Z AssignTargetPaths; 2021-11-23T19:08:41.9765255Z ResolveReferences 2021-11-23T19:08:41.9765468Z 2021-11-23T19:08:41.9765644Z ; 2021-11-23T19:08:41.9765865Z _GenerateDesignerDepsFile; 2021-11-23T19:08:41.9766112Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:41.9766381Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:41.9766642Z " (previous value: " 2021-11-23T19:08:41.9766854Z ; 2021-11-23T19:08:41.9767048Z 2021-11-23T19:08:41.9767226Z ; 2021-11-23T19:08:41.9767440Z BuildOnlySettings; 2021-11-23T19:08:41.9767671Z PrepareForBuild; 2021-11-23T19:08:41.9768093Z AssignTargetPaths; 2021-11-23T19:08:41.9768329Z ResolveReferences 2021-11-23T19:08:41.9768523Z 2021-11-23T19:08:41.9768841Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:41.9769565Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ProjectB.Domain.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Domain.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:41.9770688Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ProjectB.Domain.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Domain.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:41.9771539Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:41.9772223Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:41.9772907Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:41.9773514Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:41.9774216Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:41.9775175Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:41.9776246Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:41.9777046Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:41.9777825Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.9778576Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:41.9779420Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.9780447Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:41.9784413Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:41.9785291Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9786084Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9786920Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:41.9787642Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.9788272Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:41.9788961Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:9) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:41.9789964Z 3:9>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:41.9790555Z 3:9>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:41.9790858Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:41.9791227Z 3:9>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:41.9791821Z 3:9>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (entry point): 2021-11-23T19:08:41.9792749Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:41.9793120Z Task "CombineXmlElements" 2021-11-23T19:08:41.9793364Z Done executing task "CombineXmlElements". 2021-11-23T19:08:41.9793689Z 3:9>Done building target "GetTargetFrameworks" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:41.9794130Z 3:9>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:41.9794750Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:41.9795432Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9795791Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9796139Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9796468Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9797037Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:41.9797800Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Core" (previous value: "ProjectB.Core") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj (5,2) 2021-11-23T19:08:41.9798536Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Core" (previous value: "ProjectB.Core") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj (6,5) 2021-11-23T19:08:41.9799065Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9799409Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9799917Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:41.9800571Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:41.9801347Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:41.9805425Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:41.9806151Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:41.9806833Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:41.9810261Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:41.9811545Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:41.9812086Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9813872Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9814390Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:41.9814991Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:41.9815631Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9815990Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9816348Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9816675Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9817015Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:41.9817477Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:41.9818025Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:41.9818658Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:41.9819164Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:41.9819452Z AssignProjectConfiguration; 2021-11-23T19:08:41.9819722Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:41.9820128Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:41.9827311Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/Release/net6.0/ProjectB.Core.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Core.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:41.9831889Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.9832203Z 2021-11-23T19:08:41.9832431Z ResolveProjectReferences; 2021-11-23T19:08:41.9832672Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9833118Z GetFrameworkPaths; 2021-11-23T19:08:41.9835199Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9835439Z PrepareForBuild; 2021-11-23T19:08:41.9835677Z ResolveSDKReferences; 2021-11-23T19:08:41.9835900Z ExpandSDKReferences; 2021-11-23T19:08:41.9836117Z ; 2021-11-23T19:08:41.9836352Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9836600Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9836856Z " (previous value: " 2021-11-23T19:08:41.9837109Z ResolveProjectReferences; 2021-11-23T19:08:41.9841660Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9841955Z GetFrameworkPaths; 2021-11-23T19:08:41.9842200Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9842440Z PrepareForBuild; 2021-11-23T19:08:41.9842674Z ResolveSDKReferences; 2021-11-23T19:08:41.9842899Z ExpandSDKReferences; 2021-11-23T19:08:41.9843256Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:41.9844463Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:41.9844768Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9845035Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9845260Z 2021-11-23T19:08:41.9845440Z ; 2021-11-23T19:08:41.9845659Z PrepareResourceNames; 2021-11-23T19:08:41.9845870Z ResGen; 2021-11-23T19:08:41.9846090Z CompileLicxFiles 2021-11-23T19:08:41.9846298Z 2021-11-23T19:08:41.9846504Z " (previous value: " 2021-11-23T19:08:41.9853978Z ; 2021-11-23T19:08:41.9854193Z PrepareResourceNames; 2021-11-23T19:08:41.9854422Z ResGen; 2021-11-23T19:08:41.9854642Z CompileLicxFiles 2021-11-23T19:08:41.9854984Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:41.9855601Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:41.9861999Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:41.9862961Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:41.9869044Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:41.9870233Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:41.9871213Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:41.9876163Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:41.9876458Z 2021-11-23T19:08:41.9876663Z 2021-11-23T19:08:41.9876869Z ResolveProjectReferences; 2021-11-23T19:08:41.9877127Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9877373Z GetFrameworkPaths; 2021-11-23T19:08:41.9877599Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9885561Z PrepareForBuild; 2021-11-23T19:08:41.9885834Z ResolveSDKReferences; 2021-11-23T19:08:41.9886063Z ExpandSDKReferences; 2021-11-23T19:08:41.9886284Z ; 2021-11-23T19:08:41.9886514Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9886780Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9887004Z ; 2021-11-23T19:08:41.9892448Z ResolveTargetingPackAssets; 2021-11-23T19:08:41.9892775Z " (previous value: " 2021-11-23T19:08:41.9892988Z 2021-11-23T19:08:41.9893213Z ResolveProjectReferences; 2021-11-23T19:08:41.9893471Z FindInvalidProjectReferences; 2021-11-23T19:08:41.9893701Z GetFrameworkPaths; 2021-11-23T19:08:41.9893944Z GetReferenceAssemblyPaths; 2021-11-23T19:08:41.9894169Z PrepareForBuild; 2021-11-23T19:08:41.9894406Z ResolveSDKReferences; 2021-11-23T19:08:41.9894651Z ExpandSDKReferences; 2021-11-23T19:08:41.9894850Z ; 2021-11-23T19:08:41.9900388Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:41.9900823Z _HandlePackageFileConflicts; 2021-11-23T19:08:41.9901398Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:41.9902181Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/Release/net6.0/ProjectB.Core.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Core.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:41.9903133Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:41.9903818Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:41.9904527Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:41.9905248Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:41.9905765Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:41.9906028Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:41.9913573Z 2021-11-23T19:08:41.9913802Z BuildOnlySettings; 2021-11-23T19:08:41.9914020Z PrepareForBuild; 2021-11-23T19:08:41.9914251Z PreBuildEvent; 2021-11-23T19:08:41.9914466Z ResolveReferences; 2021-11-23T19:08:41.9914700Z PrepareResources; 2021-11-23T19:08:41.9914933Z ResolveKeySource; 2021-11-23T19:08:41.9915152Z Compile; 2021-11-23T19:08:41.9915378Z ExportWindowsMDFile; 2021-11-23T19:08:41.9915624Z UnmanagedUnregistration; 2021-11-23T19:08:41.9915865Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.9916335Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.9916570Z GenerateManifests; 2021-11-23T19:08:41.9916801Z GetTargetPath; 2021-11-23T19:08:41.9921286Z PrepareForRun; 2021-11-23T19:08:41.9921665Z UnmanagedRegistration; 2021-11-23T19:08:41.9921915Z IncrementalClean; 2021-11-23T19:08:41.9922130Z PostBuildEvent 2021-11-23T19:08:41.9922338Z ; 2021-11-23T19:08:41.9922547Z GenerateBuildDependencyFile; 2021-11-23T19:08:41.9922817Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:41.9923086Z " (previous value: " 2021-11-23T19:08:41.9923314Z BuildOnlySettings; 2021-11-23T19:08:41.9923559Z PrepareForBuild; 2021-11-23T19:08:41.9923783Z PreBuildEvent; 2021-11-23T19:08:41.9923998Z ResolveReferences; 2021-11-23T19:08:41.9924231Z PrepareResources; 2021-11-23T19:08:41.9924452Z ResolveKeySource; 2021-11-23T19:08:41.9924674Z Compile; 2021-11-23T19:08:41.9924897Z ExportWindowsMDFile; 2021-11-23T19:08:41.9925125Z UnmanagedUnregistration; 2021-11-23T19:08:41.9935172Z GenerateSerializationAssemblies; 2021-11-23T19:08:41.9935447Z CreateSatelliteAssemblies; 2021-11-23T19:08:41.9935696Z GenerateManifests; 2021-11-23T19:08:41.9935927Z GetTargetPath; 2021-11-23T19:08:41.9936139Z PrepareForRun; 2021-11-23T19:08:41.9936372Z UnmanagedRegistration; 2021-11-23T19:08:41.9936594Z IncrementalClean; 2021-11-23T19:08:41.9936824Z PostBuildEvent 2021-11-23T19:08:41.9937145Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:41.9937691Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:41.9938667Z _SdkBeforeClean; 2021-11-23T19:08:41.9938911Z 2021-11-23T19:08:41.9939234Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:41.9939627Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:41.9939894Z _SdkBeforeRebuild; 2021-11-23T19:08:41.9940092Z 2021-11-23T19:08:41.9940302Z BeforeRebuild; 2021-11-23T19:08:41.9940503Z Clean; 2021-11-23T19:08:41.9940911Z Build; 2021-11-23T19:08:41.9941153Z AfterRebuild; 2021-11-23T19:08:41.9941346Z 2021-11-23T19:08:41.9941568Z " (previous value: " 2021-11-23T19:08:41.9941791Z BeforeRebuild; 2021-11-23T19:08:41.9942011Z Clean; 2021-11-23T19:08:41.9942223Z Build; 2021-11-23T19:08:41.9942421Z AfterRebuild; 2021-11-23T19:08:41.9942741Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:41.9943086Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:41.9943335Z 2021-11-23T19:08:41.9943549Z ResolveReferences; 2021-11-23T19:08:41.9943766Z ResolveKeySource; 2021-11-23T19:08:41.9944009Z SetWin32ManifestProperties; 2021-11-23T19:08:41.9944275Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.9944522Z _GenerateCompileInputs; 2021-11-23T19:08:41.9944756Z BeforeCompile; 2021-11-23T19:08:41.9944976Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.9945232Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.9945473Z CoreCompile; 2021-11-23T19:08:41.9945689Z _TimeStampAfterCompile; 2021-11-23T19:08:41.9945929Z AfterCompile; 2021-11-23T19:08:41.9946121Z ; 2021-11-23T19:08:41.9946334Z _CreateAppHost; 2021-11-23T19:08:41.9946559Z _CreateComHost; 2021-11-23T19:08:41.9946948Z _GetIjwHostPaths; 2021-11-23T19:08:41.9947197Z " (previous value: " 2021-11-23T19:08:41.9947426Z ResolveReferences; 2021-11-23T19:08:41.9947660Z ResolveKeySource; 2021-11-23T19:08:41.9947901Z SetWin32ManifestProperties; 2021-11-23T19:08:41.9948151Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:41.9948412Z _GenerateCompileInputs; 2021-11-23T19:08:41.9948632Z BeforeCompile; 2021-11-23T19:08:41.9948867Z _TimeStampBeforeCompile; 2021-11-23T19:08:41.9949124Z _GenerateCompileDependencyCache; 2021-11-23T19:08:41.9949353Z CoreCompile; 2021-11-23T19:08:41.9949583Z _TimeStampAfterCompile; 2021-11-23T19:08:41.9949821Z AfterCompile; 2021-11-23T19:08:41.9950125Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:41.9950500Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:41.9950757Z 2021-11-23T19:08:41.9950990Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.9951265Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.9951518Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.9951739Z ; 2021-11-23T19:08:41.9951964Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:41.9952207Z " (previous value: " 2021-11-23T19:08:41.9952468Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:41.9952727Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:41.9952994Z GenerateSatelliteAssemblies 2021-11-23T19:08:41.9953330Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:41.9953836Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:41.9954129Z 2021-11-23T19:08:41.9954329Z ; 2021-11-23T19:08:41.9954507Z 2021-11-23T19:08:41.9954700Z ; 2021-11-23T19:08:41.9954897Z BuildOnlySettings; 2021-11-23T19:08:41.9955129Z PrepareForBuild; 2021-11-23T19:08:41.9955358Z AssignTargetPaths; 2021-11-23T19:08:41.9955575Z ResolveReferences 2021-11-23T19:08:41.9955786Z 2021-11-23T19:08:41.9955962Z ; 2021-11-23T19:08:41.9956183Z _GenerateDesignerDepsFile; 2021-11-23T19:08:41.9956444Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:41.9956697Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:41.9956953Z " (previous value: " 2021-11-23T19:08:41.9957162Z ; 2021-11-23T19:08:41.9957361Z 2021-11-23T19:08:41.9957553Z ; 2021-11-23T19:08:41.9957750Z BuildOnlySettings; 2021-11-23T19:08:41.9957980Z PrepareForBuild; 2021-11-23T19:08:41.9958195Z AssignTargetPaths; 2021-11-23T19:08:41.9958431Z ResolveReferences 2021-11-23T19:08:41.9958640Z 2021-11-23T19:08:41.9958939Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:41.9959699Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/Release/net6.0/ProjectB.Core.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Core.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:41.9960700Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/obj/Release/net6.0/ProjectB.Core.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Core.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:41.9961659Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:41.9962360Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:41.9963018Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:41.9963626Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:41.9964272Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:41.9965177Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:42.0000728Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:42.0001776Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:42.0006402Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.0007202Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.0008048Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.0009583Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.0028833Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:42.0029836Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.0031183Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.0032129Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.0032941Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.0033656Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.0044353Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:8) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0047908Z 13:8>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:42.0048637Z 13:8>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:42.0049227Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:42.0052992Z 13:8>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.Core.csproj". 2021-11-23T19:08:42.0058800Z 13:8>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (entry point): 2021-11-23T19:08:42.0060519Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.0070375Z Task "CombineXmlElements" 2021-11-23T19:08:42.0074483Z Done executing task "CombineXmlElements". 2021-11-23T19:08:42.0079400Z 13:8>Done building target "GetTargetFrameworks" in project "ProjectB.Core.csproj". 2021-11-23T19:08:42.0082289Z 13:8>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0146058Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:42.0146744Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0147081Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0147423Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0147764Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0148317Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:42.0149119Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Exceptions" (previous value: "ProjectB.Exceptions") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj (4,9) 2021-11-23T19:08:42.0150129Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Exceptions" (previous value: "ProjectB.Exceptions") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj (5,9) 2021-11-23T19:08:42.0150700Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0151024Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0151535Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:42.0152210Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:42.0152970Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:42.0153777Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net5.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:42.0154469Z Property reassignment: $(OutputPath)="bin\Release/net5.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:42.0155166Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:42.0155980Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="5_0" (previous value: "5.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:42.0156690Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:42.0157222Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0157563Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0158016Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:42.0158622Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:42.0159102Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0159438Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0159788Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0160129Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0160452Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0160911Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:42.0161477Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:42.0162158Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:42.0162659Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:42.0162956Z AssignProjectConfiguration; 2021-11-23T19:08:42.0163209Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:42.0163611Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:42.0164393Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/Release/net5.0/ProjectB.Exceptions.assets.cache" (previous value: "obj\Release/net5.0/ProjectB.Exceptions.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:42.0165082Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.0165354Z 2021-11-23T19:08:42.0165578Z ResolveProjectReferences; 2021-11-23T19:08:42.0165819Z FindInvalidProjectReferences; 2021-11-23T19:08:42.0166068Z GetFrameworkPaths; 2021-11-23T19:08:42.0166309Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.0166534Z PrepareForBuild; 2021-11-23T19:08:42.0167211Z ResolveSDKReferences; 2021-11-23T19:08:42.0167444Z ExpandSDKReferences; 2021-11-23T19:08:42.0167660Z ; 2021-11-23T19:08:42.0167892Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.0168140Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.0168534Z " (previous value: " 2021-11-23T19:08:42.0168773Z ResolveProjectReferences; 2021-11-23T19:08:42.0169027Z FindInvalidProjectReferences; 2021-11-23T19:08:42.0169274Z GetFrameworkPaths; 2021-11-23T19:08:42.0169507Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.0169747Z PrepareForBuild; 2021-11-23T19:08:42.0169979Z ResolveSDKReferences; 2021-11-23T19:08:42.0170203Z ExpandSDKReferences; 2021-11-23T19:08:42.0170548Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:42.0170940Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:42.0171225Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.0171487Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.0171695Z 2021-11-23T19:08:42.0171888Z ; 2021-11-23T19:08:42.0172111Z PrepareResourceNames; 2021-11-23T19:08:42.0172321Z ResGen; 2021-11-23T19:08:42.0172540Z CompileLicxFiles 2021-11-23T19:08:42.0172733Z 2021-11-23T19:08:42.0172954Z " (previous value: " 2021-11-23T19:08:42.0173182Z ; 2021-11-23T19:08:42.0173385Z PrepareResourceNames; 2021-11-23T19:08:42.0173607Z ResGen; 2021-11-23T19:08:42.0173811Z CompileLicxFiles 2021-11-23T19:08:42.0174156Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:42.0174768Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:42.0175561Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:42.0176384Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:42.0177365Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:42.0178293Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:42.0179267Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:42.0179931Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.0180199Z 2021-11-23T19:08:42.0180391Z 2021-11-23T19:08:42.0180595Z ResolveProjectReferences; 2021-11-23T19:08:42.0182411Z FindInvalidProjectReferences; 2021-11-23T19:08:42.0182655Z GetFrameworkPaths; 2021-11-23T19:08:42.0182903Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.0183279Z PrepareForBuild; 2021-11-23T19:08:42.0183500Z ResolveSDKReferences; 2021-11-23T19:08:42.0183738Z ExpandSDKReferences; 2021-11-23T19:08:42.0183961Z ; 2021-11-23T19:08:42.0184179Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.0184441Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.0184649Z ; 2021-11-23T19:08:42.0184872Z ResolveTargetingPackAssets; 2021-11-23T19:08:42.0185124Z " (previous value: " 2021-11-23T19:08:42.0185333Z 2021-11-23T19:08:42.0185553Z ResolveProjectReferences; 2021-11-23T19:08:42.0185790Z FindInvalidProjectReferences; 2021-11-23T19:08:42.0186035Z GetFrameworkPaths; 2021-11-23T19:08:42.0186274Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.0186499Z PrepareForBuild; 2021-11-23T19:08:42.0186732Z ResolveSDKReferences; 2021-11-23T19:08:42.0186959Z ExpandSDKReferences; 2021-11-23T19:08:42.0187174Z ; 2021-11-23T19:08:42.0187404Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.0187653Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.0188023Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:42.0192242Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/Release/net5.0/ProjectB.Exceptions.genruntimeconfig.cache" (previous value: "obj\Release/net5.0/ProjectB.Exceptions.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:42.0199043Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:42.0203539Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:42.0207873Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:42.0216637Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:42.0217038Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:42.0217268Z 2021-11-23T19:08:42.0217468Z BuildOnlySettings; 2021-11-23T19:08:42.0217700Z PrepareForBuild; 2021-11-23T19:08:42.0218096Z PreBuildEvent; 2021-11-23T19:08:42.0218339Z ResolveReferences; 2021-11-23T19:08:42.0218583Z PrepareResources; 2021-11-23T19:08:42.0218826Z ResolveKeySource; 2021-11-23T19:08:42.0219060Z Compile; 2021-11-23T19:08:42.0219281Z ExportWindowsMDFile; 2021-11-23T19:08:42.0219538Z UnmanagedUnregistration; 2021-11-23T19:08:42.0219813Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.0220069Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.0220325Z GenerateManifests; 2021-11-23T19:08:42.0220565Z GetTargetPath; 2021-11-23T19:08:42.0221075Z PrepareForRun; 2021-11-23T19:08:42.0221332Z UnmanagedRegistration; 2021-11-23T19:08:42.0221566Z IncrementalClean; 2021-11-23T19:08:42.0221809Z PostBuildEvent 2021-11-23T19:08:42.0222029Z ; 2021-11-23T19:08:42.0222251Z GenerateBuildDependencyFile; 2021-11-23T19:08:42.0222536Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:42.0222975Z " (previous value: " 2021-11-23T19:08:42.0223411Z BuildOnlySettings; 2021-11-23T19:08:42.0223643Z PrepareForBuild; 2021-11-23T19:08:42.0223852Z PreBuildEvent; 2021-11-23T19:08:42.0224080Z ResolveReferences; 2021-11-23T19:08:42.0224302Z PrepareResources; 2021-11-23T19:08:42.0224532Z ResolveKeySource; 2021-11-23T19:08:42.0224749Z Compile; 2021-11-23T19:08:42.0224958Z ExportWindowsMDFile; 2021-11-23T19:08:42.0225199Z UnmanagedUnregistration; 2021-11-23T19:08:42.0225453Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.0225695Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.0225937Z GenerateManifests; 2021-11-23T19:08:42.0226149Z GetTargetPath; 2021-11-23T19:08:42.0226370Z PrepareForRun; 2021-11-23T19:08:42.0226600Z UnmanagedRegistration; 2021-11-23T19:08:42.0226821Z IncrementalClean; 2021-11-23T19:08:42.0227047Z PostBuildEvent 2021-11-23T19:08:42.0227356Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:42.0298477Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:42.0298873Z _SdkBeforeClean; 2021-11-23T19:08:42.0299093Z 2021-11-23T19:08:42.0299417Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:42.0299869Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:42.0300134Z _SdkBeforeRebuild; 2021-11-23T19:08:42.0300332Z 2021-11-23T19:08:42.0300599Z BeforeRebuild; 2021-11-23T19:08:42.0300947Z Clean; 2021-11-23T19:08:42.0301160Z Build; 2021-11-23T19:08:42.0301373Z AfterRebuild; 2021-11-23T19:08:42.0328489Z 2021-11-23T19:08:42.0328797Z " (previous value: " 2021-11-23T19:08:42.0329046Z BeforeRebuild; 2021-11-23T19:08:42.0329264Z Clean; 2021-11-23T19:08:42.0329471Z Build; 2021-11-23T19:08:42.0329672Z AfterRebuild; 2021-11-23T19:08:42.0329993Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:42.0330541Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:42.0330803Z 2021-11-23T19:08:42.0331016Z ResolveReferences; 2021-11-23T19:08:42.0331234Z ResolveKeySource; 2021-11-23T19:08:42.0331476Z SetWin32ManifestProperties; 2021-11-23T19:08:42.0331784Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.0332030Z _GenerateCompileInputs; 2021-11-23T19:08:42.0332264Z BeforeCompile; 2021-11-23T19:08:42.0332483Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.0332739Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.0332979Z CoreCompile; 2021-11-23T19:08:42.0333206Z _TimeStampAfterCompile; 2021-11-23T19:08:42.0333439Z AfterCompile; 2021-11-23T19:08:42.0333630Z ; 2021-11-23T19:08:42.0333838Z _CreateAppHost; 2021-11-23T19:08:42.0334068Z _CreateComHost; 2021-11-23T19:08:42.0334281Z _GetIjwHostPaths; 2021-11-23T19:08:42.0334520Z " (previous value: " 2021-11-23T19:08:42.0334748Z ResolveReferences; 2021-11-23T19:08:42.0334981Z ResolveKeySource; 2021-11-23T19:08:42.0335222Z SetWin32ManifestProperties; 2021-11-23T19:08:42.0335472Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.0335731Z _GenerateCompileInputs; 2021-11-23T19:08:42.0335965Z BeforeCompile; 2021-11-23T19:08:42.0336184Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.0336439Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.0336666Z CoreCompile; 2021-11-23T19:08:42.0337029Z _TimeStampAfterCompile; 2021-11-23T19:08:42.0337264Z AfterCompile; 2021-11-23T19:08:42.0337566Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:42.0337949Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:42.0338213Z 2021-11-23T19:08:42.0338431Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.0338705Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.0338959Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.0339179Z ; 2021-11-23T19:08:42.0339405Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:42.0341594Z " (previous value: " 2021-11-23T19:08:42.0341887Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.0342148Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.0342415Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.0342764Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:42.0343147Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:42.0343444Z 2021-11-23T19:08:42.0343636Z ; 2021-11-23T19:08:42.0343816Z 2021-11-23T19:08:42.0344008Z ; 2021-11-23T19:08:42.0344207Z BuildOnlySettings; 2021-11-23T19:08:42.0344437Z PrepareForBuild; 2021-11-23T19:08:42.0344665Z AssignTargetPaths; 2021-11-23T19:08:42.0344883Z ResolveReferences 2021-11-23T19:08:42.0345093Z 2021-11-23T19:08:42.0345267Z ; 2021-11-23T19:08:42.0345487Z _GenerateDesignerDepsFile; 2021-11-23T19:08:42.0345750Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:42.0346004Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:42.0346260Z " (previous value: " 2021-11-23T19:08:42.0346475Z ; 2021-11-23T19:08:42.0346671Z 2021-11-23T19:08:42.0346862Z ; 2021-11-23T19:08:42.0347060Z BuildOnlySettings; 2021-11-23T19:08:42.0347290Z PrepareForBuild; 2021-11-23T19:08:42.0347873Z AssignTargetPaths; 2021-11-23T19:08:42.0348313Z ResolveReferences 2021-11-23T19:08:42.0348558Z 2021-11-23T19:08:42.0349152Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:42.0349808Z Property reassignment: $(PublishReadyToRunComposite)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets (23,5) 2021-11-23T19:08:42.0350813Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/Release/net5.0/ProjectB.Exceptions.shiminput.cache" (previous value: "obj\Release/net5.0/ProjectB.Exceptions.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:42.0352800Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/obj/Release/net5.0/ProjectB.Exceptions.shimcreated.sentinel" (previous value: "obj\Release/net5.0/ProjectB.Exceptions.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:42.0353668Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:42.0354349Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET5_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:42.0355140Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:42.0355790Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:42.0356690Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:42.0357399Z 2:6>Done executing task "ResolvePackageAssets". 2021-11-23T19:08:42.0357729Z 2:6>Done building target "ResolvePackageAssets" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0358586Z Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 2021-11-23T19:08:42.0359293Z '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 2021-11-23T19:08:42.0359779Z '' == 'true'). 2021-11-23T19:08:42.0360386Z 2:6>Target "_CheckForTransitiveWindowsDesktopDependencies" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:42.0361373Z Task "NetSdkError" skipped, due to false condition; ('@(_WindowsDesktopTransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.0361856Z 2:6>Done building target "_CheckForTransitiveWindowsDesktopDependencies" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0362541Z 2:6>Target "AddTransitiveFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:42.0363354Z 2:6>Done building target "AddTransitiveFrameworkReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0364015Z 2:6>Target "ResolveLockFileReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.0414868Z Using "JoinItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.0415439Z Task "JoinItems" 2021-11-23T19:08:42.0415911Z Done executing task "JoinItems". 2021-11-23T19:08:42.0416443Z 2:6>Done building target "ResolveLockFileReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0416824Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.0417477Z 2:6>Target "ResolveLockFileAnalyzers" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.0418170Z 2:6>Done building target "ResolveLockFileAnalyzers" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0418547Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.0419561Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.0420319Z 2:6>Target "ResolveLockFileCopyLocalFiles" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.0421496Z 2:6>Done building target "ResolveLockFileCopyLocalFiles" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0422376Z Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.0423068Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.0423525Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.0424202Z 2:6>Target "IncludeTransitiveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.0424930Z 2:6>Done building target "IncludeTransitiveProjectReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0425619Z 2:6>Target "ResolvePackageDependenciesForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "AssignProjectConfiguration" depends on it): 2021-11-23T19:08:42.0426328Z 2:6>Done building target "ResolvePackageDependenciesForBuild" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0426970Z 2:6>Target "AssignProjectConfiguration" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.0427846Z Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.0428248Z Task "AssignProjectConfiguration" 2021-11-23T19:08:42.0428666Z Project reference "../../EM.Shared/EM.Shared.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0429127Z Project reference "../ProjectB.Api/ProjectB.Api.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0429636Z Project reference "../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0430176Z Project reference "../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0430710Z Project reference "../ProjectB.Persistence/ProjectB.Persistence.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0431218Z Project reference "../ProjectB.Application/ProjectB.Application.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0431708Z Project reference "../ProjectB.Contracts/ProjectB.Contracts.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0432197Z Project reference "../ProjectB.Core/ProjectB.Core.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0432679Z Project reference "../ProjectB.Domain/ProjectB.Domain.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0433279Z Project reference "../ProjectB.Exceptions/ProjectB.Exceptions.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0433790Z Project reference "../../Geography/Geography.Mocks/Geography.Mocks.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.0434189Z Done executing task "AssignProjectConfiguration". 2021-11-23T19:08:42.0434528Z 2:6>Done building target "AssignProjectConfiguration" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0434918Z Target "AssignProjectConfiguration" skipped. Previously built successfully. 2021-11-23T19:08:42.0435553Z 2:6>Target "_SplitProjectReferencesByFileExistence" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.0436953Z Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and '../../EM.Shared/EM.Shared.csproj;../ProjectB.Api/ProjectB.Api.csproj;../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;...'!=''). 2021-11-23T19:08:42.0437712Z 2:6>Done building target "_SplitProjectReferencesByFileExistence" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0438398Z 2:6>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 2021-11-23T19:08:42.0439105Z 2:6>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.0439788Z 2:6>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.0440487Z Task "MSBuild" 2021-11-23T19:08:42.0440721Z Global Properties: 2021-11-23T19:08:42.0440975Z Configuration=Release 2021-11-23T19:08:42.0441216Z Platform=AnyCPU 2021-11-23T19:08:42.0441451Z Removing Properties: 2021-11-23T19:08:42.0441707Z WebPublishProfileFile 2021-11-23T19:08:42.0441933Z TargetFramework 2021-11-23T19:08:42.0442378Z RuntimeIdentifier 2021-11-23T19:08:42.0442948Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:9) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0443542Z 4:9>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.0443998Z 4:9>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0444703Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (10:9) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0445287Z 10:9>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.0445738Z 10:9>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Contracts/ProjectB.Contracts.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0446415Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:9) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0447152Z 13:9>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.0447583Z 13:9>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0448255Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:10) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0448846Z 3:10>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.0463914Z 3:10>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0464828Z 0>Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:42.0465928Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:42.0467435Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.0468626Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.0469653Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.0470778Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.0471988Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:42.0473001Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.0474098Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.0475134Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.0476188Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.0476901Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.0506425Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:7) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0508138Z 19:7>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:42.0509416Z 19:7>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:42.0509784Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:42.0510482Z 19:7>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:42.0511552Z 19:7>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (entry point): 2021-11-23T19:08:42.0513720Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.0514808Z Task "CombineXmlElements" 2021-11-23T19:08:42.0515223Z Done executing task "CombineXmlElements". 2021-11-23T19:08:42.0515662Z 19:7>Done building target "GetTargetFrameworks" in project "ProjectB.Exceptions.csproj". 2021-11-23T19:08:42.0516278Z 19:7>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0517515Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/EM.Shared/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:42.0518335Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0518948Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0519386Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0519804Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0521033Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:42.0521992Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.Shared" (previous value: "EM.Shared") at /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj (5,2) 2021-11-23T19:08:42.0522667Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.Shared" (previous value: "EM.Shared") at /home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj (6,5) 2021-11-23T19:08:42.0523183Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0523563Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0524133Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:42.0583440Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:42.0587024Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:42.0588055Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:42.0588922Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:42.0589939Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:42.0590775Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:42.0591596Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:42.0592249Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0592709Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0593310Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:42.0594231Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:42.0594844Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0595317Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0595792Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0596232Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0596694Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:42.0597348Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:42.0598022Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:42.0598756Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:42.0599365Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:42.0599771Z AssignProjectConfiguration; 2021-11-23T19:08:42.0600140Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:42.0600660Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:42.0601670Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/EM.Shared.assets.cache" (previous value: "obj\Release/net6.0/EM.Shared.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:42.0602439Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.0602819Z 2021-11-23T19:08:42.0603203Z ResolveProjectReferences; 2021-11-23T19:08:42.0603572Z FindInvalidProjectReferences; 2021-11-23T19:08:42.0603923Z GetFrameworkPaths; 2021-11-23T19:08:42.0604255Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.0705278Z PrepareForBuild; 2021-11-23T19:08:42.0705741Z ResolveSDKReferences; 2021-11-23T19:08:42.0706006Z ExpandSDKReferences; 2021-11-23T19:08:42.0706219Z ; 2021-11-23T19:08:42.0706464Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.0706760Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.0707015Z " (previous value: " 2021-11-23T19:08:42.0707280Z ResolveProjectReferences; 2021-11-23T19:08:42.0707538Z FindInvalidProjectReferences; 2021-11-23T19:08:42.0707796Z GetFrameworkPaths; 2021-11-23T19:08:42.0708048Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.0708285Z PrepareForBuild; 2021-11-23T19:08:42.0708529Z ResolveSDKReferences; 2021-11-23T19:08:42.0708766Z ExpandSDKReferences; 2021-11-23T19:08:42.0709133Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:42.0709542Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:42.0709841Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.0710120Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.0710360Z 2021-11-23T19:08:42.0710549Z ; 2021-11-23T19:08:42.0710779Z PrepareResourceNames; 2021-11-23T19:08:42.0711000Z ResGen; 2021-11-23T19:08:42.0711232Z CompileLicxFiles 2021-11-23T19:08:42.0711658Z 2021-11-23T19:08:42.0711882Z " (previous value: " 2021-11-23T19:08:42.0712119Z ; 2021-11-23T19:08:42.0712330Z PrepareResourceNames; 2021-11-23T19:08:42.0712568Z ResGen; 2021-11-23T19:08:42.0712798Z CompileLicxFiles 2021-11-23T19:08:42.0713146Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:42.0713795Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:42.0714648Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:42.0715534Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:42.0717936Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:42.0719227Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:42.0720816Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:8) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0722072Z 19:8>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.0722595Z 19:8>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0723469Z 0>Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:42.0724700Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.0724969Z 2021-11-23T19:08:42.0725174Z 2021-11-23T19:08:42.0725407Z ResolveProjectReferences; 2021-11-23T19:08:42.0725660Z FindInvalidProjectReferences; 2021-11-23T19:08:42.0725919Z GetFrameworkPaths; 2021-11-23T19:08:42.0726173Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.0726410Z PrepareForBuild; 2021-11-23T19:08:42.0726655Z ResolveSDKReferences; 2021-11-23T19:08:42.0726890Z ExpandSDKReferences; 2021-11-23T19:08:42.0727117Z ; 2021-11-23T19:08:42.0727360Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.0727629Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.0727863Z ; 2021-11-23T19:08:42.0728083Z ResolveTargetingPackAssets; 2021-11-23T19:08:42.0728348Z " (previous value: " 2021-11-23T19:08:42.0728769Z 2021-11-23T19:08:42.0728993Z ResolveProjectReferences; 2021-11-23T19:08:42.0729260Z FindInvalidProjectReferences; 2021-11-23T19:08:42.0729503Z GetFrameworkPaths; 2021-11-23T19:08:42.0729761Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.0730015Z PrepareForBuild; 2021-11-23T19:08:42.0730246Z ResolveSDKReferences; 2021-11-23T19:08:42.0730500Z ExpandSDKReferences; 2021-11-23T19:08:42.0730725Z ; 2021-11-23T19:08:42.0730954Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.0731236Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.0731607Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:42.0732380Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/EM.Shared.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/EM.Shared.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:42.0733246Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:42.0733958Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:42.0734733Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:8) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0735707Z 5:8>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:42.0736325Z 5:8>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:42.0736628Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:42.0737031Z 5:8>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.Api.csproj". 2021-11-23T19:08:42.0737639Z 5:8>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (entry point): 2021-11-23T19:08:42.0738633Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.0739019Z Task "CombineXmlElements" 2021-11-23T19:08:42.0739299Z Done executing task "CombineXmlElements". 2021-11-23T19:08:42.0739623Z 5:8>Done building target "GetTargetFrameworks" in project "ProjectB.Api.csproj". 2021-11-23T19:08:42.0740076Z 5:8>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.0846777Z 0>Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:42.0847675Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:42.0880964Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:42.0881279Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:42.0881722Z 2021-11-23T19:08:42.0881939Z BuildOnlySettings; 2021-11-23T19:08:42.0882188Z PrepareForBuild; 2021-11-23T19:08:42.0882428Z PreBuildEvent; 2021-11-23T19:08:42.0882657Z ResolveReferences; 2021-11-23T19:08:42.0882900Z PrepareResources; 2021-11-23T19:08:42.0883142Z ResolveKeySource; 2021-11-23T19:08:42.0883359Z Compile; 2021-11-23T19:08:42.0883596Z ExportWindowsMDFile; 2021-11-23T19:08:42.0883836Z UnmanagedUnregistration; 2021-11-23T19:08:42.0884107Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.0884378Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.0884618Z GenerateManifests; 2021-11-23T19:08:42.0884867Z GetTargetPath; 2021-11-23T19:08:42.0885088Z PrepareForRun; 2021-11-23T19:08:42.0885333Z UnmanagedRegistration; 2021-11-23T19:08:42.0885580Z IncrementalClean; 2021-11-23T19:08:42.0885809Z PostBuildEvent 2021-11-23T19:08:42.0886027Z ; 2021-11-23T19:08:42.0886249Z GenerateBuildDependencyFile; 2021-11-23T19:08:42.0886532Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:42.0886813Z " (previous value: " 2021-11-23T19:08:42.0887056Z BuildOnlySettings; 2021-11-23T19:08:42.0887297Z PrepareForBuild; 2021-11-23T19:08:42.0887521Z PreBuildEvent; 2021-11-23T19:08:42.0887758Z ResolveReferences; 2021-11-23T19:08:42.0887999Z PrepareResources; 2021-11-23T19:08:42.0888226Z ResolveKeySource; 2021-11-23T19:08:42.0888459Z Compile; 2021-11-23T19:08:42.0888695Z ExportWindowsMDFile; 2021-11-23T19:08:42.0889052Z UnmanagedUnregistration; 2021-11-23T19:08:42.0889325Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.0889579Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.0889841Z GenerateManifests; 2021-11-23T19:08:42.0890082Z GetTargetPath; 2021-11-23T19:08:42.0890304Z PrepareForRun; 2021-11-23T19:08:42.0890549Z UnmanagedRegistration; 2021-11-23T19:08:42.0890783Z IncrementalClean; 2021-11-23T19:08:42.0891024Z PostBuildEvent 2021-11-23T19:08:42.0891360Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:42.0891724Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:42.0892003Z _SdkBeforeClean; 2021-11-23T19:08:42.0892226Z 2021-11-23T19:08:42.0892565Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:42.0892981Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:42.0893246Z _SdkBeforeRebuild; 2021-11-23T19:08:42.0893472Z 2021-11-23T19:08:42.0893696Z BeforeRebuild; 2021-11-23T19:08:42.0893909Z Clean; 2021-11-23T19:08:42.0894124Z Build; 2021-11-23T19:08:42.0894395Z AfterRebuild; 2021-11-23T19:08:42.0894615Z 2021-11-23T19:08:42.0894847Z " (previous value: " 2021-11-23T19:08:42.0895086Z BeforeRebuild; 2021-11-23T19:08:42.0895311Z Clean; 2021-11-23T19:08:42.0895512Z Build; 2021-11-23T19:08:42.0895737Z AfterRebuild; 2021-11-23T19:08:42.0896073Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:42.0896434Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:42.0896693Z 2021-11-23T19:08:42.0896925Z ResolveReferences; 2021-11-23T19:08:42.0897154Z ResolveKeySource; 2021-11-23T19:08:42.0897409Z SetWin32ManifestProperties; 2021-11-23T19:08:42.0897676Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.0898061Z _GenerateCompileInputs; 2021-11-23T19:08:42.0898315Z BeforeCompile; 2021-11-23T19:08:42.0898549Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.0990668Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.0990931Z CoreCompile; 2021-11-23T19:08:42.0991939Z _TimeStampAfterCompile; 2021-11-23T19:08:42.0992185Z AfterCompile; 2021-11-23T19:08:42.0992378Z ; 2021-11-23T19:08:42.0992589Z _CreateAppHost; 2021-11-23T19:08:42.0992818Z _CreateComHost; 2021-11-23T19:08:42.0993450Z _GetIjwHostPaths; 2021-11-23T19:08:42.0993714Z " (previous value: " 2021-11-23T19:08:42.0993942Z ResolveReferences; 2021-11-23T19:08:42.0994189Z ResolveKeySource; 2021-11-23T19:08:42.0994429Z SetWin32ManifestProperties; 2021-11-23T19:08:42.0994708Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.0994980Z _GenerateCompileInputs; 2021-11-23T19:08:42.0995200Z BeforeCompile; 2021-11-23T19:08:42.0995435Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.0995692Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.0995920Z CoreCompile; 2021-11-23T19:08:42.0996152Z _TimeStampAfterCompile; 2021-11-23T19:08:42.0996368Z AfterCompile; 2021-11-23T19:08:42.0996686Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:42.0997063Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:42.0997313Z 2021-11-23T19:08:42.0997544Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.0998024Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.0998277Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.0998500Z ; 2021-11-23T19:08:42.0998713Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:42.0998978Z " (previous value: " 2021-11-23T19:08:42.0999242Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.0999499Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.0999765Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.1000097Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:42.1000482Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:42.1000771Z 2021-11-23T19:08:42.1000949Z ; 2021-11-23T19:08:42.1001144Z 2021-11-23T19:08:42.1001337Z ; 2021-11-23T19:08:42.1001540Z BuildOnlySettings; 2021-11-23T19:08:42.1001773Z PrepareForBuild; 2021-11-23T19:08:42.1001989Z AssignTargetPaths; 2021-11-23T19:08:42.1002219Z ResolveReferences 2021-11-23T19:08:42.1002435Z 2021-11-23T19:08:42.1002609Z ; 2021-11-23T19:08:42.1002828Z _GenerateDesignerDepsFile; 2021-11-23T19:08:42.1003073Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:42.1003340Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:42.1003599Z " (previous value: " 2021-11-23T19:08:42.1003809Z ; 2021-11-23T19:08:42.1004002Z 2021-11-23T19:08:42.1004180Z ; 2021-11-23T19:08:42.1004392Z BuildOnlySettings; 2021-11-23T19:08:42.1004620Z PrepareForBuild; 2021-11-23T19:08:42.1004833Z AssignTargetPaths; 2021-11-23T19:08:42.1005064Z ResolveReferences 2021-11-23T19:08:42.1005272Z 2021-11-23T19:08:42.1005569Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:42.1006235Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/EM.Shared.shiminput.cache" (previous value: "obj\Release/net6.0/EM.Shared.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:42.1007259Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/EM.Shared.shimcreated.sentinel" (previous value: "obj\Release/net6.0/EM.Shared.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:42.1008055Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:42.1008746Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:42.1009424Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:42.1010029Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:42.1010692Z Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:42.1011210Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1011647Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1011991Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1012322Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1012888Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:42.1013718Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Database.Migrations" (previous value: "ProjectB.Database.Migrations") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj (5,2) 2021-11-23T19:08:42.1236050Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Database.Migrations" (previous value: "ProjectB.Database.Migrations") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj (6,5) 2021-11-23T19:08:42.1237005Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1237600Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1238157Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:42.1239634Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:42.1240667Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:42.1241528Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:42.1243302Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:42.1244193Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:42.1244896Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:42.1246372Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:42.1246927Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1247254Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1247726Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:42.1248945Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:42.1249627Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1249980Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1250332Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1250666Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1251729Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1252206Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:42.1252760Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:42.1253360Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:42.1258046Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:42.1258367Z AssignProjectConfiguration; 2021-11-23T19:08:42.1258653Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:42.1259058Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:42.1265444Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/Release/net6.0/ProjectB.Database.Migrations.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Database.Migrations.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:42.1266908Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.1267237Z 2021-11-23T19:08:42.1267479Z ResolveProjectReferences; 2021-11-23T19:08:42.1267769Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1268259Z GetFrameworkPaths; 2021-11-23T19:08:42.1268523Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1268792Z PrepareForBuild; 2021-11-23T19:08:42.1269056Z ResolveSDKReferences; 2021-11-23T19:08:42.1269308Z ExpandSDKReferences; 2021-11-23T19:08:42.1269547Z ; 2021-11-23T19:08:42.1271648Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1272036Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1272326Z " (previous value: " 2021-11-23T19:08:42.1272744Z ResolveProjectReferences; 2021-11-23T19:08:42.1273020Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1274135Z GetFrameworkPaths; 2021-11-23T19:08:42.1274422Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1274699Z PrepareForBuild; 2021-11-23T19:08:42.1275106Z ResolveSDKReferences; 2021-11-23T19:08:42.1275539Z ExpandSDKReferences; 2021-11-23T19:08:42.1276285Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:42.1276725Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:42.1277441Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1277764Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1278023Z 2021-11-23T19:08:42.1278262Z ; 2021-11-23T19:08:42.1278673Z PrepareResourceNames; 2021-11-23T19:08:42.1278943Z ResGen; 2021-11-23T19:08:42.1279445Z CompileLicxFiles 2021-11-23T19:08:42.1279670Z 2021-11-23T19:08:42.1279922Z " (previous value: " 2021-11-23T19:08:42.1280167Z ; 2021-11-23T19:08:42.1280622Z PrepareResourceNames; 2021-11-23T19:08:42.1280882Z ResGen; 2021-11-23T19:08:42.1281119Z CompileLicxFiles 2021-11-23T19:08:42.1281676Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:42.1282361Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:42.1283394Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:42.1284304Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:42.1286001Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:42.1287271Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:42.1288600Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:42.1290234Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.1290526Z 2021-11-23T19:08:42.1290717Z 2021-11-23T19:08:42.1290948Z ResolveProjectReferences; 2021-11-23T19:08:42.1291397Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1291855Z GetFrameworkPaths; 2021-11-23T19:08:42.1292125Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1292377Z PrepareForBuild; 2021-11-23T19:08:42.1292637Z ResolveSDKReferences; 2021-11-23T19:08:42.1292905Z ExpandSDKReferences; 2021-11-23T19:08:42.1293130Z ; 2021-11-23T19:08:42.1293388Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1293674Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1293925Z ; 2021-11-23T19:08:42.1317629Z ResolveTargetingPackAssets; 2021-11-23T19:08:42.1317982Z " (previous value: " 2021-11-23T19:08:42.1318236Z 2021-11-23T19:08:42.1318451Z ResolveProjectReferences; 2021-11-23T19:08:42.1318717Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1318970Z GetFrameworkPaths; 2021-11-23T19:08:42.1319204Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1320283Z PrepareForBuild; 2021-11-23T19:08:42.1320540Z ResolveSDKReferences; 2021-11-23T19:08:42.1320772Z ExpandSDKReferences; 2021-11-23T19:08:42.1320993Z ; 2021-11-23T19:08:42.1322569Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1322987Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1323491Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:42.1324868Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/Release/net6.0/ProjectB.Database.Migrations.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Database.Migrations.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:42.1327193Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:42.1328275Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:42.1329030Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:42.1330418Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:42.1331025Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:42.1331307Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:42.1331542Z 2021-11-23T19:08:42.1331767Z BuildOnlySettings; 2021-11-23T19:08:42.1331996Z PrepareForBuild; 2021-11-23T19:08:42.1332235Z PreBuildEvent; 2021-11-23T19:08:42.1332461Z ResolveReferences; 2021-11-23T19:08:42.1332878Z PrepareResources; 2021-11-23T19:08:42.1333323Z ResolveKeySource; 2021-11-23T19:08:42.1333582Z Compile; 2021-11-23T19:08:42.1333896Z ExportWindowsMDFile; 2021-11-23T19:08:42.1334175Z UnmanagedUnregistration; 2021-11-23T19:08:42.1334480Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.1335153Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.1335446Z GenerateManifests; 2021-11-23T19:08:42.1335726Z GetTargetPath; 2021-11-23T19:08:42.1336004Z PrepareForRun; 2021-11-23T19:08:42.1336421Z UnmanagedRegistration; 2021-11-23T19:08:42.1336692Z IncrementalClean; 2021-11-23T19:08:42.1336937Z PostBuildEvent 2021-11-23T19:08:42.1337177Z ; 2021-11-23T19:08:42.1337432Z GenerateBuildDependencyFile; 2021-11-23T19:08:42.1337906Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:42.1338530Z " (previous value: " 2021-11-23T19:08:42.1338779Z BuildOnlySettings; 2021-11-23T19:08:42.1339036Z PrepareForBuild; 2021-11-23T19:08:42.1339280Z PreBuildEvent; 2021-11-23T19:08:42.1339514Z ResolveReferences; 2021-11-23T19:08:42.1339766Z PrepareResources; 2021-11-23T19:08:42.1340411Z ResolveKeySource; 2021-11-23T19:08:42.1341014Z Compile; 2021-11-23T19:08:42.1341271Z ExportWindowsMDFile; 2021-11-23T19:08:42.1341704Z UnmanagedUnregistration; 2021-11-23T19:08:42.1342003Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.1342300Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.1342562Z GenerateManifests; 2021-11-23T19:08:42.1342828Z GetTargetPath; 2021-11-23T19:08:42.1343071Z PrepareForRun; 2021-11-23T19:08:42.1343500Z UnmanagedRegistration; 2021-11-23T19:08:42.1500980Z IncrementalClean; 2021-11-23T19:08:42.1501275Z PostBuildEvent 2021-11-23T19:08:42.1501607Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:42.1502182Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:42.1502441Z _SdkBeforeClean; 2021-11-23T19:08:42.1502665Z 2021-11-23T19:08:42.1502989Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:42.1503383Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:42.1503651Z _SdkBeforeRebuild; 2021-11-23T19:08:42.1503850Z 2021-11-23T19:08:42.1504060Z BeforeRebuild; 2021-11-23T19:08:42.1504276Z Clean; 2021-11-23T19:08:42.1504467Z Build; 2021-11-23T19:08:42.1504682Z AfterRebuild; 2021-11-23T19:08:42.1521590Z 2021-11-23T19:08:42.1521884Z " (previous value: " 2021-11-23T19:08:42.1522130Z BeforeRebuild; 2021-11-23T19:08:42.1522331Z Clean; 2021-11-23T19:08:42.1522555Z Build; 2021-11-23T19:08:42.1522753Z AfterRebuild; 2021-11-23T19:08:42.1523077Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:42.1523442Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:42.1525693Z 2021-11-23T19:08:42.1529199Z ResolveReferences; 2021-11-23T19:08:42.1561826Z ResolveKeySource; 2021-11-23T19:08:42.1562335Z SetWin32ManifestProperties; 2021-11-23T19:08:42.1562620Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.1562868Z _GenerateCompileInputs; 2021-11-23T19:08:42.1563105Z BeforeCompile; 2021-11-23T19:08:42.1563342Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.1563587Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.1563829Z CoreCompile; 2021-11-23T19:08:42.1564048Z _TimeStampAfterCompile; 2021-11-23T19:08:42.1564297Z AfterCompile; 2021-11-23T19:08:42.1564505Z ; 2021-11-23T19:08:42.1564700Z _CreateAppHost; 2021-11-23T19:08:42.1564929Z _CreateComHost; 2021-11-23T19:08:42.1565340Z _GetIjwHostPaths; 2021-11-23T19:08:42.1565593Z " (previous value: " 2021-11-23T19:08:42.1565837Z ResolveReferences; 2021-11-23T19:08:42.1566053Z ResolveKeySource; 2021-11-23T19:08:42.1566298Z SetWin32ManifestProperties; 2021-11-23T19:08:42.1566548Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.1566812Z _GenerateCompileInputs; 2021-11-23T19:08:42.1567046Z BeforeCompile; 2021-11-23T19:08:42.1567268Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.1574544Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.1574819Z CoreCompile; 2021-11-23T19:08:42.1575040Z _TimeStampAfterCompile; 2021-11-23T19:08:42.1575293Z AfterCompile; 2021-11-23T19:08:42.1575599Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:42.1575976Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:42.1576249Z 2021-11-23T19:08:42.1576466Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.1576741Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.1576992Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.1577220Z ; 2021-11-23T19:08:42.1577447Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:42.1577691Z " (previous value: " 2021-11-23T19:08:42.1585176Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.1585493Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.1585749Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.1586087Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:42.1586676Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:42.1586972Z 2021-11-23T19:08:42.1587179Z ; 2021-11-23T19:08:42.1587357Z 2021-11-23T19:08:42.1587550Z ; 2021-11-23T19:08:42.1587748Z BuildOnlySettings; 2021-11-23T19:08:42.1587980Z PrepareForBuild; 2021-11-23T19:08:42.1588212Z AssignTargetPaths; 2021-11-23T19:08:42.1588427Z ResolveReferences 2021-11-23T19:08:42.1588638Z 2021-11-23T19:08:42.1588829Z ; 2021-11-23T19:08:42.1589034Z _GenerateDesignerDepsFile; 2021-11-23T19:08:42.1589296Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:42.1589550Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:42.1589810Z " (previous value: " 2021-11-23T19:08:42.1590035Z ; 2021-11-23T19:08:42.1597725Z 2021-11-23T19:08:42.1598440Z ; 2021-11-23T19:08:42.1598724Z BuildOnlySettings; 2021-11-23T19:08:42.1599221Z PrepareForBuild; 2021-11-23T19:08:42.1599536Z AssignTargetPaths; 2021-11-23T19:08:42.1599852Z ResolveReferences 2021-11-23T19:08:42.1600138Z 2021-11-23T19:08:42.1600552Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:42.1601955Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/Release/net6.0/ProjectB.Database.Migrations.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Database.Migrations.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:42.1603587Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/obj/Release/net6.0/ProjectB.Database.Migrations.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Database.Migrations.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:42.1614892Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:42.1615655Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:42.1616337Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:42.1616961Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:42.1617591Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:42.1618494Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:42.1619391Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:42.1709096Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:42.1710199Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:42.1711008Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:42.1712472Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.1713256Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.1714085Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.1714922Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.1716012Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:42.1716832Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1717932Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1718826Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1719587Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.1720252Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.1721063Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14:8) on node 2 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.1722031Z 14:8>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:42.1722704Z 14:8>Using "CombineTargetFrameworkInfoProperties" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.1723115Z Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:42.1723395Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:42.1723768Z 14:8>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "EM.Shared.csproj". 2021-11-23T19:08:42.1724300Z 14:8>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (entry point): 2021-11-23T19:08:42.1725397Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.1726418Z Using "CombineXmlElements" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.1727645Z Task "CombineXmlElements" 2021-11-23T19:08:42.1728013Z Done executing task "CombineXmlElements". 2021-11-23T19:08:42.1728439Z 14:8>Done building target "GetTargetFrameworks" in project "EM.Shared.csproj". 2021-11-23T19:08:42.1728969Z 14:8>Done Building Project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.1729755Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:42.1731307Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1731677Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1732025Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1732385Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1733362Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:42.1734941Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration" (previous value: "ProjectB.ExternalIntegration") at /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj (4,9) 2021-11-23T19:08:42.1736025Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.ExternalIntegration" (previous value: "ProjectB.ExternalIntegration") at /home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj (5,9) 2021-11-23T19:08:42.1736920Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1737632Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1738502Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:42.1739325Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:42.1740162Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:42.1741182Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:42.1741917Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:42.1742660Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:42.1743406Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:42.1744132Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:42.1744691Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1745056Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1745552Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:42.1746177Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:42.1746809Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1747183Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1747535Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1747895Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1748252Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1748724Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:42.1749323Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:42.1749954Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:42.1750461Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:42.1750781Z AssignProjectConfiguration; 2021-11-23T19:08:42.1751066Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:42.1751477Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:42.1752337Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/Release/net6.0/ProjectB.ExternalIntegration.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.ExternalIntegration.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:42.1753219Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.1753505Z 2021-11-23T19:08:42.1753900Z ResolveProjectReferences; 2021-11-23T19:08:42.1754356Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1754794Z GetFrameworkPaths; 2021-11-23T19:08:42.1755295Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1755625Z PrepareForBuild; 2021-11-23T19:08:42.1755929Z ResolveSDKReferences; 2021-11-23T19:08:42.1756258Z ExpandSDKReferences; 2021-11-23T19:08:42.1756535Z ; 2021-11-23T19:08:42.1756853Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1757219Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1757552Z " (previous value: " 2021-11-23T19:08:42.1757895Z ResolveProjectReferences; 2021-11-23T19:08:42.1758445Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1759087Z GetFrameworkPaths; 2021-11-23T19:08:42.1759699Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1759938Z PrepareForBuild; 2021-11-23T19:08:42.1760188Z ResolveSDKReferences; 2021-11-23T19:08:42.1760440Z ExpandSDKReferences; 2021-11-23T19:08:42.1760793Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:42.1761204Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:42.1761519Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1761784Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1762022Z 2021-11-23T19:08:42.1762215Z ; 2021-11-23T19:08:42.1762446Z PrepareResourceNames; 2021-11-23T19:08:42.1762685Z ResGen; 2021-11-23T19:08:42.1762903Z CompileLicxFiles 2021-11-23T19:08:42.1763225Z 2021-11-23T19:08:42.1763450Z " (previous value: " 2021-11-23T19:08:42.1763688Z ; 2021-11-23T19:08:42.1763918Z PrepareResourceNames; 2021-11-23T19:08:42.1764139Z ResGen; 2021-11-23T19:08:42.1764371Z CompileLicxFiles 2021-11-23T19:08:42.1764718Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:42.1765370Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:42.1766214Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:42.1767104Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:42.1768214Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:42.1782033Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:42.1783379Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:42.1784096Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.1784367Z 2021-11-23T19:08:42.1784577Z 2021-11-23T19:08:42.1784812Z ResolveProjectReferences; 2021-11-23T19:08:42.1785066Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1785514Z GetFrameworkPaths; 2021-11-23T19:08:42.1785769Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1786036Z PrepareForBuild; 2021-11-23T19:08:42.1786293Z ResolveSDKReferences; 2021-11-23T19:08:42.1786537Z ExpandSDKReferences; 2021-11-23T19:08:42.1786778Z ; 2021-11-23T19:08:42.1787032Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1787303Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1787551Z ; 2021-11-23T19:08:42.1787777Z ResolveTargetingPackAssets; 2021-11-23T19:08:42.1788056Z " (previous value: " 2021-11-23T19:08:42.1788298Z 2021-11-23T19:08:42.1788522Z ResolveProjectReferences; 2021-11-23T19:08:42.1788799Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1789048Z GetFrameworkPaths; 2021-11-23T19:08:42.1789311Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1789572Z PrepareForBuild; 2021-11-23T19:08:42.1789818Z ResolveSDKReferences; 2021-11-23T19:08:42.1790255Z ExpandSDKReferences; 2021-11-23T19:08:42.1790464Z ; 2021-11-23T19:08:42.1790711Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1791125Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1791505Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:42.1792388Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/Release/net6.0/ProjectB.ExternalIntegration.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.ExternalIntegration.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:42.1793355Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:42.1794077Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:42.1794824Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:42.1795579Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:42.1796111Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:42.1796407Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:42.1796749Z 2021-11-23T19:08:42.1797142Z BuildOnlySettings; 2021-11-23T19:08:42.1797395Z PrepareForBuild; 2021-11-23T19:08:42.1797640Z PreBuildEvent; 2021-11-23T19:08:42.1797875Z ResolveReferences; 2021-11-23T19:08:42.1798136Z PrepareResources; 2021-11-23T19:08:42.1798372Z ResolveKeySource; 2021-11-23T19:08:42.1798611Z Compile; 2021-11-23T19:08:42.1798855Z ExportWindowsMDFile; 2021-11-23T19:08:42.1799104Z UnmanagedUnregistration; 2021-11-23T19:08:42.1799381Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.1799645Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.1799910Z GenerateManifests; 2021-11-23T19:08:42.1800332Z GetTargetPath; 2021-11-23T19:08:42.1800555Z PrepareForRun; 2021-11-23T19:08:42.1800805Z UnmanagedRegistration; 2021-11-23T19:08:42.1801037Z IncrementalClean; 2021-11-23T19:08:42.1801284Z PostBuildEvent 2021-11-23T19:08:42.1801505Z ; 2021-11-23T19:08:42.1801726Z GenerateBuildDependencyFile; 2021-11-23T19:08:42.1802010Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:42.1802280Z " (previous value: " 2021-11-23T19:08:42.1802539Z BuildOnlySettings; 2021-11-23T19:08:42.1802782Z PrepareForBuild; 2021-11-23T19:08:42.1803005Z PreBuildEvent; 2021-11-23T19:08:42.1803247Z ResolveReferences; 2021-11-23T19:08:42.1803492Z PrepareResources; 2021-11-23T19:08:42.1803720Z ResolveKeySource; 2021-11-23T19:08:42.1803954Z Compile; 2021-11-23T19:08:42.1804173Z ExportWindowsMDFile; 2021-11-23T19:08:42.1804426Z UnmanagedUnregistration; 2021-11-23T19:08:42.1804698Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.1804954Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.1805211Z GenerateManifests; 2021-11-23T19:08:42.1805442Z GetTargetPath; 2021-11-23T19:08:42.1805680Z PrepareForRun; 2021-11-23T19:08:42.1805926Z UnmanagedRegistration; 2021-11-23T19:08:42.1806161Z IncrementalClean; 2021-11-23T19:08:42.1806513Z PostBuildEvent 2021-11-23T19:08:42.1806844Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:42.1807226Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:42.1807513Z _SdkBeforeClean; 2021-11-23T19:08:42.1807722Z 2021-11-23T19:08:42.1808084Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:42.1808498Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:42.1808765Z _SdkBeforeRebuild; 2021-11-23T19:08:42.1808992Z 2021-11-23T19:08:42.1809213Z BeforeRebuild; 2021-11-23T19:08:42.1809431Z Clean; 2021-11-23T19:08:42.1809652Z Build; 2021-11-23T19:08:42.1809862Z AfterRebuild; 2021-11-23T19:08:42.1810081Z 2021-11-23T19:08:42.1810320Z " (previous value: " 2021-11-23T19:08:42.1810559Z BeforeRebuild; 2021-11-23T19:08:42.1810789Z Clean; 2021-11-23T19:08:42.1810992Z Build; 2021-11-23T19:08:42.1811219Z AfterRebuild; 2021-11-23T19:08:42.1811556Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:42.1811916Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:42.1812176Z 2021-11-23T19:08:42.1812385Z ResolveReferences; 2021-11-23T19:08:42.1812632Z ResolveKeySource; 2021-11-23T19:08:42.1812888Z SetWin32ManifestProperties; 2021-11-23T19:08:42.1813154Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.1813540Z _GenerateCompileInputs; 2021-11-23T19:08:42.1813789Z BeforeCompile; 2021-11-23T19:08:42.1814022Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.1814295Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.1814543Z CoreCompile; 2021-11-23T19:08:42.1814792Z _TimeStampAfterCompile; 2021-11-23T19:08:42.1815040Z AfterCompile; 2021-11-23T19:08:42.1815245Z ; 2021-11-23T19:08:42.1815468Z _CreateAppHost; 2021-11-23T19:08:42.1815691Z _CreateComHost; 2021-11-23T19:08:42.1815934Z _GetIjwHostPaths; 2021-11-23T19:08:42.1816191Z " (previous value: " 2021-11-23T19:08:42.1816433Z ResolveReferences; 2021-11-23T19:08:42.1816678Z ResolveKeySource; 2021-11-23T19:08:42.1816916Z SetWin32ManifestProperties; 2021-11-23T19:08:42.1817202Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.1817479Z _GenerateCompileInputs; 2021-11-23T19:08:42.1817718Z BeforeCompile; 2021-11-23T19:08:42.1817970Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.1818246Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.1818494Z CoreCompile; 2021-11-23T19:08:42.1818741Z _TimeStampAfterCompile; 2021-11-23T19:08:42.1818970Z AfterCompile; 2021-11-23T19:08:42.1819312Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:42.1819711Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:42.1819978Z 2021-11-23T19:08:42.1820224Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.1820499Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.1821142Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.1821397Z ; 2021-11-23T19:08:42.1821629Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:42.1821920Z " (previous value: " 2021-11-23T19:08:42.1822208Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.1822493Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.1822922Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.1823281Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:42.1823718Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:42.1824034Z 2021-11-23T19:08:42.1824231Z ; 2021-11-23T19:08:42.1824448Z 2021-11-23T19:08:42.1824660Z ; 2021-11-23T19:08:42.1824876Z BuildOnlySettings; 2021-11-23T19:08:42.1825129Z PrepareForBuild; 2021-11-23T19:08:42.1825364Z AssignTargetPaths; 2021-11-23T19:08:42.1825796Z ResolveReferences 2021-11-23T19:08:42.1826020Z 2021-11-23T19:08:42.1826213Z ; 2021-11-23T19:08:42.1826446Z _GenerateDesignerDepsFile; 2021-11-23T19:08:42.1826708Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:42.1826992Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:42.1828072Z " (previous value: " 2021-11-23T19:08:42.1828456Z ; 2021-11-23T19:08:42.1828722Z 2021-11-23T19:08:42.1828969Z ; 2021-11-23T19:08:42.1829260Z BuildOnlySettings; 2021-11-23T19:08:42.1829578Z PrepareForBuild; 2021-11-23T19:08:42.1829876Z AssignTargetPaths; 2021-11-23T19:08:42.1830191Z ResolveReferences 2021-11-23T19:08:42.1830462Z 2021-11-23T19:08:42.1831047Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:42.1832551Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/Release/net6.0/ProjectB.ExternalIntegration.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.ExternalIntegration.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:42.1834028Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/obj/Release/net6.0/ProjectB.ExternalIntegration.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.ExternalIntegration.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:42.1835001Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:42.1835910Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:42.1836639Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:42.1837293Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:42.1837968Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:42.1838970Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:42.1839960Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:42.1840930Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:42.1841734Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.1842542Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.1843433Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.1844313Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.1845317Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:42.1846176Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1846998Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1847876Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1848829Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.1849521Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.1850308Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:8) on node 2 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.1851291Z 20:8>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:42.1852065Z 20:8>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:42.1852396Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:42.1852816Z 20:8>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:42.1853674Z 20:8>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (entry point): 2021-11-23T19:08:42.1854809Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.1855198Z Task "CombineXmlElements" 2021-11-23T19:08:42.1855463Z Done executing task "CombineXmlElements". 2021-11-23T19:08:42.1855827Z 20:8>Done building target "GetTargetFrameworks" in project "ProjectB.ExternalIntegration.csproj". 2021-11-23T19:08:42.1856334Z 20:8>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.1857066Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:9) on node 2 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.1857703Z 20:9>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.1858325Z 20:9>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.1859008Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:42.1859765Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1860121Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1860889Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1861303Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1861909Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:42.1862955Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.EM.ProjectB.Persistence" (previous value: "ProjectB.Persistence") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj (5,2) 2021-11-23T19:08:42.1863805Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.EM.ProjectB.Persistence" (previous value: "ProjectB.Persistence") at /home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj (6,5) 2021-11-23T19:08:42.1864410Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1864774Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1865292Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:42.1866005Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:42.1866977Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:42.1867830Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net6.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:42.1868550Z Property reassignment: $(OutputPath)="bin\Release/net6.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:42.1869294Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:42.1870041Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="6_0" (previous value: "6.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:42.1870789Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:42.1871334Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1871804Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1872303Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:42.1872929Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:42.1873437Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1873806Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1874157Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1874523Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1874884Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1875362Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:42.1875964Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:42.1876595Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:42.1877102Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:42.1877419Z AssignProjectConfiguration; 2021-11-23T19:08:42.1877701Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:42.1878109Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:42.1878945Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ProjectB.Persistence.assets.cache" (previous value: "obj\Release/net6.0/ProjectB.Persistence.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:42.1879818Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.1880107Z 2021-11-23T19:08:42.1880328Z ResolveProjectReferences; 2021-11-23T19:08:42.1880599Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1880842Z GetFrameworkPaths; 2021-11-23T19:08:42.1881097Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1881351Z PrepareForBuild; 2021-11-23T19:08:42.1881582Z ResolveSDKReferences; 2021-11-23T19:08:42.1881834Z ExpandSDKReferences; 2021-11-23T19:08:42.1882049Z ; 2021-11-23T19:08:42.1882295Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1882570Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1882827Z " (previous value: " 2021-11-23T19:08:42.1883109Z ResolveProjectReferences; 2021-11-23T19:08:42.1883377Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1883621Z GetFrameworkPaths; 2021-11-23T19:08:42.1883876Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1884113Z PrepareForBuild; 2021-11-23T19:08:42.1884361Z ResolveSDKReferences; 2021-11-23T19:08:42.1884611Z ExpandSDKReferences; 2021-11-23T19:08:42.1885146Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:42.1885572Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:42.1885901Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1886300Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1886547Z 2021-11-23T19:08:42.1886742Z ; 2021-11-23T19:08:42.1886978Z PrepareResourceNames; 2021-11-23T19:08:42.1887230Z ResGen; 2021-11-23T19:08:42.1887456Z CompileLicxFiles 2021-11-23T19:08:42.1887684Z 2021-11-23T19:08:42.1887908Z " (previous value: " 2021-11-23T19:08:42.1888155Z ; 2021-11-23T19:08:42.1888392Z PrepareResourceNames; 2021-11-23T19:08:42.1888620Z ResGen; 2021-11-23T19:08:42.1888859Z CompileLicxFiles 2021-11-23T19:08:42.1889214Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:42.1890053Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:42.1890900Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:42.1891786Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:42.1892718Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:42.1893694Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:42.1894817Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:42.1895530Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.1895796Z 2021-11-23T19:08:42.1896003Z 2021-11-23T19:08:42.1896237Z ResolveProjectReferences; 2021-11-23T19:08:42.1896497Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1896941Z GetFrameworkPaths; 2021-11-23T19:08:42.1897188Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1897457Z PrepareForBuild; 2021-11-23T19:08:42.1897713Z ResolveSDKReferences; 2021-11-23T19:08:42.1897957Z ExpandSDKReferences; 2021-11-23T19:08:42.1898189Z ; 2021-11-23T19:08:42.1898425Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1898712Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1898956Z ; 2021-11-23T19:08:42.1899180Z ResolveTargetingPackAssets; 2021-11-23T19:08:42.1899457Z " (previous value: " 2021-11-23T19:08:42.1899700Z 2021-11-23T19:08:42.1900101Z ResolveProjectReferences; 2021-11-23T19:08:42.1900371Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1900614Z GetFrameworkPaths; 2021-11-23T19:08:42.1901114Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1901370Z PrepareForBuild; 2021-11-23T19:08:42.1901602Z ResolveSDKReferences; 2021-11-23T19:08:42.1901854Z ExpandSDKReferences; 2021-11-23T19:08:42.1902073Z ; 2021-11-23T19:08:42.1902321Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1902598Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1902970Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:42.1903812Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ProjectB.Persistence.genruntimeconfig.cache" (previous value: "obj\Release/net6.0/ProjectB.Persistence.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:42.1904755Z Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (54,5) 2021-11-23T19:08:42.1905474Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:42.1906212Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:42.1906946Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:42.1907494Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:42.1907795Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:42.1908030Z 2021-11-23T19:08:42.1908241Z BuildOnlySettings; 2021-11-23T19:08:42.1908614Z PrepareForBuild; 2021-11-23T19:08:42.1908846Z PreBuildEvent; 2021-11-23T19:08:42.1909090Z ResolveReferences; 2021-11-23T19:08:42.1909335Z PrepareResources; 2021-11-23T19:08:42.1909563Z ResolveKeySource; 2021-11-23T19:08:42.1909795Z Compile; 2021-11-23T19:08:42.1910212Z ExportWindowsMDFile; 2021-11-23T19:08:42.1910462Z UnmanagedUnregistration; 2021-11-23T19:08:42.1911028Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.1911496Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.1911795Z GenerateManifests; 2021-11-23T19:08:42.1912074Z GetTargetPath; 2021-11-23T19:08:42.1912334Z PrepareForRun; 2021-11-23T19:08:42.1912627Z UnmanagedRegistration; 2021-11-23T19:08:42.1912902Z IncrementalClean; 2021-11-23T19:08:42.1913184Z PostBuildEvent 2021-11-23T19:08:42.1913438Z ; 2021-11-23T19:08:42.1913702Z GenerateBuildDependencyFile; 2021-11-23T19:08:42.1914238Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:42.1914529Z " (previous value: " 2021-11-23T19:08:42.1915192Z BuildOnlySettings; 2021-11-23T19:08:42.1915445Z PrepareForBuild; 2021-11-23T19:08:42.1915675Z PreBuildEvent; 2021-11-23T19:08:42.1915924Z ResolveReferences; 2021-11-23T19:08:42.1916158Z PrepareResources; 2021-11-23T19:08:42.1916409Z ResolveKeySource; 2021-11-23T19:08:42.1916646Z Compile; 2021-11-23T19:08:42.1916873Z ExportWindowsMDFile; 2021-11-23T19:08:42.1917135Z UnmanagedUnregistration; 2021-11-23T19:08:42.1917415Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.1917800Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.1918065Z GenerateManifests; 2021-11-23T19:08:42.1918296Z GetTargetPath; 2021-11-23T19:08:42.1918546Z PrepareForRun; 2021-11-23T19:08:42.1918974Z UnmanagedRegistration; 2021-11-23T19:08:42.1919208Z IncrementalClean; 2021-11-23T19:08:42.1919449Z PostBuildEvent 2021-11-23T19:08:42.1919771Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:42.1920153Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:42.1920436Z _SdkBeforeClean; 2021-11-23T19:08:42.1920643Z 2021-11-23T19:08:42.1920997Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:42.1921408Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:42.1921679Z _SdkBeforeRebuild; 2021-11-23T19:08:42.1921904Z 2021-11-23T19:08:42.1922125Z BeforeRebuild; 2021-11-23T19:08:42.1922336Z Clean; 2021-11-23T19:08:42.1922556Z Build; 2021-11-23T19:08:42.1922772Z AfterRebuild; 2021-11-23T19:08:42.1922992Z 2021-11-23T19:08:42.1923223Z " (previous value: " 2021-11-23T19:08:42.1923461Z BeforeRebuild; 2021-11-23T19:08:42.1923689Z Clean; 2021-11-23T19:08:42.1923890Z Build; 2021-11-23T19:08:42.1924115Z AfterRebuild; 2021-11-23T19:08:42.1924450Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:42.1924809Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:42.1925070Z 2021-11-23T19:08:42.1925279Z ResolveReferences; 2021-11-23T19:08:42.1925529Z ResolveKeySource; 2021-11-23T19:08:42.1925980Z SetWin32ManifestProperties; 2021-11-23T19:08:42.1926255Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.1926538Z _GenerateCompileInputs; 2021-11-23T19:08:42.1926793Z BeforeCompile; 2021-11-23T19:08:42.1927144Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.1927432Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.1928798Z CoreCompile; 2021-11-23T19:08:42.1929164Z _TimeStampAfterCompile; 2021-11-23T19:08:42.1929483Z AfterCompile; 2021-11-23T19:08:42.1929747Z ; 2021-11-23T19:08:42.1930032Z _CreateAppHost; 2021-11-23T19:08:42.1930328Z _CreateComHost; 2021-11-23T19:08:42.1930643Z _GetIjwHostPaths; 2021-11-23T19:08:42.1930973Z " (previous value: " 2021-11-23T19:08:42.1931288Z ResolveReferences; 2021-11-23T19:08:42.1932065Z ResolveKeySource; 2021-11-23T19:08:42.1932313Z SetWin32ManifestProperties; 2021-11-23T19:08:42.1932619Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.1932900Z _GenerateCompileInputs; 2021-11-23T19:08:42.1933137Z BeforeCompile; 2021-11-23T19:08:42.1933399Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.1933834Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.1934093Z CoreCompile; 2021-11-23T19:08:42.1934341Z _TimeStampAfterCompile; 2021-11-23T19:08:42.1934573Z AfterCompile; 2021-11-23T19:08:42.1934916Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:42.1935315Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:42.1935582Z 2021-11-23T19:08:42.1935828Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.1936103Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.1936387Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.1936799Z ; 2021-11-23T19:08:42.1937025Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:42.1937347Z " (previous value: " 2021-11-23T19:08:42.1937625Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.1937907Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.1938190Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.1938528Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:42.1938954Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:42.1939266Z 2021-11-23T19:08:42.1939456Z ; 2021-11-23T19:08:42.1939661Z 2021-11-23T19:08:42.1939849Z ; 2021-11-23T19:08:42.1940077Z BuildOnlySettings; 2021-11-23T19:08:42.1940322Z PrepareForBuild; 2021-11-23T19:08:42.1940551Z AssignTargetPaths; 2021-11-23T19:08:42.1940942Z ResolveReferences 2021-11-23T19:08:42.1941172Z 2021-11-23T19:08:42.1941357Z ; 2021-11-23T19:08:42.1941591Z _GenerateDesignerDepsFile; 2021-11-23T19:08:42.1941860Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:42.1942146Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:42.1942421Z " (previous value: " 2021-11-23T19:08:42.1942644Z ; 2021-11-23T19:08:42.1942850Z 2021-11-23T19:08:42.1943039Z ; 2021-11-23T19:08:42.1943268Z BuildOnlySettings; 2021-11-23T19:08:42.1943514Z PrepareForBuild; 2021-11-23T19:08:42.1943742Z AssignTargetPaths; 2021-11-23T19:08:42.1943989Z ResolveReferences 2021-11-23T19:08:42.1944196Z 2021-11-23T19:08:42.1944529Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:42.1945315Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ProjectB.Persistence.shiminput.cache" (previous value: "obj\Release/net6.0/ProjectB.Persistence.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:42.1946563Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ProjectB.Persistence.shimcreated.sentinel" (previous value: "obj\Release/net6.0/ProjectB.Persistence.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:42.1947484Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:42.1948211Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET6_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:42.1948936Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:42.1949582Z Property reassignment: $(WarningLevel)="6" (previous value: "5") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (77,5) 2021-11-23T19:08:42.1950459Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:42.1951438Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:42.1952566Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:42.1953409Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:42.1954249Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.1955243Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.1956137Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.1957016Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.1957930Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:42.1958877Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1959710Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1960591Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.1961357Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.1962206Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.1963014Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (15:7) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.1964094Z 15:7>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:42.1964951Z 15:7>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:42.1965270Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:42.1965679Z 15:7>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:42.1966352Z 15:7>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (entry point): 2021-11-23T19:08:42.1967358Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.1967751Z Task "CombineXmlElements" 2021-11-23T19:08:42.1968008Z Done executing task "CombineXmlElements". 2021-11-23T19:08:42.1968369Z 15:7>Done building target "GetTargetFrameworks" in project "ProjectB.Database.Migrations.csproj". 2021-11-23T19:08:42.1968881Z 15:7>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.1969836Z 0>Property reassignment: $(MSBuildProjectExtensionsPath)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/" (previous value: "obj\") at /usr/share/dotnet/sdk/6.0.100/Current/Microsoft.Common.props (57,5) 2021-11-23T19:08:42.1970387Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1970750Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1971111Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1971592Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1972201Z Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 2021-11-23T19:08:42.1972987Z Property reassignment: $(AssemblyName)="Ryan.Platform.ILab.Geography.Mocks" (previous value: "Geography.Mocks") at /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj (4,9) 2021-11-23T19:08:42.1973691Z Property reassignment: $(RootNamespace)="Ryan.Platform.ILab.Geography.Mocks" (previous value: "Geography.Mocks") at /home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj (5,9) 2021-11-23T19:08:42.1974245Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1974614Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1975154Z Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 2021-11-23T19:08:42.1975845Z Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (65,5) 2021-11-23T19:08:42.1976671Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (226,5) 2021-11-23T19:08:42.1977628Z Property reassignment: $(IntermediateOutputPath)="obj\Release/net5.0/" (previous value: "obj\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (244,5) 2021-11-23T19:08:42.1978375Z Property reassignment: $(OutputPath)="bin\Release/net5.0/" (previous value: "bin\Release/") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (245,5) 2021-11-23T19:08:42.1979115Z Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (184,5) 2021-11-23T19:08:42.1979835Z Property reassignment: $(_FrameworkVersionForImplicitDefine)="5_0" (previous value: "5.0") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (189,5) 2021-11-23T19:08:42.1980915Z Property reassignment: $(SonarQubeBuildDirectory)="/home/vsts/work/1" (previous value: "") at /home/vsts/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore/SonarQube.Integration.ImportBefore.targets (10,5) 2021-11-23T19:08:42.1981521Z The "Platform" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1981894Z The "Configuration" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1982392Z Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (180,5) 2021-11-23T19:08:42.1983048Z Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (186,5) 2021-11-23T19:08:42.1983568Z The "SolutionName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1983952Z The "SolutionFileName" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1984316Z The "SolutionPath" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1984994Z The "SolutionDir" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1985361Z The "SolutionExt" property is a global property, and cannot be modified. 2021-11-23T19:08:42.1985831Z Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (519,5) 2021-11-23T19:08:42.1986431Z Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (558,5) 2021-11-23T19:08:42.1987058Z Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (3741,5) 2021-11-23T19:08:42.1987571Z Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 2021-11-23T19:08:42.1987888Z AssignProjectConfiguration; 2021-11-23T19:08:42.1988169Z _SplitProjectReferencesByFileExistence 2021-11-23T19:08:42.1988584Z " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets (4877,5) 2021-11-23T19:08:42.1989247Z Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:42.1990081Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:42.1991004Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.1991886Z Property reassignment: $(ProjectAssetsCacheFile)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Release/net5.0/Geography.Mocks.assets.cache" (previous value: "obj\Release/net5.0/Geography.Mocks.assets.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 2021-11-23T19:08:42.1992825Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.1993647Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.1993942Z 2021-11-23T19:08:42.1994184Z ResolveProjectReferences; 2021-11-23T19:08:42.1994445Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1994719Z GetFrameworkPaths; 2021-11-23T19:08:42.1994981Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1995227Z PrepareForBuild; 2021-11-23T19:08:42.1995485Z ResolveSDKReferences; 2021-11-23T19:08:42.1995729Z ExpandSDKReferences; 2021-11-23T19:08:42.1995963Z ; 2021-11-23T19:08:42.1996216Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.1996658Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.1996929Z " (previous value: " 2021-11-23T19:08:42.1997180Z ResolveProjectReferences; 2021-11-23T19:08:42.1997448Z FindInvalidProjectReferences; 2021-11-23T19:08:42.1997707Z GetFrameworkPaths; 2021-11-23T19:08:42.1997953Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.1998203Z PrepareForBuild; 2021-11-23T19:08:42.1998436Z ResolveSDKReferences; 2021-11-23T19:08:42.1998689Z ExpandSDKReferences; 2021-11-23T19:08:42.1999185Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 2021-11-23T19:08:42.1999587Z Property reassignment: $(PrepareResourcesDependsOn)=" 2021-11-23T19:08:42.1999903Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.2000181Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.2000405Z 2021-11-23T19:08:42.2000609Z ; 2021-11-23T19:08:42.2000824Z PrepareResourceNames; 2021-11-23T19:08:42.2001063Z ResGen; 2021-11-23T19:08:42.2001301Z CompileLicxFiles 2021-11-23T19:08:42.2001507Z 2021-11-23T19:08:42.2001738Z " (previous value: " 2021-11-23T19:08:42.2001968Z ; 2021-11-23T19:08:42.2002202Z PrepareResourceNames; 2021-11-23T19:08:42.2002441Z ResGen; 2021-11-23T19:08:42.2002658Z CompileLicxFiles 2021-11-23T19:08:42.2003027Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 2021-11-23T19:08:42.2003675Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 2021-11-23T19:08:42.2004495Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 2021-11-23T19:08:42.2005375Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 2021-11-23T19:08:42.2006414Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 2021-11-23T19:08:42.2007389Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 2021-11-23T19:08:42.2008411Z Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 2021-11-23T19:08:42.2009124Z Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 2021-11-23T19:08:42.2009394Z 2021-11-23T19:08:42.2009602Z 2021-11-23T19:08:42.2009834Z ResolveProjectReferences; 2021-11-23T19:08:42.2010089Z FindInvalidProjectReferences; 2021-11-23T19:08:42.2010536Z GetFrameworkPaths; 2021-11-23T19:08:42.2010798Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.2011043Z PrepareForBuild; 2021-11-23T19:08:42.2011300Z ResolveSDKReferences; 2021-11-23T19:08:42.2011544Z ExpandSDKReferences; 2021-11-23T19:08:42.2011778Z ; 2021-11-23T19:08:42.2012033Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.2012306Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.2012549Z ; 2021-11-23T19:08:42.2012774Z ResolveTargetingPackAssets; 2021-11-23T19:08:42.2013161Z " (previous value: " 2021-11-23T19:08:42.2013409Z 2021-11-23T19:08:42.2013632Z ResolveProjectReferences; 2021-11-23T19:08:42.2013908Z FindInvalidProjectReferences; 2021-11-23T19:08:42.2014159Z GetFrameworkPaths; 2021-11-23T19:08:42.2014424Z GetReferenceAssemblyPaths; 2021-11-23T19:08:42.2014687Z PrepareForBuild; 2021-11-23T19:08:42.2014928Z ResolveSDKReferences; 2021-11-23T19:08:42.2015361Z ExpandSDKReferences; 2021-11-23T19:08:42.2015571Z ; 2021-11-23T19:08:42.2015816Z ResolvePackageDependenciesForBuild; 2021-11-23T19:08:42.2016096Z _HandlePackageFileConflicts; 2021-11-23T19:08:42.2016473Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 2021-11-23T19:08:42.2017275Z Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Release/net5.0/Geography.Mocks.genruntimeconfig.cache" (previous value: "obj\Release/net5.0/Geography.Mocks.genruntimeconfig.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (41,5) 2021-11-23T19:08:42.2018202Z Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/vsts/.dotnet/store" (previous value: "/home/vsts") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (71,5) 2021-11-23T19:08:42.2019017Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.2019941Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (96,5) 2021-11-23T19:08:42.2020803Z Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (100,5) 2021-11-23T19:08:42.2021350Z Property reassignment: $(CoreBuildDependsOn)=" 2021-11-23T19:08:42.2021648Z _CheckForBuildWithNoBuild; 2021-11-23T19:08:42.2021882Z 2021-11-23T19:08:42.2022273Z BuildOnlySettings; 2021-11-23T19:08:42.2022527Z PrepareForBuild; 2021-11-23T19:08:42.2022772Z PreBuildEvent; 2021-11-23T19:08:42.2023005Z ResolveReferences; 2021-11-23T19:08:42.2023264Z PrepareResources; 2021-11-23T19:08:42.2023498Z ResolveKeySource; 2021-11-23T19:08:42.2023739Z Compile; 2021-11-23T19:08:42.2023982Z ExportWindowsMDFile; 2021-11-23T19:08:42.2024235Z UnmanagedUnregistration; 2021-11-23T19:08:42.2024515Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.2024778Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.2025041Z GenerateManifests; 2021-11-23T19:08:42.2025468Z GetTargetPath; 2021-11-23T19:08:42.2025691Z PrepareForRun; 2021-11-23T19:08:42.2025937Z UnmanagedRegistration; 2021-11-23T19:08:42.2026188Z IncrementalClean; 2021-11-23T19:08:42.2026413Z PostBuildEvent 2021-11-23T19:08:42.2026631Z ; 2021-11-23T19:08:42.2026850Z GenerateBuildDependencyFile; 2021-11-23T19:08:42.2027131Z GenerateBuildRuntimeConfigurationFiles 2021-11-23T19:08:42.2027418Z " (previous value: " 2021-11-23T19:08:42.2027660Z BuildOnlySettings; 2021-11-23T19:08:42.2027904Z PrepareForBuild; 2021-11-23T19:08:42.2028128Z PreBuildEvent; 2021-11-23T19:08:42.2029708Z ResolveReferences; 2021-11-23T19:08:42.2030070Z PrepareResources; 2021-11-23T19:08:42.2030370Z ResolveKeySource; 2021-11-23T19:08:42.2030673Z Compile; 2021-11-23T19:08:42.2030962Z ExportWindowsMDFile; 2021-11-23T19:08:42.2031292Z UnmanagedUnregistration; 2021-11-23T19:08:42.2031641Z GenerateSerializationAssemblies; 2021-11-23T19:08:42.2031974Z CreateSatelliteAssemblies; 2021-11-23T19:08:42.2032628Z GenerateManifests; 2021-11-23T19:08:42.2032870Z GetTargetPath; 2021-11-23T19:08:42.2033092Z PrepareForRun; 2021-11-23T19:08:42.2033339Z UnmanagedRegistration; 2021-11-23T19:08:42.2033572Z IncrementalClean; 2021-11-23T19:08:42.2033861Z PostBuildEvent 2021-11-23T19:08:42.2034199Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (109,5) 2021-11-23T19:08:42.2034567Z Property reassignment: $(CoreCleanDependsOn)=" 2021-11-23T19:08:42.2034860Z _SdkBeforeClean; 2021-11-23T19:08:42.2035084Z 2021-11-23T19:08:42.2035423Z " (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (118,5) 2021-11-23T19:08:42.2035834Z Property reassignment: $(RebuildDependsOn)=" 2021-11-23T19:08:42.2036143Z _SdkBeforeRebuild; 2021-11-23T19:08:42.2036370Z 2021-11-23T19:08:42.2036590Z BeforeRebuild; 2021-11-23T19:08:42.2036804Z Clean; 2021-11-23T19:08:42.2037023Z Build; 2021-11-23T19:08:42.2037233Z AfterRebuild; 2021-11-23T19:08:42.2037452Z 2021-11-23T19:08:42.2037685Z " (previous value: " 2021-11-23T19:08:42.2038110Z BeforeRebuild; 2021-11-23T19:08:42.2038342Z Clean; 2021-11-23T19:08:42.2038543Z Build; 2021-11-23T19:08:42.2038771Z AfterRebuild; 2021-11-23T19:08:42.2039116Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (125,5) 2021-11-23T19:08:42.2039477Z Property reassignment: $(CompileDependsOn)=" 2021-11-23T19:08:42.2039739Z 2021-11-23T19:08:42.2039966Z ResolveReferences; 2021-11-23T19:08:42.2040195Z ResolveKeySource; 2021-11-23T19:08:42.2040450Z SetWin32ManifestProperties; 2021-11-23T19:08:42.2040717Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.2040994Z _GenerateCompileInputs; 2021-11-23T19:08:42.2041240Z BeforeCompile; 2021-11-23T19:08:42.2041473Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.2041746Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.2041993Z CoreCompile; 2021-11-23T19:08:42.2042423Z _TimeStampAfterCompile; 2021-11-23T19:08:42.2042678Z AfterCompile; 2021-11-23T19:08:42.2042886Z ; 2021-11-23T19:08:42.2043120Z _CreateAppHost; 2021-11-23T19:08:42.2043350Z _CreateComHost; 2021-11-23T19:08:42.2043600Z _GetIjwHostPaths; 2021-11-23T19:08:42.2043865Z " (previous value: " 2021-11-23T19:08:42.2044112Z ResolveReferences; 2021-11-23T19:08:42.2044367Z ResolveKeySource; 2021-11-23T19:08:42.2044629Z SetWin32ManifestProperties; 2021-11-23T19:08:42.2044902Z FindReferenceAssembliesForReferences; 2021-11-23T19:08:42.2045186Z _GenerateCompileInputs; 2021-11-23T19:08:42.2045424Z BeforeCompile; 2021-11-23T19:08:42.2045678Z _TimeStampBeforeCompile; 2021-11-23T19:08:42.2045956Z _GenerateCompileDependencyCache; 2021-11-23T19:08:42.2046208Z CoreCompile; 2021-11-23T19:08:42.2046463Z _TimeStampAfterCompile; 2021-11-23T19:08:42.2046700Z AfterCompile; 2021-11-23T19:08:42.2047222Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (520,5) 2021-11-23T19:08:42.2047735Z Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 2021-11-23T19:08:42.2048007Z 2021-11-23T19:08:42.2048251Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.2048541Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.2048809Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.2049045Z ; 2021-11-23T19:08:42.2049269Z CoreGenerateSatelliteAssemblies 2021-11-23T19:08:42.2049543Z " (previous value: " 2021-11-23T19:08:42.2049819Z _GenerateSatelliteAssemblyInputs; 2021-11-23T19:08:42.2050095Z ComputeIntermediateSatelliteAssemblies; 2021-11-23T19:08:42.2050384Z GenerateSatelliteAssemblies 2021-11-23T19:08:42.2050718Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (906,5) 2021-11-23T19:08:42.2051144Z Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 2021-11-23T19:08:42.2051455Z 2021-11-23T19:08:42.2051643Z ; 2021-11-23T19:08:42.2051851Z 2021-11-23T19:08:42.2052057Z ; 2021-11-23T19:08:42.2052267Z BuildOnlySettings; 2021-11-23T19:08:42.2052511Z PrepareForBuild; 2021-11-23T19:08:42.2052740Z AssignTargetPaths; 2021-11-23T19:08:42.2052987Z ResolveReferences 2021-11-23T19:08:42.2053206Z 2021-11-23T19:08:42.2053391Z ; 2021-11-23T19:08:42.2053622Z _GenerateDesignerDepsFile; 2021-11-23T19:08:42.2053883Z _GenerateDesignerRuntimeConfigFile; 2021-11-23T19:08:42.2054357Z _GatherDesignerShadowCopyFiles; 2021-11-23T19:08:42.2054749Z " (previous value: " 2021-11-23T19:08:42.2054980Z ; 2021-11-23T19:08:42.2055190Z 2021-11-23T19:08:42.2055385Z ; 2021-11-23T19:08:42.2055619Z BuildOnlySettings; 2021-11-23T19:08:42.2055878Z PrepareForBuild; 2021-11-23T19:08:42.2056113Z AssignTargetPaths; 2021-11-23T19:08:42.2056368Z ResolveReferences 2021-11-23T19:08:42.2056595Z 2021-11-23T19:08:42.2056920Z ") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 2021-11-23T19:08:42.2057768Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.2058551Z Property reassignment: $(PublishReadyToRunComposite)="false" (previous value: "true") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets (23,5) 2021-11-23T19:08:42.2059371Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:42.2060351Z Property reassignment: $(_ShimInputCacheFile)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Release/net5.0/Geography.Mocks.shiminput.cache" (previous value: "obj\Release/net5.0/Geography.Mocks.shiminput.cache") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (109,5) 2021-11-23T19:08:42.2061429Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.2062342Z Property reassignment: $(_ShimCreatedSentinelFile)="/home/vsts/work/1/s/src/Geography/Geography.Mocks/obj/Release/net5.0/Geography.Mocks.shimcreated.sentinel" (previous value: "obj\Release/net5.0/Geography.Mocks.shimcreated.sentinel") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (111,5) 2021-11-23T19:08:42.2063339Z Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 2021-11-23T19:08:42.2064083Z Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET5_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 2021-11-23T19:08:42.2064918Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.2065697Z Property reassignment: $(WarningLevel)="5" (previous value: "4") at /usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets (70,5) 2021-11-23T19:08:42.2066639Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.2068130Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.2069093Z Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 2021-11-23T19:08:42.2069934Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.2071779Z Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/6.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 2021-11-23T19:08:42.2073016Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:11) on node 2 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2073941Z 6:11>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:42.2074597Z 6:11>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:42.2074924Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:42.2075348Z 6:11>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2075985Z 6:11>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (entry point): 2021-11-23T19:08:42.2077138Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.2077657Z Task "CombineXmlElements" 2021-11-23T19:08:42.2077987Z Done executing task "CombineXmlElements". 2021-11-23T19:08:42.2078320Z 6:11>Done building target "GetTargetFrameworks" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2078800Z 6:11>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2079507Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:12) on node 2 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2080115Z 6:12>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.2080560Z 6:12>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2081216Z 1:2>Project "/home/vsts/work/1/s/src/ProjectBServices.sln" (1:2) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:13) on node 2 (default targets). 2021-11-23T19:08:42.2082158Z 6:13>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.2082998Z 6:13>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2084139Z Using "AllowEmptyTelemetry" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2084549Z Task "AllowEmptyTelemetry" 2021-11-23T19:08:42.2084834Z Done executing task "AllowEmptyTelemetry". 2021-11-23T19:08:42.2085215Z 6:13>Done building target "_CollectTargetFrameworkForTelemetry" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2086768Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.2088012Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.2088876Z 6:13>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2089915Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:42.2090433Z 6:13>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2091536Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:42.2092732Z 6:13>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2094163Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:42.2094903Z 6:13>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2095770Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:42.2096754Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:42.2098035Z Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:42.2099876Z Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:42.2101497Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.2102486Z Target "_CheckForUnsupportedAppHostUsage" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '' == 'true'). 2021-11-23T19:08:42.2103412Z 6:13>Target "_CheckForUnsupportedHostingUsage" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2104463Z Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 2021-11-23T19:08:42.2104996Z 6:13>Done building target "_CheckForUnsupportedHostingUsage" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2105740Z Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 2021-11-23T19:08:42.2106603Z 6:13>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2108166Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:42.2109319Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:42.2110346Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:42.2110956Z 6:13>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2111812Z Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 2021-11-23T19:08:42.2112593Z 6:13>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:42.2113660Z Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:42.2115183Z 6:13>Done building target "_GetProjectJsonPath" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2116613Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.2117844Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.2118813Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:42.2119794Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:42.2120650Z 6:13>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:42.2121464Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2121928Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:42.2122279Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:42.2122932Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:42.2123502Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:42.2123859Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:42.2124537Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:42.2125010Z 6:13>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2126055Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.2127068Z 6:13>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:42.2128131Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2128600Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:42.2128911Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:42.2129903Z 6:13>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2131745Z 6:13>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.2141142Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2141593Z Task "ApplyImplicitVersions" 2021-11-23T19:08:42.2141877Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:42.2143054Z 6:13>Done building target "ApplyImplicitVersions" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2143738Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:42.2145595Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:42.2148332Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:42.2149570Z 6:13>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.2152833Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2153509Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:42.2153821Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:42.2154276Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2154699Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:42.2154971Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:42.2155402Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2155806Z Task "ResolveAppHosts" 2021-11-23T19:08:42.2156054Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:42.2156408Z 6:13>Done building target "ProcessFrameworkReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2157562Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.2158578Z 6:13>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.2159568Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:42.2160233Z 6:13>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2160893Z 6:13>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:42.2161522Z 6:13>Done building target "CollectPackageReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2162163Z 6:13>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 2021-11-23T19:08:42.2162843Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:42.2163203Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:42.2163663Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:42.2164203Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence' 2021-11-23T19:08:42.2164733Z (in) MSBuildProjectName 'ProjectB.Persistence' 2021-11-23T19:08:42.2165140Z (in) ProjectJsonPath '' 2021-11-23T19:08:42.2165570Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:42.2166039Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:42.2166471Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:42.2166781Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:42.2167142Z 6:13>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2167807Z 6:13>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2168644Z 6:13>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2169069Z Target "ApplyImplicitVersions" skipped. Previously built successfully. 2021-11-23T19:08:42.2169452Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:42.2170152Z 6:13>Target "CheckForDuplicateItems" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2170958Z Using "CheckForDuplicateItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2171375Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.2171658Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.2171919Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.2180452Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.2180886Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.2181192Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.2181547Z 6:13>Done building target "CheckForDuplicateItems" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2182301Z Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.2183059Z Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 2021-11-23T19:08:42.2184530Z Target "_WarnWhenUsingNET6AndVSPriorTo17" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(VisualStudioVersion), '17.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '6.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:42.2186144Z Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')). 2021-11-23T19:08:42.2187766Z Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == ''). 2021-11-23T19:08:42.2188590Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.2189586Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.2190539Z 6:13>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:42.2191444Z Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.2192329Z Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.2192708Z Task "Message" 2021-11-23T19:08:42.2192927Z Configuration=Release 2021-11-23T19:08:42.2193180Z Done executing task "Message". 2021-11-23T19:08:42.2193408Z Task "Message" 2021-11-23T19:08:42.2193636Z Platform=AnyCPU 2021-11-23T19:08:42.2193879Z Done executing task "Message". 2021-11-23T19:08:42.2194574Z Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release/net6.0/' != '' and !HasTrailingSlash('bin\Release/net6.0/')). 2021-11-23T19:08:42.2195551Z Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net6.0/' != '' and !HasTrailingSlash('obj/Release/net6.0/')). 2021-11-23T19:08:42.2196513Z Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 2021-11-23T19:08:42.2197832Z Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/' != '' And '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/' ). 2021-11-23T19:08:42.2200050Z Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/' ). 2021-11-23T19:08:42.2201420Z 6:13>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2202273Z 6:13>Target "ValidateCommandLineProperties" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:42.2203321Z Task "NETSdkWarning" skipped, due to false condition; ('$(_CommandLineDefinedSelfContained)' != 'true' and 2021-11-23T19:08:42.2204120Z '$(_CommandLineDefinedRuntimeIdentifier)' == 'true' and 2021-11-23T19:08:42.2204843Z '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and 2021-11-23T19:08:42.2205688Z $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '6.0'))) was evaluated as ('' != 'true' and 2021-11-23T19:08:42.2206405Z '' == 'true' and 2021-11-23T19:08:42.2207046Z '.NETCoreApp' == '.NETCoreApp' and 2021-11-23T19:08:42.2207500Z True). 2021-11-23T19:08:42.2207955Z 6:13>Done building target "ValidateCommandLineProperties" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2208706Z 6:13>Target "BeforeBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "Build" depends on it): 2021-11-23T19:08:42.2209448Z 6:13>Done building target "BeforeBuild" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2210359Z Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 2021-11-23T19:08:42.2211433Z 6:13>Target "BuildOnlySettings" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.2212199Z 6:13>Done building target "BuildOnlySettings" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2213444Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.2214915Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.2216178Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.2217063Z 6:13>Target "GetFrameworkPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:42.2217753Z 6:13>Done building target "GetFrameworkPaths" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2218718Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.2220107Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.2221757Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.2222780Z 6:13>Target "GetReferenceAssemblyPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:42.2223817Z 6:13>Done building target "GetReferenceAssemblyPaths" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2224905Z Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.2225778Z 6:13>Target "PrepareForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.2226492Z Task "FindAppConfigFile" 2021-11-23T19:08:42.2226859Z Done executing task "FindAppConfigFile". 2021-11-23T19:08:42.2227199Z Task "MakeDir" 2021-11-23T19:08:42.2227520Z Creating directory "bin/Release/net6.0/". 2021-11-23T19:08:42.2227901Z Creating directory "obj/Release/net6.0/". 2021-11-23T19:08:42.2228382Z Creating directory "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/obj/Release/net6.0/ref/". 2021-11-23T19:08:42.2229197Z Creating directory "bin/Release/net6.0/ref". 2021-11-23T19:08:42.2229702Z Done executing task "MakeDir". 2021-11-23T19:08:42.2230102Z 6:13>Done building target "PrepareForBuild" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2231979Z 6:13>Target "GenerateGlobalUsings" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.2232974Z Using "GenerateGlobalUsings" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2233519Z Task "GenerateGlobalUsings" 2021-11-23T19:08:42.2233858Z Done executing task "GenerateGlobalUsings". 2021-11-23T19:08:42.2234371Z Task "WriteLinesToFile" 2021-11-23T19:08:42.2234648Z Done executing task "WriteLinesToFile". 2021-11-23T19:08:42.2235166Z 6:13>Done building target "GenerateGlobalUsings" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2236120Z Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.2236865Z 6:13>Target "BeforeResolveReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.2237557Z 6:13>Done building target "BeforeResolveReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2238349Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.2239205Z 6:13>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:42.2239919Z 6:13>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2240603Z 6:13>Target "_ComputePackageReferencePublish" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:42.2241301Z 6:13>Done building target "_ComputePackageReferencePublish" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2241960Z Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 2021-11-23T19:08:42.2242525Z ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 2021-11-23T19:08:42.2243166Z Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.0' == '' And 2021-11-23T19:08:42.2243731Z ('C#' == 'C#' Or 'C#' == 'VB') And 2021-11-23T19:08:42.2244288Z Exists('/usr/share/dotnet/sdk/6.0.100/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 2021-11-23T19:08:42.2245010Z 6:13>Target "ResolvePackageAssets" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:42.2245787Z Using "ResolvePackageAssets" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2246303Z Task "ResolvePackageAssets" 2021-11-23T19:08:42.2246584Z Done executing task "ResolvePackageAssets". 2021-11-23T19:08:42.2246938Z 6:13>Done building target "ResolvePackageAssets" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2247664Z Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 2021-11-23T19:08:42.2248365Z '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 2021-11-23T19:08:42.2248863Z '' == 'true'). 2021-11-23T19:08:42.2250021Z Target "_CheckForTransitiveWindowsDesktopDependencies" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(TargetPlatformIdentifier)' != 'Windows' and '@(TransitiveFrameworkReference)' != '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' != 'Windows' and '' != ''). 2021-11-23T19:08:42.2251155Z Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.2251943Z 6:13>Target "ResolveLockFileReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.2252725Z Using "JoinItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2253232Z Task "JoinItems" 2021-11-23T19:08:42.2253468Z Done executing task "JoinItems". 2021-11-23T19:08:42.2253819Z 6:13>Done building target "ResolveLockFileReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2254208Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.2254877Z 6:13>Target "ResolveLockFileAnalyzers" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.2255595Z 6:13>Done building target "ResolveLockFileAnalyzers" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2255981Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.2256659Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.2257422Z 6:13>Target "ResolveLockFileCopyLocalFiles" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.2258161Z 6:13>Done building target "ResolveLockFileCopyLocalFiles" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2258813Z Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.2259514Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.2259963Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.2260642Z 6:13>Target "IncludeTransitiveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.2264631Z 6:13>Done building target "IncludeTransitiveProjectReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2341330Z 6:13>Target "ResolvePackageDependenciesForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "AssignProjectConfiguration" depends on it): 2021-11-23T19:08:42.2342465Z 6:13>Done building target "ResolvePackageDependenciesForBuild" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2343369Z 6:13>Target "AssignProjectConfiguration" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.2344119Z Task "AssignProjectConfiguration" 2021-11-23T19:08:42.2344758Z Project reference "../ProjectB.Core/ProjectB.Core.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.2345531Z Project reference "../ProjectB.Exceptions/ProjectB.Exceptions.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.2346153Z Done executing task "AssignProjectConfiguration". 2021-11-23T19:08:42.2346581Z 6:13>Done building target "AssignProjectConfiguration" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2347752Z Target "AssignProjectConfiguration" skipped. Previously built successfully. 2021-11-23T19:08:42.2348431Z 6:13>Target "_SplitProjectReferencesByFileExistence" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.2349964Z Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and '../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj'!=''). 2021-11-23T19:08:42.2350706Z 6:13>Done building target "_SplitProjectReferencesByFileExistence" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2351477Z 6:13>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 2021-11-23T19:08:42.2352463Z 6:13>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.2353234Z 6:13>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.2353875Z Task "MSBuild" 2021-11-23T19:08:42.2354124Z Global Properties: 2021-11-23T19:08:42.2354407Z Configuration=Release 2021-11-23T19:08:42.2354654Z Platform=AnyCPU 2021-11-23T19:08:42.2355282Z Removing Properties: 2021-11-23T19:08:42.2355560Z TargetFramework 2021-11-23T19:08:42.2355804Z RuntimeIdentifier 2021-11-23T19:08:42.2356408Z 6:13>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:13) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:10) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2357236Z 13:10>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.2357707Z 13:10>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2358478Z 6:13>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:13) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:9) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2359165Z 19:9>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.2359645Z 19:9>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2360439Z 0>Overriding target "InitializeSourceControlInformation" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "InitializeSourceControlInformation" from project "/home/vsts/work/1/s/Directory.Build.targets". 2021-11-23T19:08:42.2361351Z Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 2021-11-23T19:08:42.2362240Z Overriding target "Run" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.2363249Z Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 2021-11-23T19:08:42.2364227Z Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.2365189Z Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 2021-11-23T19:08:42.2366184Z Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 2021-11-23T19:08:42.2367104Z Overriding target "Publish" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.2368006Z Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.2368968Z Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 2021-11-23T19:08:42.2369929Z The target "RazorCoreCompile" listed in a BeforeTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (392,55)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.2370663Z The target "RazorCoreCompile" listed in an AfterTargets attribute at "/home/vsts/work/1/.sonarqube/bin/targets/SonarQube.Integration.targets (411,54)" does not exist in the project, and will be ignored. 2021-11-23T19:08:42.2371463Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:8) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2372394Z 18:8>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (target "GetTargetFrameworks" depends on it): 2021-11-23T19:08:42.2373034Z 18:8>Task "CombineTargetFrameworkInfoProperties" 2021-11-23T19:08:42.2373376Z Done executing task "CombineTargetFrameworkInfoProperties". 2021-11-23T19:08:42.2373812Z 18:8>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "Geography.Mocks.csproj". 2021-11-23T19:08:42.2374446Z 18:8>Target "GetTargetFrameworks" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (entry point): 2021-11-23T19:08:42.2375484Z Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.2375893Z Task "CombineXmlElements" 2021-11-23T19:08:42.2376174Z Done executing task "CombineXmlElements". 2021-11-23T19:08:42.2376552Z 18:8>Done building target "GetTargetFrameworks" in project "Geography.Mocks.csproj". 2021-11-23T19:08:42.2377033Z 18:8>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2377876Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:9) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2378480Z 18:9>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.2379158Z 18:9>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.2379760Z 6:13>Done executing task "MSBuild". 2021-11-23T19:08:42.2380380Z Using "GetReferenceNearestTargetFrameworkTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:42.2461129Z Task "GetReferenceNearestTargetFrameworkTask" 2021-11-23T19:08:42.2461802Z (in) CurrentProjectTargetFramework '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:42.2462286Z (in) CurrentProjectTargetPlatform '' 2021-11-23T19:08:42.2462766Z (in) FallbackTargetFrameworks 'net461;net462;net47;net471;net472;net48' 2021-11-23T19:08:42.2463429Z (in) AnnotatedProjectReferences '../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:42.2463836Z 5:7>Done executing task "MSBuild". 2021-11-23T19:08:42.2464194Z Using "GetReferenceNearestTargetFrameworkTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:42.2464598Z Task "GetReferenceNearestTargetFrameworkTask" 2021-11-23T19:08:42.2465078Z (in) CurrentProjectTargetFramework '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:42.2465767Z (in) CurrentProjectTargetPlatform '' 2021-11-23T19:08:42.2466276Z (in) FallbackTargetFrameworks 'net461;net462;net47;net471;net472;net48' 2021-11-23T19:08:42.2467620Z (in) AnnotatedProjectReferences '../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;../../Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:42.2470022Z (out) AssignedProjects '../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;../../Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:42.2471187Z Done executing task "GetReferenceNearestTargetFrameworkTask". 2021-11-23T19:08:42.2520816Z 6:13>_GetProjectReferenceTargetFrameworkProperties: 2021-11-23T19:08:42.2521858Z (out) AssignedProjects '../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj' 2021-11-23T19:08:42.2526435Z Done executing task "GetReferenceNearestTargetFrameworkTask". 2021-11-23T19:08:42.2726145Z 5:7>_GetProjectReferenceTargetFrameworkProperties: 2021-11-23T19:08:42.2727321Z Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 2021-11-23T19:08:42.2729117Z And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;...' != '' and '.NETCoreApp,Version=v6.0' != '' 2021-11-23T19:08:42.2730362Z And 'true' != 'true' and '' != 'true'). 2021-11-23T19:08:42.2757771Z 5:7>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "ProjectB.Api.csproj". 2021-11-23T19:08:42.2759214Z 5:7>Target "ValidateExecutableReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.2821911Z Using "ValidateExecutableReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2823240Z Task "ValidateExecutableReferences" 2021-11-23T19:08:42.2823796Z Done executing task "ValidateExecutableReferences". 2021-11-23T19:08:42.2824272Z 5:7>Done building target "ValidateExecutableReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:42.2825194Z Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 2021-11-23T19:08:42.2825979Z and '$(BuildingInsideVisualStudio)' != 'true' 2021-11-23T19:08:42.2826726Z and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 2021-11-23T19:08:42.2827380Z and '' != 'true' 2021-11-23T19:08:42.2829243Z and '../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;...' != ''). 2021-11-23T19:08:42.2830171Z 5:7>Target "PrepareProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolveProjectReferences" depends on it): 2021-11-23T19:08:42.2831007Z 5:7>Done building target "PrepareProjectReferences" in project "ProjectB.Api.csproj". 2021-11-23T19:08:42.2832128Z 5:7>Target "ResolveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.2835018Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;...' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;...' != ''). 2021-11-23T19:08:42.2837882Z Task "MSBuild" 2021-11-23T19:08:42.2838392Z Global Properties: 2021-11-23T19:08:42.2838849Z Configuration=Release 2021-11-23T19:08:42.2839259Z Platform=AnyCPU 2021-11-23T19:08:42.2840359Z Removing Properties for project "../ProjectB.Application/ProjectB.Application.csproj": 2021-11-23T19:08:42.2840803Z TargetFramework 2021-11-23T19:08:42.2841124Z RuntimeIdentifier 2021-11-23T19:08:42.2841563Z Removing Properties for project "../ProjectB.Contracts/ProjectB.Contracts.csproj": 2021-11-23T19:08:42.2841994Z TargetFramework 2021-11-23T19:08:42.2842309Z RuntimeIdentifier 2021-11-23T19:08:42.2842767Z Removing Properties for project "../ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:42.2843190Z TargetFramework 2021-11-23T19:08:42.2843508Z RuntimeIdentifier 2021-11-23T19:08:42.2843931Z Removing Properties for project "../ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:42.2844361Z TargetFramework 2021-11-23T19:08:42.2844673Z RuntimeIdentifier 2021-11-23T19:08:42.2845116Z Removing Properties for project "../ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:42.2845557Z TargetFramework 2021-11-23T19:08:42.2845902Z RuntimeIdentifier 2021-11-23T19:08:42.2846344Z Removing Properties for project "../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:42.2846804Z TargetFramework 2021-11-23T19:08:42.2847140Z RuntimeIdentifier 2021-11-23T19:08:42.2847750Z Removing Properties for project "../ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:42.2848564Z TargetFramework 2021-11-23T19:08:42.2849188Z RuntimeIdentifier 2021-11-23T19:08:42.2849722Z Removing Properties for project "../../Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:42.2850266Z TargetFramework 2021-11-23T19:08:42.2850683Z RuntimeIdentifier 2021-11-23T19:08:42.2851864Z 5:7>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Api/ProjectB.Api.csproj" (5:7) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:10) on node 1 (default targets). 2021-11-23T19:08:42.2854164Z 4:10>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.2855409Z 4:10>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2856851Z Using "AllowEmptyTelemetry" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2857372Z Task "AllowEmptyTelemetry" 2021-11-23T19:08:42.2857753Z Done executing task "AllowEmptyTelemetry". 2021-11-23T19:08:42.2858207Z 4:10>Done building target "_CollectTargetFrameworkForTelemetry" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2859648Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.2864136Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.2865290Z 4:10>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2866374Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:42.2866896Z 4:10>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2868239Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:42.2869340Z 4:10>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2870936Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:42.2871663Z 4:10>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2872549Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:42.2873675Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:42.2874963Z Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:42.2876641Z Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:42.2877883Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.2879430Z Target "_CheckForUnsupportedAppHostUsage" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '' == 'true'). 2021-11-23T19:08:42.2880434Z 4:10>Target "_CheckForUnsupportedHostingUsage" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2881763Z Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 2021-11-23T19:08:42.2882503Z 4:10>Done building target "_CheckForUnsupportedHostingUsage" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2883734Z Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 2021-11-23T19:08:42.2884911Z 4:10>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2887155Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:42.2888296Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:42.2889316Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:42.2889941Z 4:10>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2890766Z Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 2021-11-23T19:08:42.2891662Z 4:10>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:42.2892755Z Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:42.2893352Z 4:10>Done building target "_GetProjectJsonPath" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2894634Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.2896635Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.2897988Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:42.2899758Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:42.2900623Z 4:10>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:42.2942829Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2943697Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:42.2944040Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:42.2944870Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:42.2945336Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:42.2945673Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:42.2946515Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:42.2947003Z 4:10>Done building target "UpdateAspNetToFrameworkReference" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2948033Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.2949048Z 4:10>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:42.2950078Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2950548Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:42.2950878Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:42.2951266Z 4:10>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2951984Z 4:10>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.2952767Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2953177Z Task "ApplyImplicitVersions" 2021-11-23T19:08:42.2953441Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:42.2953795Z 4:10>Done building target "ApplyImplicitVersions" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2954203Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:42.2955116Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:42.2956772Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:42.2958541Z 4:10>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.2959429Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2959921Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:42.2960271Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:42.2960748Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2961362Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:42.2961816Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:42.2962496Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2962920Z Task "ResolveAppHosts" 2021-11-23T19:08:42.2963198Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:42.2963561Z 4:10>Done building target "ProcessFrameworkReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2964673Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.2966132Z 4:10>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.2967144Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:42.2967641Z 4:10>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2968291Z 4:10>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:42.2968925Z 4:10>Done building target "CollectPackageReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2969582Z 4:10>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 2021-11-23T19:08:42.2970257Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:42.2970721Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:42.2971172Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:42.2971707Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application' 2021-11-23T19:08:42.2972232Z (in) MSBuildProjectName 'ProjectB.Application' 2021-11-23T19:08:42.2972650Z (in) ProjectJsonPath '' 2021-11-23T19:08:42.2973054Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:42.2973517Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:42.2973959Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:42.2974251Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:42.2974616Z 4:10>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2975290Z 4:10>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2975983Z 4:10>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2976396Z Target "ApplyImplicitVersions" skipped. Previously built successfully. 2021-11-23T19:08:42.2976779Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:42.2977496Z 4:10>Target "CheckForDuplicateItems" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.2978277Z Using "CheckForDuplicateItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.2978737Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.2979019Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.2979400Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.2979687Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.2979965Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.2980227Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.2980636Z 4:10>Done building target "CheckForDuplicateItems" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.2996165Z Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.2996958Z Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 2021-11-23T19:08:42.2998210Z Target "_WarnWhenUsingNET6AndVSPriorTo17" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(VisualStudioVersion), '17.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '6.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:42.3004176Z Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')). 2021-11-23T19:08:42.3012521Z Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == ''). 2021-11-23T19:08:42.3013580Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.3014646Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.3015600Z 4:10>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:42.3016487Z Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.3017199Z Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.3017582Z Task "Message" 2021-11-23T19:08:42.3017803Z Configuration=Release 2021-11-23T19:08:42.3026547Z Done executing task "Message". 2021-11-23T19:08:42.3026837Z Task "Message" 2021-11-23T19:08:42.3027052Z Platform=AnyCPU 2021-11-23T19:08:42.3027298Z Done executing task "Message". 2021-11-23T19:08:42.3028728Z Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release/net6.0/' != '' and !HasTrailingSlash('bin\Release/net6.0/')). 2021-11-23T19:08:42.3029784Z Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net6.0/' != '' and !HasTrailingSlash('obj/Release/net6.0/')). 2021-11-23T19:08:42.3030847Z Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 2021-11-23T19:08:42.3033767Z Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/' != '' And '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/' ). 2021-11-23T19:08:42.3035506Z Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/' ). 2021-11-23T19:08:42.3036735Z 4:10>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3037772Z 4:10>Target "ValidateCommandLineProperties" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:42.3039346Z Task "NETSdkWarning" skipped, due to false condition; ('$(_CommandLineDefinedSelfContained)' != 'true' and 2021-11-23T19:08:42.3040270Z '$(_CommandLineDefinedRuntimeIdentifier)' == 'true' and 2021-11-23T19:08:42.3041235Z '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and 2021-11-23T19:08:42.3042244Z $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '6.0'))) was evaluated as ('' != 'true' and 2021-11-23T19:08:42.3042803Z '' == 'true' and 2021-11-23T19:08:42.3043258Z '.NETCoreApp' == '.NETCoreApp' and 2021-11-23T19:08:42.3043537Z True). 2021-11-23T19:08:42.3043880Z 4:10>Done building target "ValidateCommandLineProperties" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3044503Z 4:10>Target "BeforeBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "Build" depends on it): 2021-11-23T19:08:42.3045088Z 4:10>Done building target "BeforeBuild" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3045859Z Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 2021-11-23T19:08:42.3046614Z 4:10>Target "BuildOnlySettings" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.3047232Z 4:10>Done building target "BuildOnlySettings" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3047925Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.3049292Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.3050674Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.3051488Z 4:10>Target "GetFrameworkPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:42.3052183Z 4:10>Done building target "GetFrameworkPaths" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3052875Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.3054405Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.3055571Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.3056341Z 4:10>Target "GetReferenceAssemblyPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:42.3057123Z 4:10>Done building target "GetReferenceAssemblyPaths" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3057798Z Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.3058435Z 4:10>Target "PrepareForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.3058953Z Task "FindAppConfigFile" 2021-11-23T19:08:42.3059213Z Done executing task "FindAppConfigFile". 2021-11-23T19:08:42.3059459Z Task "MakeDir" 2021-11-23T19:08:42.3059691Z Creating directory "bin/Release/net6.0/". 2021-11-23T19:08:42.3059978Z Creating directory "obj/Release/net6.0/". 2021-11-23T19:08:42.3060330Z Creating directory "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/obj/Release/net6.0/ref/". 2021-11-23T19:08:42.3060679Z Creating directory "bin/Release/net6.0/ref". 2021-11-23T19:08:42.3061131Z Done executing task "MakeDir". 2021-11-23T19:08:42.3061428Z 4:10>Done building target "PrepareForBuild" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3062053Z 4:10>Target "GenerateGlobalUsings" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.3062752Z Using "GenerateGlobalUsings" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3063147Z Task "GenerateGlobalUsings" 2021-11-23T19:08:42.3063391Z Done executing task "GenerateGlobalUsings". 2021-11-23T19:08:42.3063647Z Task "WriteLinesToFile" 2021-11-23T19:08:42.3063897Z Done executing task "WriteLinesToFile". 2021-11-23T19:08:42.3064354Z 4:10>Done building target "GenerateGlobalUsings" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3065005Z Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.3065651Z 4:10>Target "BeforeResolveReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.3066248Z 4:10>Done building target "BeforeResolveReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3066624Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.3067271Z 4:10>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:42.3067941Z 4:10>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3068589Z 4:10>Target "_ComputePackageReferencePublish" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:42.3069250Z 4:10>Done building target "_ComputePackageReferencePublish" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3069996Z Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 2021-11-23T19:08:42.3070520Z ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 2021-11-23T19:08:42.3071141Z Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.0' == '' And 2021-11-23T19:08:42.3071678Z ('C#' == 'C#' Or 'C#' == 'VB') And 2021-11-23T19:08:42.3072208Z Exists('/usr/share/dotnet/sdk/6.0.100/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 2021-11-23T19:08:42.3098626Z 4:10>Target "ResolvePackageAssets" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:42.3099639Z Using "ResolvePackageAssets" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3100035Z Task "ResolvePackageAssets" 2021-11-23T19:08:42.3100370Z Done executing task "ResolvePackageAssets". 2021-11-23T19:08:42.3100916Z 4:10>Done building target "ResolvePackageAssets" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3102084Z Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 2021-11-23T19:08:42.3102766Z '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 2021-11-23T19:08:42.3103782Z '' == 'true'). 2021-11-23T19:08:42.3104108Z 6:13>_GetProjectReferenceTargetFrameworkProperties: 2021-11-23T19:08:42.3104803Z Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 2021-11-23T19:08:42.3106048Z And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj' != '' and '.NETCoreApp,Version=v6.0' != '' 2021-11-23T19:08:42.3107195Z And 'true' != 'true' and '' != 'true'). 2021-11-23T19:08:42.3107905Z 4:10>Target "_CheckForTransitiveWindowsDesktopDependencies" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:42.3108861Z 4:10>Task "NetSdkError" skipped, due to false condition; ('@(_WindowsDesktopTransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3109331Z 4:10>Done building target "_CheckForTransitiveWindowsDesktopDependencies" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3110042Z 4:10>Target "AddTransitiveFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:42.3110736Z 4:10>Done building target "AddTransitiveFrameworkReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3111420Z 4:10>Target "ResolveLockFileReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.3112296Z Using "JoinItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3112648Z Task "JoinItems" 2021-11-23T19:08:42.3112981Z 6:13>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.3113326Z 4:10>Done executing task "JoinItems". 2021-11-23T19:08:42.3113639Z 4:10>Done building target "ResolveLockFileReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3114007Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.3114655Z 4:10>Target "ResolveLockFileAnalyzers" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.3115327Z 4:10>Done building target "ResolveLockFileAnalyzers" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3115696Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.3116336Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3117382Z 4:10>Target "ResolveLockFileCopyLocalFiles" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.3118117Z 4:10>Done building target "ResolveLockFileCopyLocalFiles" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3118754Z Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3119605Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3120035Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.3120679Z 4:10>Target "IncludeTransitiveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.3121379Z 4:10>Done building target "IncludeTransitiveProjectReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3122076Z 4:10>Target "ResolvePackageDependenciesForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "AssignProjectConfiguration" depends on it): 2021-11-23T19:08:42.3122767Z 4:10>Done building target "ResolvePackageDependenciesForBuild" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3123634Z 4:10>Target "AssignProjectConfiguration" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.3124187Z Task "AssignProjectConfiguration" 2021-11-23T19:08:42.3125484Z Project reference "../ProjectB.Domain/ProjectB.Domain.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.3126156Z Project reference "../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.3126664Z Project reference "../ProjectB.Persistence/ProjectB.Persistence.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.3127117Z Project reference "../ProjectB.Core/ProjectB.Core.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.3127581Z Project reference "../ProjectB.Exceptions/ProjectB.Exceptions.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.3128053Z Project reference "../../Geography/Geography.Mocks/Geography.Mocks.csproj" has been assigned the "Release|AnyCPU" configuration. 2021-11-23T19:08:42.3128417Z Done executing task "AssignProjectConfiguration". 2021-11-23T19:08:42.3128766Z 4:10>Done building target "AssignProjectConfiguration" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3129406Z Target "AssignProjectConfiguration" skipped. Previously built successfully. 2021-11-23T19:08:42.3131840Z 4:10>Target "_SplitProjectReferencesByFileExistence" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.3213153Z Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and '../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;...'!=''). 2021-11-23T19:08:42.3213990Z 4:10>Done building target "_SplitProjectReferencesByFileExistence" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3261320Z 4:10>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 2021-11-23T19:08:42.3262342Z 4:10>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3263025Z 4:10>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.3263579Z Task "MSBuild" 2021-11-23T19:08:42.3263803Z Global Properties: 2021-11-23T19:08:42.3264048Z Configuration=Release 2021-11-23T19:08:42.3264261Z Platform=AnyCPU 2021-11-23T19:08:42.3264497Z Removing Properties: 2021-11-23T19:08:42.3264736Z TargetFramework 2021-11-23T19:08:42.3264947Z RuntimeIdentifier 2021-11-23T19:08:42.3265599Z 4:10>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:10) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:11) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3268337Z 3:11>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.3268754Z 3:11>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3269446Z 4:10>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:10) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (20:10) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3270226Z 20:10>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.3270657Z 20:10>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3281628Z 4:10>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:10) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (6:14) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3285995Z 6:14>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.3286497Z 6:14>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3287311Z 4:10>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:10) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (13:11) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3287914Z 13:11>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.3288330Z 13:11>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Core/ProjectB.Core.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3288981Z 4:10>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:10) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (19:10) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3289574Z 19:10>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.3290146Z 19:10>Done Building Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Exceptions/ProjectB.Exceptions.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3290986Z 4:10>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:10) is building "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (18:10) on node 1 (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3291537Z 18:10>Target "GetTargetFrameworks" skipped. Previously built successfully. 2021-11-23T19:08:42.3291937Z 18:10>Done Building Project "/home/vsts/work/1/s/src/Geography/Geography.Mocks/Geography.Mocks.csproj" (GetTargetFrameworks target(s)). 2021-11-23T19:08:42.3292295Z 4:10>Done executing task "MSBuild". 2021-11-23T19:08:42.3293316Z Using "GetReferenceNearestTargetFrameworkTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:42.3293694Z Task "GetReferenceNearestTargetFrameworkTask" 2021-11-23T19:08:42.3294303Z (in) CurrentProjectTargetFramework '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:42.3294753Z (in) CurrentProjectTargetPlatform '' 2021-11-23T19:08:42.3295387Z (in) FallbackTargetFrameworks 'net461;net462;net47;net471;net472;net48' 2021-11-23T19:08:42.3296451Z (in) AnnotatedProjectReferences '../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj;../../Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:42.3297945Z (out) AssignedProjects '../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj;../../Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:42.3298787Z Done executing task "GetReferenceNearestTargetFrameworkTask". 2021-11-23T19:08:42.3299542Z Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 2021-11-23T19:08:42.3301068Z And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;...' != '' and '.NETCoreApp,Version=v6.0' != '' 2021-11-23T19:08:42.3302251Z And 'true' != 'true' and '' != 'true'). 2021-11-23T19:08:42.3302690Z 4:10>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3303374Z 4:10>Target "ValidateExecutableReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.3304085Z Using "ValidateExecutableReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3304492Z Task "ValidateExecutableReferences" 2021-11-23T19:08:42.3304776Z Done executing task "ValidateExecutableReferences". 2021-11-23T19:08:42.3305129Z 4:10>Done building target "ValidateExecutableReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3305752Z Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 2021-11-23T19:08:42.3306492Z and '$(BuildingInsideVisualStudio)' != 'true' 2021-11-23T19:08:42.3307043Z and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 2021-11-23T19:08:42.3308473Z and '' != 'true' 2021-11-23T19:08:42.3309276Z and '../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;...' != ''). 2021-11-23T19:08:42.3332369Z 4:10>Target "PrepareProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolveProjectReferences" depends on it): 2021-11-23T19:08:42.3333113Z 4:10>Done building target "PrepareProjectReferences" in project "ProjectB.Application.csproj". 2021-11-23T19:08:42.3333750Z 4:10>Target "ResolveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.3335986Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;...' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;...' != ''). 2021-11-23T19:08:42.3343065Z Task "MSBuild" 2021-11-23T19:08:42.3343546Z Global Properties: 2021-11-23T19:08:42.3343892Z Configuration=Release 2021-11-23T19:08:42.3344188Z Platform=AnyCPU 2021-11-23T19:08:42.3345086Z Removing Properties for project "../ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:42.3352598Z TargetFramework 2021-11-23T19:08:42.3352817Z RuntimeIdentifier 2021-11-23T19:08:42.3353164Z Removing Properties for project "../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:42.3353524Z TargetFramework 2021-11-23T19:08:42.3354834Z RuntimeIdentifier 2021-11-23T19:08:42.3355193Z Removing Properties for project "../ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:42.3355542Z TargetFramework 2021-11-23T19:08:42.3355762Z RuntimeIdentifier 2021-11-23T19:08:42.3356088Z Removing Properties for project "../ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:42.3356578Z TargetFramework 2021-11-23T19:08:42.3356823Z RuntimeIdentifier 2021-11-23T19:08:42.3357176Z Removing Properties for project "../ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:42.3357508Z TargetFramework 2021-11-23T19:08:42.3357754Z RuntimeIdentifier 2021-11-23T19:08:42.3358081Z Removing Properties for project "../../Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:42.3358424Z TargetFramework 2021-11-23T19:08:42.3358673Z RuntimeIdentifier 2021-11-23T19:08:42.3359210Z 4:10>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Application/ProjectB.Application.csproj" (4:10) is building "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (3:12) on node 1 (default targets). 2021-11-23T19:08:42.3360834Z 3:12>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.3362875Z 3:12>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.3363677Z Using "AllowEmptyTelemetry" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3366718Z Task "AllowEmptyTelemetry" 2021-11-23T19:08:42.3367052Z Done executing task "AllowEmptyTelemetry". 2021-11-23T19:08:42.3367399Z 3:12>Done building target "_CollectTargetFrameworkForTelemetry" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3373556Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.3376995Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.3380566Z 3:12>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.3390441Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:42.3390981Z 3:12>Done building target "_CheckForUnsupportedNETCoreVersion" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3395275Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:42.3398351Z 3:12>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.3401749Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:42.3402521Z 3:12>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3405350Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:42.3406518Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:42.3411874Z Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:42.3418113Z Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:42.3425677Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.3426726Z Target "_CheckForUnsupportedAppHostUsage" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '' == 'true'). 2021-11-23T19:08:42.3431083Z 3:12>Target "_CheckForUnsupportedHostingUsage" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.3434975Z Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 2021-11-23T19:08:42.3435489Z 3:12>Done building target "_CheckForUnsupportedHostingUsage" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3438401Z Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 2021-11-23T19:08:42.3440578Z 3:12>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.3448808Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:42.3450068Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:42.3451098Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:42.3451704Z 3:12>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3452700Z Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 2021-11-23T19:08:42.3453626Z 3:12>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:42.3454663Z Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:42.3455199Z 3:12>Done building target "_GetProjectJsonPath" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3456422Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.3457589Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.3458501Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:42.3459577Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:42.3460324Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3461567Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.3462753Z 3:12>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.3463579Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3464048Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:42.3464374Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:42.3464753Z 3:12>Done building target "CheckForImplicitPackageReferenceOverrides" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3465658Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:42.3467280Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:42.3468509Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3469208Z 3:12>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.3469962Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3470396Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:42.3470694Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:42.3471113Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3471512Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:42.3471786Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:42.3472174Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3472728Z Task "ResolveAppHosts" 2021-11-23T19:08:42.3486881Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:42.3495664Z 3:12>Done building target "ProcessFrameworkReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3498414Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.3499452Z 3:12>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.3500475Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:42.3501130Z 3:12>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3501723Z 3:12>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:42.3502304Z 3:12>Done building target "CollectPackageReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3502909Z 3:12>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 2021-11-23T19:08:42.3503710Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:42.3504068Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:42.3504519Z (in) HasPackageReferenceItems 'False' 2021-11-23T19:08:42.3505046Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain' 2021-11-23T19:08:42.3505555Z (in) MSBuildProjectName 'ProjectB.Domain' 2021-11-23T19:08:42.3505966Z (in) ProjectJsonPath '' 2021-11-23T19:08:42.3506599Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:42.3507079Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:42.3507525Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:42.3507820Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:42.3508344Z 3:12>Done building target "_GetRestoreProjectStyle" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3508946Z 3:12>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.3509596Z 3:12>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3510228Z Target "ApplyImplicitVersions" skipped, due to false condition; ('@(PackageReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3510661Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:42.3511307Z 3:12>Target "CheckForDuplicateItems" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.3512051Z Using "CheckForDuplicateItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3512638Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.3512905Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.3513154Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.3513419Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.3513673Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.3513938Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.3514269Z 3:12>Done building target "CheckForDuplicateItems" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3521925Z Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3522705Z Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 2021-11-23T19:08:42.3523867Z Target "_WarnWhenUsingNET6AndVSPriorTo17" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(VisualStudioVersion), '17.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '6.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:42.3525386Z Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')). 2021-11-23T19:08:42.3528888Z Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == ''). 2021-11-23T19:08:42.3529684Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.3530655Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.3532702Z 3:12>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:42.3533657Z Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.3534383Z Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.3534756Z Task "Message" 2021-11-23T19:08:42.3534982Z Configuration=Release 2021-11-23T19:08:42.3535237Z Done executing task "Message". 2021-11-23T19:08:42.3535465Z Task "Message" 2021-11-23T19:08:42.3535695Z Platform=AnyCPU 2021-11-23T19:08:42.3535941Z Done executing task "Message". 2021-11-23T19:08:42.3536630Z Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release/net6.0/' != '' and !HasTrailingSlash('bin\Release/net6.0/')). 2021-11-23T19:08:42.3538635Z Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net6.0/' != '' and !HasTrailingSlash('obj/Release/net6.0/')). 2021-11-23T19:08:42.3539734Z Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 2021-11-23T19:08:42.3543453Z Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/' != '' And '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/' ). 2021-11-23T19:08:42.3545619Z Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/' ). 2021-11-23T19:08:42.3546708Z 3:12>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3547560Z 3:12>Target "ValidateCommandLineProperties" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:42.3548685Z Task "NETSdkWarning" skipped, due to false condition; ('$(_CommandLineDefinedSelfContained)' != 'true' and 2021-11-23T19:08:42.3549430Z '$(_CommandLineDefinedRuntimeIdentifier)' == 'true' and 2021-11-23T19:08:42.3550113Z '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and 2021-11-23T19:08:42.3550935Z $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '6.0'))) was evaluated as ('' != 'true' and 2021-11-23T19:08:42.3551804Z '' == 'true' and 2021-11-23T19:08:42.3552499Z '.NETCoreApp' == '.NETCoreApp' and 2021-11-23T19:08:42.3553305Z True). 2021-11-23T19:08:42.3553765Z 3:12>Done building target "ValidateCommandLineProperties" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3554773Z 3:12>Target "BeforeBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "Build" depends on it): 2021-11-23T19:08:42.3555413Z 3:12>Done building target "BeforeBuild" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3556269Z Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 2021-11-23T19:08:42.3557067Z 3:12>Target "BuildOnlySettings" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.3557731Z 3:12>Done building target "BuildOnlySettings" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3558653Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.3560104Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.3561784Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.3562647Z 3:12>Target "GetFrameworkPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:42.3563377Z 3:12>Done building target "GetFrameworkPaths" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3564291Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.3565877Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.3567145Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.3567969Z 3:12>Target "GetReferenceAssemblyPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:42.3568675Z 3:12>Done building target "GetReferenceAssemblyPaths" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3569354Z Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.3570050Z 3:12>Target "PrepareForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.3570754Z Task "FindAppConfigFile" 2021-11-23T19:08:42.3571040Z Done executing task "FindAppConfigFile". 2021-11-23T19:08:42.3571288Z Task "MakeDir" 2021-11-23T19:08:42.3571557Z Creating directory "bin/Release/net6.0/". 2021-11-23T19:08:42.3571858Z Creating directory "obj/Release/net6.0/". 2021-11-23T19:08:42.3572220Z Creating directory "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/obj/Release/net6.0/ref/". 2021-11-23T19:08:42.3572604Z Creating directory "bin/Release/net6.0/ref". 2021-11-23T19:08:42.3572902Z Done executing task "MakeDir". 2021-11-23T19:08:42.3573220Z 3:12>Done building target "PrepareForBuild" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3573950Z 3:12>Target "GenerateGlobalUsings" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.3574889Z Using "GenerateGlobalUsings" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3575306Z Task "GenerateGlobalUsings" 2021-11-23T19:08:42.3575597Z Done executing task "GenerateGlobalUsings". 2021-11-23T19:08:42.3575885Z Task "WriteLinesToFile" 2021-11-23T19:08:42.3576149Z Done executing task "WriteLinesToFile". 2021-11-23T19:08:42.3576508Z 3:12>Done building target "GenerateGlobalUsings" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3577302Z Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.3578044Z 3:12>Target "BeforeResolveReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.3578849Z 3:12>Done building target "BeforeResolveReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3579248Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.3579907Z 3:12>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:42.3580621Z 3:12>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3581484Z 3:12>Target "_ComputePackageReferencePublish" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:42.3582185Z 3:12>Done building target "_ComputePackageReferencePublish" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3582830Z Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 2021-11-23T19:08:42.3583415Z ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 2021-11-23T19:08:42.3584070Z Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.0' == '' And 2021-11-23T19:08:42.3584651Z ('C#' == 'C#' Or 'C#' == 'VB') And 2021-11-23T19:08:42.3585245Z Exists('/usr/share/dotnet/sdk/6.0.100/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 2021-11-23T19:08:42.3586270Z 3:12>Target "ResolvePackageAssets" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:42.3587016Z Using "ResolvePackageAssets" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3587423Z Task "ResolvePackageAssets" 2021-11-23T19:08:42.3588028Z 6:13>Target "ValidateExecutableReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.3588790Z 6:13>Using "ValidateExecutableReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3589218Z Task "ValidateExecutableReferences" 2021-11-23T19:08:42.3589510Z Done executing task "ValidateExecutableReferences". 2021-11-23T19:08:42.3589866Z 6:13>Done building target "ValidateExecutableReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.3590562Z Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 2021-11-23T19:08:42.3591186Z and '$(BuildingInsideVisualStudio)' != 'true' 2021-11-23T19:08:42.3591741Z and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 2021-11-23T19:08:42.3592397Z and '' != 'true' 2021-11-23T19:08:42.3593020Z and '../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj' != ''). 2021-11-23T19:08:42.3593742Z 6:13>Target "PrepareProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolveProjectReferences" depends on it): 2021-11-23T19:08:42.3594598Z 6:13>Done building target "PrepareProjectReferences" in project "ProjectB.Persistence.csproj". 2021-11-23T19:08:42.3595267Z 6:13>Target "ResolveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Persistence/ProjectB.Persistence.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.3597229Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj' != ''). 2021-11-23T19:08:42.3598268Z Task "MSBuild" 2021-11-23T19:08:42.3598503Z Global Properties: 2021-11-23T19:08:42.3598939Z Configuration=Release 2021-11-23T19:08:42.3599183Z Platform=AnyCPU 2021-11-23T19:08:42.3599497Z Removing Properties for project "../ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:42.3599822Z TargetFramework 2021-11-23T19:08:42.3600060Z RuntimeIdentifier 2021-11-23T19:08:42.3600511Z Removing Properties for project "../ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:42.3600858Z TargetFramework 2021-11-23T19:08:42.3601098Z RuntimeIdentifier 2021-11-23T19:08:42.3601351Z 3:12>Done executing task "ResolvePackageAssets". 2021-11-23T19:08:42.3601701Z 3:12>Done building target "ResolvePackageAssets" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3602422Z Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 2021-11-23T19:08:42.3603123Z '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 2021-11-23T19:08:42.3603633Z '' == 'true'). 2021-11-23T19:08:42.3604801Z Target "_CheckForTransitiveWindowsDesktopDependencies" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(TargetPlatformIdentifier)' != 'Windows' and '@(TransitiveFrameworkReference)' != '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' != 'Windows' and '' != ''). 2021-11-23T19:08:42.3606117Z Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3606905Z 3:12>Target "ResolveLockFileReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.3607822Z Using "JoinItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3608220Z Task "JoinItems" 2021-11-23T19:08:42.3608653Z Done executing task "JoinItems". 2021-11-23T19:08:42.3608977Z 3:12>Done building target "ResolveLockFileReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3609358Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.3610029Z 3:12>Target "ResolveLockFileAnalyzers" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.3610710Z 3:12>Done building target "ResolveLockFileAnalyzers" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3611096Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.3611763Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3612540Z 3:12>Target "ResolveLockFileCopyLocalFiles" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.3613239Z 3:12>Done building target "ResolveLockFileCopyLocalFiles" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3613883Z Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3614583Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3615035Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.3615705Z 3:12>Target "IncludeTransitiveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.3616539Z 3:12>Done building target "IncludeTransitiveProjectReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3617255Z 3:12>Target "ResolvePackageDependenciesForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "AssignProjectConfiguration" depends on it): 2021-11-23T19:08:42.3617971Z 3:12>Done building target "ResolvePackageDependenciesForBuild" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3618614Z 3:12>Target "AssignProjectConfiguration" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.3619163Z Task "AssignProjectConfiguration" 2021-11-23T19:08:42.3619651Z Done executing task "AssignProjectConfiguration". 2021-11-23T19:08:42.3620035Z 3:12>Done building target "AssignProjectConfiguration" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3620409Z Target "AssignProjectConfiguration" skipped. Previously built successfully. 2021-11-23T19:08:42.3621327Z 3:12>Target "_SplitProjectReferencesByFileExistence" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.3622589Z Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!=''). 2021-11-23T19:08:42.3623168Z 3:12>Done building target "_SplitProjectReferencesByFileExistence" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3623856Z 3:12>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 2021-11-23T19:08:42.3624566Z 3:12>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3625248Z 3:12>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.3625813Z Task "MSBuild" 2021-11-23T19:08:42.3626057Z Done executing task "MSBuild". 2021-11-23T19:08:42.3626776Z Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 2021-11-23T19:08:42.3627849Z And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' == 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v6.0' != '' 2021-11-23T19:08:42.3628679Z And 'true' == 'true' and '' != 'true'). 2021-11-23T19:08:42.3630250Z Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 2021-11-23T19:08:42.3632172Z And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v6.0' != '' 2021-11-23T19:08:42.3633905Z And 'true' != 'true' and '' != 'true'). 2021-11-23T19:08:42.3634626Z 3:12>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3635579Z 3:12>Target "ValidateExecutableReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.3636600Z Using "ValidateExecutableReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3637215Z Task "ValidateExecutableReferences" 2021-11-23T19:08:42.3637529Z Done executing task "ValidateExecutableReferences". 2021-11-23T19:08:42.3637916Z 3:12>Done building target "ValidateExecutableReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3638601Z Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 2021-11-23T19:08:42.3639222Z and '$(BuildingInsideVisualStudio)' != 'true' 2021-11-23T19:08:42.3639824Z and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 2021-11-23T19:08:42.3640485Z and '' != 'true' 2021-11-23T19:08:42.3640930Z and '' != ''). 2021-11-23T19:08:42.3641546Z 3:12>Target "PrepareProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveProjectReferences" depends on it): 2021-11-23T19:08:42.3642232Z 3:12>Done building target "PrepareProjectReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3643690Z 3:12>Target "ResolveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.3645835Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '' != ''). 2021-11-23T19:08:42.3648988Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and '' != 'true' and 'true' == 'true' and '' != ''). 2021-11-23T19:08:42.3650808Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' == 'true' and '' != ''). 2021-11-23T19:08:42.3651868Z Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('' != '' and '' != ''). 2021-11-23T19:08:42.3652560Z 3:12>Done building target "ResolveProjectReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3653637Z Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.3654613Z Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.3655047Z Target "ResolveProjectReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.3656182Z Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.3656673Z Target "GetFrameworkPaths" skipped. Previously built successfully. 2021-11-23T19:08:42.3657034Z Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 2021-11-23T19:08:42.3657373Z Target "PrepareForBuild" skipped. Previously built successfully. 2021-11-23T19:08:42.3657983Z Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.3658652Z 3:12>Target "ResolveSDKReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveAssemblyReferences" depends on it): 2021-11-23T19:08:42.3659503Z Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.3660122Z 3:12>Done building target "ResolveSDKReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3660502Z Target "ResolveSDKReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.3782683Z 3:12>Target "ExpandSDKReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveAssemblyReferences" depends on it): 2021-11-23T19:08:42.3783853Z Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.3784334Z 3:12>Done building target "ExpandSDKReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3784733Z Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 2021-11-23T19:08:42.3785459Z Target "GetFrameworkPaths" skipped. Previously built successfully. 2021-11-23T19:08:42.3786237Z Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 2021-11-23T19:08:42.3786906Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.3787330Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.3788147Z 3:12>Target "ResolveFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveTargetingPackAssets" depends on it): 2021-11-23T19:08:42.3789239Z Using "GetPackageDirectory" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3789866Z Task "GetPackageDirectory" 2021-11-23T19:08:42.3790161Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.3790632Z Task "GetPackageDirectory" 2021-11-23T19:08:42.3791070Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.3791349Z Task "GetPackageDirectory" 2021-11-23T19:08:42.3791837Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.3792106Z Task "GetPackageDirectory" 2021-11-23T19:08:42.3792387Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.3792664Z Task "GetPackageDirectory" 2021-11-23T19:08:42.3792927Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.3793206Z Task "GetPackageDirectory" 2021-11-23T19:08:42.3793472Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.3793748Z Task "GetPackageDirectory" 2021-11-23T19:08:42.3794027Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.3794286Z Task "GetPackageDirectory" 2021-11-23T19:08:42.3794569Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.3795006Z Using "ResolveFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3795448Z Task "ResolveFrameworkReferences" 2021-11-23T19:08:42.3795750Z Done executing task "ResolveFrameworkReferences". 2021-11-23T19:08:42.3796128Z 3:12>Done building target "ResolveFrameworkReferences" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.3797010Z 3:12>Target "ResolveTargetingPackAssets" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "_HandlePackageFileConflicts" depends on it): 2021-11-23T19:08:42.3797993Z Using "ResolveTargetingPackAssets" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.3798585Z Task "ResolveTargetingPackAssets" 2021-11-23T19:08:42.3798864Z 2:6>Done executing task "MSBuild". 2021-11-23T19:08:42.3799233Z Using "GetReferenceNearestTargetFrameworkTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:42.3799639Z Task "GetReferenceNearestTargetFrameworkTask" 2021-11-23T19:08:42.3800204Z (in) CurrentProjectTargetFramework '.NETCoreApp,Version=v6.0' 2021-11-23T19:08:42.3800829Z (in) CurrentProjectTargetPlatform '' 2021-11-23T19:08:42.3801507Z (in) FallbackTargetFrameworks 'net461;net462;net47;net471;net472;net48' 2021-11-23T19:08:42.3803887Z (in) AnnotatedProjectReferences '../../EM.Shared/EM.Shared.csproj;../ProjectB.Api/ProjectB.Api.csproj;../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj;../../Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:42.4024058Z (out) AssignedProjects '../../EM.Shared/EM.Shared.csproj;../ProjectB.Api/ProjectB.Api.csproj;../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj;../ProjectB.Persistence/ProjectB.Persistence.csproj;../ProjectB.Application/ProjectB.Application.csproj;../ProjectB.Contracts/ProjectB.Contracts.csproj;../ProjectB.Core/ProjectB.Core.csproj;../ProjectB.Domain/ProjectB.Domain.csproj;../ProjectB.Exceptions/ProjectB.Exceptions.csproj;../../Geography/Geography.Mocks/Geography.Mocks.csproj' 2021-11-23T19:08:42.4025232Z Done executing task "GetReferenceNearestTargetFrameworkTask". 2021-11-23T19:08:42.4026149Z Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 2021-11-23T19:08:42.4030731Z And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('../../EM.Shared/EM.Shared.csproj;../ProjectB.Api/ProjectB.Api.csproj;../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;...' != '' and '.NETCoreApp,Version=v6.0' != '' 2021-11-23T19:08:42.4032977Z And 'true' != 'true' and '' != 'true'). 2021-11-23T19:08:42.4033454Z 2:6>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.4034158Z 2:6>Target "ValidateExecutableReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.4042152Z Using "ValidateExecutableReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4043522Z Task "ValidateExecutableReferences" 2021-11-23T19:08:42.4044665Z Done executing task "ValidateExecutableReferences". 2021-11-23T19:08:42.4045062Z 2:6>Done building target "ValidateExecutableReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.4049388Z Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 2021-11-23T19:08:42.4051204Z and '$(BuildingInsideVisualStudio)' != 'true' 2021-11-23T19:08:42.4052742Z and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 2021-11-23T19:08:42.4054188Z and '' != 'true' 2021-11-23T19:08:42.4055826Z and '../../EM.Shared/EM.Shared.csproj;../ProjectB.Api/ProjectB.Api.csproj;../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;...' != ''). 2021-11-23T19:08:42.4058563Z 2:6>Target "PrepareProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolveProjectReferences" depends on it): 2021-11-23T19:08:42.4060096Z 2:6>Done building target "PrepareProjectReferences" in project "ProjectB.Host.csproj". 2021-11-23T19:08:42.4061947Z 2:6>Target "ResolveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.4066839Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../../EM.Shared/EM.Shared.csproj;../ProjectB.Api/ProjectB.Api.csproj;../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;...' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '../../EM.Shared/EM.Shared.csproj;../ProjectB.Api/ProjectB.Api.csproj;../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj;...' != ''). 2021-11-23T19:08:42.4069390Z Task "MSBuild" 2021-11-23T19:08:42.4070573Z Global Properties: 2021-11-23T19:08:42.4071143Z Configuration=Release 2021-11-23T19:08:42.4072105Z Platform=AnyCPU 2021-11-23T19:08:42.4073969Z Removing Properties: 2021-11-23T19:08:42.4074238Z WebPublishProfileFile 2021-11-23T19:08:42.4074534Z Removing Properties for project "../../EM.Shared/EM.Shared.csproj": 2021-11-23T19:08:42.4074839Z TargetFramework 2021-11-23T19:08:42.4075062Z RuntimeIdentifier 2021-11-23T19:08:42.4075391Z Removing Properties for project "../ProjectB.Api/ProjectB.Api.csproj": 2021-11-23T19:08:42.4075711Z TargetFramework 2021-11-23T19:08:42.4075932Z RuntimeIdentifier 2021-11-23T19:08:42.4076300Z Removing Properties for project "../ProjectB.Database.Migrations/ProjectB.Database.Migrations.csproj": 2021-11-23T19:08:42.4076673Z TargetFramework 2021-11-23T19:08:42.4076897Z RuntimeIdentifier 2021-11-23T19:08:42.4077261Z Removing Properties for project "../ProjectB.ExternalIntegration/ProjectB.ExternalIntegration.csproj": 2021-11-23T19:08:42.4077628Z TargetFramework 2021-11-23T19:08:42.4077851Z RuntimeIdentifier 2021-11-23T19:08:42.4078384Z Removing Properties for project "../ProjectB.Persistence/ProjectB.Persistence.csproj": 2021-11-23T19:08:42.4078962Z TargetFramework 2021-11-23T19:08:42.4079213Z RuntimeIdentifier 2021-11-23T19:08:42.4079578Z Removing Properties for project "../ProjectB.Application/ProjectB.Application.csproj": 2021-11-23T19:08:42.4079922Z TargetFramework 2021-11-23T19:08:42.4080173Z RuntimeIdentifier 2021-11-23T19:08:42.4080536Z Removing Properties for project "../ProjectB.Contracts/ProjectB.Contracts.csproj": 2021-11-23T19:08:42.4081027Z TargetFramework 2021-11-23T19:08:42.4081438Z RuntimeIdentifier 2021-11-23T19:08:42.4081760Z Removing Properties for project "../ProjectB.Core/ProjectB.Core.csproj": 2021-11-23T19:08:42.4082261Z TargetFramework 2021-11-23T19:08:42.4082501Z RuntimeIdentifier 2021-11-23T19:08:42.4082818Z Removing Properties for project "../ProjectB.Domain/ProjectB.Domain.csproj": 2021-11-23T19:08:42.4083147Z TargetFramework 2021-11-23T19:08:42.4083382Z RuntimeIdentifier 2021-11-23T19:08:42.4083709Z Removing Properties for project "../ProjectB.Exceptions/ProjectB.Exceptions.csproj": 2021-11-23T19:08:42.4084046Z TargetFramework 2021-11-23T19:08:42.4084265Z RuntimeIdentifier 2021-11-23T19:08:42.4084599Z Removing Properties for project "../../Geography/Geography.Mocks/Geography.Mocks.csproj": 2021-11-23T19:08:42.4084927Z TargetFramework 2021-11-23T19:08:42.4085153Z RuntimeIdentifier 2021-11-23T19:08:42.4085625Z 2:6>Project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Host/ProjectB.Host.csproj" (2:6) is building "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (14:9) on node 2 (default targets). 2021-11-23T19:08:42.4086586Z 14:9>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.4087353Z 14:9>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.4088292Z Using "AllowEmptyTelemetry" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4088743Z Task "AllowEmptyTelemetry" 2021-11-23T19:08:42.4089003Z Done executing task "AllowEmptyTelemetry". 2021-11-23T19:08:42.4089386Z 14:9>Done building target "_CollectTargetFrameworkForTelemetry" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4090879Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.4092164Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.4092946Z 14:9>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.4093991Z Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)') was evaluated as ('6.0' > '6.0'). 2021-11-23T19:08:42.4094526Z 14:9>Done building target "_CheckForUnsupportedNETCoreVersion" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4095669Z Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 2021-11-23T19:08:42.4096756Z 14:9>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.4099061Z Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '6.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 2021-11-23T19:08:42.4100048Z 14:9>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4101453Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:42.4103339Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:42.4105013Z Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:42.4106770Z Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:42.4108068Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.4109234Z Target "_CheckForUnsupportedAppHostUsage" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '' == 'true'). 2021-11-23T19:08:42.4110179Z 14:9>Target "_CheckForUnsupportedHostingUsage" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.4111234Z Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 2021-11-23T19:08:42.4111743Z 14:9>Done building target "_CheckForUnsupportedHostingUsage" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4112519Z Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 2021-11-23T19:08:42.4113361Z 14:9>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.4114709Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 2021-11-23T19:08:42.4116070Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:42.4117141Z Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 2021-11-23T19:08:42.4117726Z 14:9>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4118593Z Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 2021-11-23T19:08:42.4119392Z 14:9>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:42.4120449Z Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 2021-11-23T19:08:42.4121004Z 14:9>Done building target "_GetProjectJsonPath" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4122305Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.4123575Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.4124743Z Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 2021-11-23T19:08:42.4125751Z Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 2021-11-23T19:08:42.4126525Z 14:9>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:42.4127327Z Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4127848Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:42.4128258Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:42.4128899Z Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:42.4129368Z Task "CheckIfPackageReferenceShouldBeFrameworkReference" 2021-11-23T19:08:42.4129746Z Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 2021-11-23T19:08:42.4130380Z Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 2021-11-23T19:08:42.4131014Z 14:9>Done building target "UpdateAspNetToFrameworkReference" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4132104Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.4133105Z 14:9>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ApplyImplicitVersions" depends on it): 2021-11-23T19:08:42.4133895Z Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4134347Z Task "CheckForImplicitPackageReferenceOverrides" 2021-11-23T19:08:42.4134707Z Done executing task "CheckForImplicitPackageReferenceOverrides". 2021-11-23T19:08:42.4135161Z 14:9>Done building target "CheckForImplicitPackageReferenceOverrides" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4135794Z 14:9>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.4136543Z Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4137016Z Task "ApplyImplicitVersions" 2021-11-23T19:08:42.4137278Z Done executing task "ApplyImplicitVersions". 2021-11-23T19:08:42.4137656Z 14:9>Done building target "ApplyImplicitVersions" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4138077Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:42.4139081Z Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 2021-11-23T19:08:42.4140612Z Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 2021-11-23T19:08:42.4199086Z 14:9>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.4200737Z Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4201444Z Task "CheckForDuplicateFrameworkReferences" 2021-11-23T19:08:42.4201841Z Done executing task "CheckForDuplicateFrameworkReferences". 2021-11-23T19:08:42.4202476Z Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4203066Z Task "ProcessFrameworkReferences" 2021-11-23T19:08:42.4203427Z Done executing task "ProcessFrameworkReferences". 2021-11-23T19:08:42.4204250Z Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4205294Z Task "ResolveAppHosts" 2021-11-23T19:08:42.4205757Z Done executing task "ResolveAppHosts". 2021-11-23T19:08:42.4206176Z 14:9>Done building target "ProcessFrameworkReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4207815Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.4208872Z 14:9>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CollectPackageReferences" depends on it): 2021-11-23T19:08:42.4210189Z Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 2021-11-23T19:08:42.4211314Z 14:9>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4211991Z 14:9>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GetRestoreProjectStyle" depends on it): 2021-11-23T19:08:42.4212632Z 14:9>Done building target "CollectPackageReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4213258Z 14:9>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 2021-11-23T19:08:42.4213969Z Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/6.0.100/NuGet.Build.Tasks.dll". 2021-11-23T19:08:42.4214882Z Task "GetRestoreProjectStyleTask" 2021-11-23T19:08:42.4215306Z (in) HasPackageReferenceItems 'True' 2021-11-23T19:08:42.4216026Z (in) MSBuildProjectDirectory '/home/vsts/work/1/s/src/EM.Shared' 2021-11-23T19:08:42.4216534Z (in) MSBuildProjectName 'EM.Shared' 2021-11-23T19:08:42.4216930Z (in) ProjectJsonPath '' 2021-11-23T19:08:42.4217399Z (in) RestoreProjectStyle 'PackageReference' 2021-11-23T19:08:42.4217851Z (out) IsPackageReferenceCompatibleProjectStyle 'True' 2021-11-23T19:08:42.4218388Z (out) ProjectStyle 'PackageReference' 2021-11-23T19:08:42.4218735Z Done executing task "GetRestoreProjectStyleTask". 2021-11-23T19:08:42.4219068Z 14:9>Done building target "_GetRestoreProjectStyle" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4219702Z 14:9>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/share/dotnet/sdk/6.0.100/NuGet.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.4220375Z 14:9>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4301025Z Target "ApplyImplicitVersions" skipped. Previously built successfully. 2021-11-23T19:08:42.4301673Z Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 2021-11-23T19:08:42.4302592Z 14:9>Target "CheckForDuplicateItems" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 2021-11-23T19:08:42.4303400Z Using "CheckForDuplicateItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4304031Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.4304371Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.4304758Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.4305041Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.4305538Z Task "CheckForDuplicateItems" 2021-11-23T19:08:42.4306008Z Done executing task "CheckForDuplicateItems". 2021-11-23T19:08:42.4306430Z 14:9>Done building target "CheckForDuplicateItems" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4307318Z Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.4308128Z Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 2021-11-23T19:08:42.4309987Z Target "_WarnWhenUsingNET6AndVSPriorTo17" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(VisualStudioVersion), '17.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '6.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 2021-11-23T19:08:42.4311979Z Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')). 2021-11-23T19:08:42.4314447Z Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == ''). 2021-11-23T19:08:42.4315566Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.4317003Z Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v6.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 2021-11-23T19:08:42.4318082Z 14:9>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:42.4319381Z Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.4320281Z Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.4320704Z Task "Message" 2021-11-23T19:08:42.4321008Z 3:12>Done executing task "ResolveTargetingPackAssets". 2021-11-23T19:08:42.4321313Z 14:9>_CheckForInvalidConfigurationAndPlatform: 2021-11-23T19:08:42.4321631Z Configuration=Release 2021-11-23T19:08:42.4321869Z Done executing task "Message". 2021-11-23T19:08:42.4322144Z Task "Message" 2021-11-23T19:08:42.4322401Z Platform=AnyCPU 2021-11-23T19:08:42.4322634Z Done executing task "Message". 2021-11-23T19:08:42.4323422Z Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release/net6.0/' != '' and !HasTrailingSlash('bin\Release/net6.0/')). 2021-11-23T19:08:42.4324428Z Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net6.0/' != '' and !HasTrailingSlash('obj/Release/net6.0/')). 2021-11-23T19:08:42.4325534Z Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 2021-11-23T19:08:42.4326950Z Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/home/vsts/work/1/s/src/EM.Shared/obj/' != '' And '/home/vsts/work/1/s/src/EM.Shared/obj/' != '/home/vsts/work/1/s/src/EM.Shared/obj/' ). 2021-11-23T19:08:42.4329981Z Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/home/vsts/work/1/s/src/EM.Shared/obj/' ). 2021-11-23T19:08:42.4331203Z 14:9>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4331855Z 14:9>Target "ValidateCommandLineProperties" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "BeforeBuild" depends on it): 2021-11-23T19:08:42.4332723Z Task "NETSdkWarning" skipped, due to false condition; ('$(_CommandLineDefinedSelfContained)' != 'true' and 2021-11-23T19:08:42.4333297Z '$(_CommandLineDefinedRuntimeIdentifier)' == 'true' and 2021-11-23T19:08:42.4333863Z '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and 2021-11-23T19:08:42.4334601Z $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '6.0'))) was evaluated as ('' != 'true' and 2021-11-23T19:08:42.4335163Z '' == 'true' and 2021-11-23T19:08:42.4335661Z '.NETCoreApp' == '.NETCoreApp' and 2021-11-23T19:08:42.4336144Z True). 2021-11-23T19:08:42.4336462Z 14:9>Done building target "ValidateCommandLineProperties" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4337044Z 14:9>Target "BeforeBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "Build" depends on it): 2021-11-23T19:08:42.4337600Z 14:9>Done building target "BeforeBuild" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4338357Z Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 2021-11-23T19:08:42.4339103Z 14:9>Target "BuildOnlySettings" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.4339683Z 14:9>Done building target "BuildOnlySettings" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4340365Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.4342108Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.4343626Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.4344439Z 14:9>Target "GetFrameworkPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:42.4345085Z 14:9>Done building target "GetFrameworkPaths" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4346817Z Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.4351245Z Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 2021-11-23T19:08:42.4352974Z Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 2021-11-23T19:08:42.4354638Z 14:9>Target "GetReferenceAssemblyPaths" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "PrepareForBuild" depends on it): 2021-11-23T19:08:42.4355297Z 14:9>Done building target "GetReferenceAssemblyPaths" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4359418Z Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 2021-11-23T19:08:42.4360092Z 14:9>Target "PrepareForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.4366387Z Task "FindAppConfigFile" 2021-11-23T19:08:42.4366801Z Done executing task "FindAppConfigFile". 2021-11-23T19:08:42.4367092Z Task "MakeDir" 2021-11-23T19:08:42.4367331Z Creating directory "bin/Release/net6.0/". 2021-11-23T19:08:42.4370984Z Creating directory "obj/Release/net6.0/". 2021-11-23T19:08:42.4371337Z Creating directory "/home/vsts/work/1/s/src/EM.Shared/obj/Release/net6.0/ref/". 2021-11-23T19:08:42.4371750Z Creating directory "bin/Release/net6.0/ref". 2021-11-23T19:08:42.4372055Z Done executing task "MakeDir". 2021-11-23T19:08:42.4375641Z 14:9>Done building target "PrepareForBuild" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4376307Z 14:9>Target "GenerateGlobalUsings" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "CoreBuild" depends on it): 2021-11-23T19:08:42.4378351Z Using "GenerateGlobalUsings" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4378795Z Task "GenerateGlobalUsings" 2021-11-23T19:08:42.4386901Z Done executing task "GenerateGlobalUsings". 2021-11-23T19:08:42.4387251Z Task "WriteLinesToFile" 2021-11-23T19:08:42.4387492Z Done executing task "WriteLinesToFile". 2021-11-23T19:08:42.4391139Z 14:9>Done building target "GenerateGlobalUsings" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4391995Z Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.4393680Z 14:9>Target "BeforeResolveReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.4394301Z 14:9>Done building target "BeforeResolveReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4397961Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.4398607Z 14:9>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:42.4402497Z 14:9>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4403230Z 14:9>Target "_ComputePackageReferencePublish" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolvePackageAssets" depends on it): 2021-11-23T19:08:42.4413303Z 14:9>Done building target "_ComputePackageReferencePublish" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4415786Z Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 2021-11-23T19:08:42.4416491Z ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 2021-11-23T19:08:42.4427795Z Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.0' == '' And 2021-11-23T19:08:42.4428545Z ('C#' == 'C#' Or 'C#' == 'VB') And 2021-11-23T19:08:42.4432654Z Exists('/usr/share/dotnet/sdk/6.0.100/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 2021-11-23T19:08:42.4433480Z 14:9>Target "ResolvePackageAssets" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveLockFileReferences" depends on it): 2021-11-23T19:08:42.4437922Z Using "ResolvePackageAssets" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4547172Z Task "ResolvePackageAssets" 2021-11-23T19:08:42.4547652Z 3:12>Done building target "ResolveTargetingPackAssets" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.4549736Z 3:12>Target "_HandlePackageFileConflicts" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveAssemblyReferences" depends on it): 2021-11-23T19:08:42.4550834Z Using "ResolvePackageFileConflicts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4551393Z Task "ResolvePackageFileConflicts" 2021-11-23T19:08:42.4553293Z Encountered conflict between 'Platform:System.Private.DataContractSerialization.dll' and 'Platform:System.Private.DataContractSerialization.dll'. Could not determine winner due to equal file and assembly versions. 2021-11-23T19:08:42.4554321Z Encountered conflict between 'Platform:System.Private.Uri.dll' and 'Platform:System.Private.Uri.dll'. Could not determine winner due to equal file and assembly versions. 2021-11-23T19:08:42.4555236Z Encountered conflict between 'Platform:System.Private.Xml.dll' and 'Platform:System.Private.Xml.dll'. Could not determine winner due to equal file and assembly versions. 2021-11-23T19:08:42.4556177Z Encountered conflict between 'Platform:System.Private.Xml.Linq.dll' and 'Platform:System.Private.Xml.Linq.dll'. Could not determine winner due to equal file and assembly versions. 2021-11-23T19:08:42.4557462Z Encountered conflict between 'Platform:mscordaccore_amd64_amd64_6.0.21.52210.dll' and 'Platform:mscordaccore_amd64_amd64_6.0.21.52210.dll'. Could not determine winner due to equal file and assembly versions. 2021-11-23T19:08:42.4558049Z Done executing task "ResolvePackageFileConflicts". 2021-11-23T19:08:42.4558425Z 3:12>Done building target "_HandlePackageFileConflicts" in project "ProjectB.Domain.csproj". 2021-11-23T19:08:42.4558828Z Target "ResolveTargetingPackAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.4559445Z 3:12>Target "ResolveAssemblyReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/ProjectB/ProjectB.Domain/ProjectB.Domain.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.4560168Z Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.4560589Z Task "ResolveAssemblyReference" 2021-11-23T19:08:42.4561034Z 14:9>Done executing task "ResolvePackageAssets". 2021-11-23T19:08:42.4561378Z 14:9>Done building target "ResolvePackageAssets" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4562087Z Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 2021-11-23T19:08:42.4562785Z '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 2021-11-23T19:08:42.4563269Z '' == 'true'). 2021-11-23T19:08:42.4564432Z Target "_CheckForTransitiveWindowsDesktopDependencies" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(TargetPlatformIdentifier)' != 'Windows' and '@(TransitiveFrameworkReference)' != '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' != 'Windows' and '' != ''). 2021-11-23T19:08:42.4565627Z Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.4566693Z 14:9>Target "ResolveLockFileReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.4567938Z Using "JoinItems" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4568415Z Task "JoinItems" 2021-11-23T19:08:42.4568738Z Done executing task "JoinItems". 2021-11-23T19:08:42.4569159Z 14:9>Done building target "ResolveLockFileReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4569627Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.4570605Z 14:9>Target "ResolveLockFileAnalyzers" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.4571540Z 14:9>Done building target "ResolveLockFileAnalyzers" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4572252Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.4573119Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.4574020Z 14:9>Target "ResolveLockFileCopyLocalFiles" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.4574813Z 14:9>Done building target "ResolveLockFileCopyLocalFiles" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4575462Z Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.4576156Z Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.4576599Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.4577237Z 14:9>Target "IncludeTransitiveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 2021-11-23T19:08:42.4577892Z 14:9>Done building target "IncludeTransitiveProjectReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4578545Z 14:9>Target "ResolvePackageDependenciesForBuild" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "AssignProjectConfiguration" depends on it): 2021-11-23T19:08:42.4579205Z 14:9>Done building target "ResolvePackageDependenciesForBuild" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4579963Z 14:9>Target "AssignProjectConfiguration" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.4580664Z Task "AssignProjectConfiguration" 2021-11-23T19:08:42.4618310Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4618603Z TargetFrameworkMoniker: 2021-11-23T19:08:42.4619765Z .NETCoreApp,Version=v6.0 2021-11-23T19:08:42.4620067Z 14:9>Done executing task "AssignProjectConfiguration". 2021-11-23T19:08:42.4621418Z 14:9>Done building target "AssignProjectConfiguration" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4622872Z Target "AssignProjectConfiguration" skipped. Previously built successfully. 2021-11-23T19:08:42.4623227Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4624371Z TargetFrameworkMonikerDisplayName: 2021-11-23T19:08:42.4624641Z 2021-11-23T19:08:42.4626015Z 14:9>Target "_SplitProjectReferencesByFileExistence" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.4629129Z 14:9>Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!=''). 2021-11-23T19:08:42.4630526Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4630819Z TargetedRuntimeVersion: 2021-11-23T19:08:42.4633773Z 14:9>Done building target "_SplitProjectReferencesByFileExistence" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4634997Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4635271Z 2021-11-23T19:08:42.4635477Z Assemblies: 2021-11-23T19:08:42.4640927Z 14:9>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 2021-11-23T19:08:42.4647683Z 14:9>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4653400Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4655328Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.CSharp.dll 2021-11-23T19:08:42.4657267Z Private = 'false' 2021-11-23T19:08:42.4714839Z 14:9>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.4715405Z 14:9>Task "MSBuild" 2021-11-23T19:08:42.4715663Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4716004Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.VisualBasic.Core.dll 2021-11-23T19:08:42.4716352Z 14:9>Done executing task "MSBuild". 2021-11-23T19:08:42.4716606Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4717086Z Private = 'false' 2021-11-23T19:08:42.4717407Z 14:9>_GetProjectReferenceTargetFrameworkProperties: 2021-11-23T19:08:42.4718135Z Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 2021-11-23T19:08:42.4719236Z And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' == 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v6.0' != '' 2021-11-23T19:08:42.4720083Z And 'true' == 'true' and '' != 'true'). 2021-11-23T19:08:42.4720445Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4720786Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.VisualBasic.dll 2021-11-23T19:08:42.4721167Z 14:9>_GetProjectReferenceTargetFrameworkProperties: 2021-11-23T19:08:42.4721911Z Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 2021-11-23T19:08:42.4723595Z And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v6.0' != '' 2021-11-23T19:08:42.4724749Z And 'true' != 'true' and '' != 'true'). 2021-11-23T19:08:42.4725165Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4725612Z Private = 'false' 2021-11-23T19:08:42.4725996Z 14:9>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4726397Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4727308Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.Win32.Primitives.dll 2021-11-23T19:08:42.4787635Z Private = 'false' 2021-11-23T19:08:42.4788261Z 14:9>Target "ValidateExecutableReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "PrepareProjectReferences" depends on it): 2021-11-23T19:08:42.4788963Z 14:9>Using "ValidateExecutableReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.4789378Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4789697Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.Win32.Registry.dll 2021-11-23T19:08:42.4790033Z 14:9>Task "ValidateExecutableReferences" 2021-11-23T19:08:42.4790315Z Done executing task "ValidateExecutableReferences". 2021-11-23T19:08:42.4790577Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4791249Z Private = 'false' 2021-11-23T19:08:42.4791562Z 14:9>Done building target "ValidateExecutableReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4792187Z Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 2021-11-23T19:08:42.4792763Z and '$(BuildingInsideVisualStudio)' != 'true' 2021-11-23T19:08:42.4793291Z and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 2021-11-23T19:08:42.4793763Z and '' != 'true' 2021-11-23T19:08:42.4794161Z and '' != ''). 2021-11-23T19:08:42.4794661Z 14:9>Target "PrepareProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveProjectReferences" depends on it): 2021-11-23T19:08:42.4795221Z 14:9>Done building target "PrepareProjectReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4795533Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4795844Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.AppContext.dll 2021-11-23T19:08:42.4796290Z Private = 'false' 2021-11-23T19:08:42.4796790Z 14:9>Target "ResolveProjectReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveReferences" depends on it): 2021-11-23T19:08:42.4798140Z 14:9>Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '' != ''). 2021-11-23T19:08:42.4799652Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and '' != 'true' and 'true' == 'true' and '' != ''). 2021-11-23T19:08:42.4801130Z Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' == 'true' and '' != ''). 2021-11-23T19:08:42.4801736Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4802065Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Buffers.dll 2021-11-23T19:08:42.4802403Z 14:9>ResolveProjectReferences: 2021-11-23T19:08:42.4803053Z Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('' != '' and '' != ''). 2021-11-23T19:08:42.4803559Z 14:9>Done building target "ResolveProjectReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4804206Z Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.4804880Z Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.4805270Z Target "ResolveProjectReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.4805896Z Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 2021-11-23T19:08:42.4806453Z Target "GetFrameworkPaths" skipped. Previously built successfully. 2021-11-23T19:08:42.4806779Z Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 2021-11-23T19:08:42.4807124Z Target "PrepareForBuild" skipped. Previously built successfully. 2021-11-23T19:08:42.4807708Z Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != ''). 2021-11-23T19:08:42.4808316Z 14:9>Target "ResolveSDKReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveAssemblyReferences" depends on it): 2021-11-23T19:08:42.4809077Z Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.4809484Z 14:9>Done building target "ResolveSDKReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.4809823Z Target "ResolveSDKReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.4810122Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.4810500Z Private = 'false' 2021-11-23T19:08:42.4810835Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.Concurrent.dll 2021-11-23T19:08:42.4811285Z Private = 'false' 2021-11-23T19:08:42.4811614Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.Immutable.dll 2021-11-23T19:08:42.4812060Z Private = 'false' 2021-11-23T19:08:42.4812403Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.NonGeneric.dll 2021-11-23T19:08:42.4812834Z Private = 'false' 2021-11-23T19:08:42.4813179Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.Specialized.dll 2021-11-23T19:08:42.4813630Z Private = 'false' 2021-11-23T19:08:42.4813945Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.dll 2021-11-23T19:08:42.4814377Z Private = 'false' 2021-11-23T19:08:42.4814843Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.Annotations.dll 2021-11-23T19:08:42.4815311Z Private = 'false' 2021-11-23T19:08:42.4815669Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.DataAnnotations.dll 2021-11-23T19:08:42.4816106Z Private = 'false' 2021-11-23T19:08:42.4816462Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.EventBasedAsync.dll 2021-11-23T19:08:42.4816915Z Private = 'false' 2021-11-23T19:08:42.4817244Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.Primitives.dll 2021-11-23T19:08:42.4817700Z Private = 'false' 2021-11-23T19:08:42.4818050Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.TypeConverter.dll 2021-11-23T19:08:42.4818492Z Private = 'false' 2021-11-23T19:08:42.4818826Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.dll 2021-11-23T19:08:42.4819691Z Private = 'false' 2021-11-23T19:08:42.4820029Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Configuration.dll 2021-11-23T19:08:42.4820467Z Private = 'false' 2021-11-23T19:08:42.4820876Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Console.dll 2021-11-23T19:08:42.4821339Z Private = 'false' 2021-11-23T19:08:42.4821665Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Core.dll 2021-11-23T19:08:42.4822305Z Private = 'false' 2021-11-23T19:08:42.4822643Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Data.Common.dll 2021-11-23T19:08:42.4823080Z Private = 'false' 2021-11-23T19:08:42.4823414Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Data.DataSetExtensions.dll 2021-11-23T19:08:42.4823860Z Private = 'false' 2021-11-23T19:08:42.4824182Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Data.dll 2021-11-23T19:08:42.4824589Z Private = 'false' 2021-11-23T19:08:42.4824931Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Contracts.dll 2021-11-23T19:08:42.4825376Z Private = 'false' 2021-11-23T19:08:42.4825697Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Debug.dll 2021-11-23T19:08:42.4826135Z Private = 'false' 2021-11-23T19:08:42.4826477Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.DiagnosticSource.dll 2021-11-23T19:08:42.4826933Z Private = 'false' 2021-11-23T19:08:42.4827289Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.FileVersionInfo.dll 2021-11-23T19:08:42.4827723Z Private = 'false' 2021-11-23T19:08:42.4828062Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Process.dll 2021-11-23T19:08:42.4828501Z Private = 'false' 2021-11-23T19:08:42.4828826Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.StackTrace.dll 2021-11-23T19:08:42.4829266Z Private = 'false' 2021-11-23T19:08:42.4829622Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.TextWriterTraceListener.dll 2021-11-23T19:08:42.4830074Z Private = 'false' 2021-11-23T19:08:42.4830412Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Tools.dll 2021-11-23T19:08:42.4830850Z Private = 'false' 2021-11-23T19:08:42.4831301Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.TraceSource.dll 2021-11-23T19:08:42.4831789Z Private = 'false' 2021-11-23T19:08:42.4832117Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Tracing.dll 2021-11-23T19:08:42.4855877Z Private = 'false' 2021-11-23T19:08:42.4856298Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Drawing.Primitives.dll 2021-11-23T19:08:42.4856925Z Private = 'false' 2021-11-23T19:08:42.4857256Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Drawing.dll 2021-11-23T19:08:42.4857705Z Private = 'false' 2021-11-23T19:08:42.4858024Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Dynamic.Runtime.dll 2021-11-23T19:08:42.4858463Z Private = 'false' 2021-11-23T19:08:42.4858809Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Formats.Asn1.dll 2021-11-23T19:08:42.4859228Z Private = 'false' 2021-11-23T19:08:42.4859574Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Globalization.Calendars.dll 2021-11-23T19:08:42.4861099Z Private = 'false' 2021-11-23T19:08:42.4861510Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Globalization.Extensions.dll 2021-11-23T19:08:42.4862022Z Private = 'false' 2021-11-23T19:08:42.4862345Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Globalization.dll 2021-11-23T19:08:42.4862784Z Private = 'false' 2021-11-23T19:08:42.4864206Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Compression.Brotli.dll 2021-11-23T19:08:42.4864716Z Private = 'false' 2021-11-23T19:08:42.4865082Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Compression.FileSystem.dll 2021-11-23T19:08:42.4865538Z Private = 'false' 2021-11-23T19:08:42.4865864Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Compression.ZipFile.dll 2021-11-23T19:08:42.4867192Z Private = 'false' 2021-11-23T19:08:42.4867534Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Compression.dll 2021-11-23T19:08:42.4867999Z Private = 'false' 2021-11-23T19:08:42.4868351Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.AccessControl.dll 2021-11-23T19:08:42.4868798Z Private = 'false' 2021-11-23T19:08:42.4869142Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.DriveInfo.dll 2021-11-23T19:08:42.4869589Z Private = 'false' 2021-11-23T19:08:42.4869924Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.Primitives.dll 2021-11-23T19:08:42.4870370Z Private = 'false' 2021-11-23T19:08:42.4871649Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.Watcher.dll 2021-11-23T19:08:42.4872142Z Private = 'false' 2021-11-23T19:08:42.4872478Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.dll 2021-11-23T19:08:42.4872917Z Private = 'false' 2021-11-23T19:08:42.4873239Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.IsolatedStorage.dll 2021-11-23T19:08:42.4873690Z Private = 'false' 2021-11-23T19:08:42.4874014Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.MemoryMappedFiles.dll 2021-11-23T19:08:42.4874455Z Private = 'false' 2021-11-23T19:08:42.4875898Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Pipes.AccessControl.dll 2021-11-23T19:08:42.4876411Z Private = 'false' 2021-11-23T19:08:42.4876749Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Pipes.dll 2021-11-23T19:08:42.4877181Z Private = 'false' 2021-11-23T19:08:42.4878359Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.UnmanagedMemoryStream.dll 2021-11-23T19:08:42.4879070Z Private = 'false' 2021-11-23T19:08:42.4879585Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.dll 2021-11-23T19:08:42.4880231Z Private = 'false' 2021-11-23T19:08:42.4880628Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Linq.Expressions.dll 2021-11-23T19:08:42.4881118Z Private = 'false' 2021-11-23T19:08:42.4881514Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Linq.Parallel.dll 2021-11-23T19:08:42.4882014Z Private = 'false' 2021-11-23T19:08:42.4882383Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Linq.Queryable.dll 2021-11-23T19:08:42.4892273Z Private = 'false' 2021-11-23T19:08:42.4892625Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Linq.dll 2021-11-23T19:08:42.4893048Z Private = 'false' 2021-11-23T19:08:42.4893378Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Memory.dll 2021-11-23T19:08:42.4897332Z Private = 'false' 2021-11-23T19:08:42.4897842Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Http.Json.dll 2021-11-23T19:08:42.4898334Z Private = 'false' 2021-11-23T19:08:42.4898650Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Http.dll 2021-11-23T19:08:42.4906537Z Private = 'false' 2021-11-23T19:08:42.4906903Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.HttpListener.dll 2021-11-23T19:08:42.4907343Z Private = 'false' 2021-11-23T19:08:42.4908579Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Mail.dll 2021-11-23T19:08:42.4909248Z Private = 'false' 2021-11-23T19:08:42.4909594Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.NameResolution.dll 2021-11-23T19:08:42.4910063Z Private = 'false' 2021-11-23T19:08:42.4910425Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.NetworkInformation.dll 2021-11-23T19:08:42.4910897Z Private = 'false' 2021-11-23T19:08:42.4911243Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Ping.dll 2021-11-23T19:08:42.4911708Z Private = 'false' 2021-11-23T19:08:42.4912044Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Primitives.dll 2021-11-23T19:08:42.4912503Z Private = 'false' 2021-11-23T19:08:42.4912835Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Requests.dll 2021-11-23T19:08:42.4913290Z Private = 'false' 2021-11-23T19:08:42.4913638Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Security.dll 2021-11-23T19:08:42.4914228Z Private = 'false' 2021-11-23T19:08:42.4914562Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.ServicePoint.dll 2021-11-23T19:08:42.4915009Z Private = 'false' 2021-11-23T19:08:42.4915323Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Sockets.dll 2021-11-23T19:08:42.4915958Z Private = 'false' 2021-11-23T19:08:42.4916283Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebClient.dll 2021-11-23T19:08:42.4916726Z Private = 'false' 2021-11-23T19:08:42.4917072Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebHeaderCollection.dll 2021-11-23T19:08:42.4917502Z Private = 'false' 2021-11-23T19:08:42.4917832Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebProxy.dll 2021-11-23T19:08:42.4918265Z Private = 'false' 2021-11-23T19:08:42.4918589Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebSockets.Client.dll 2021-11-23T19:08:42.4919043Z Private = 'false' 2021-11-23T19:08:42.4919376Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebSockets.dll 2021-11-23T19:08:42.4919805Z Private = 'false' 2021-11-23T19:08:42.4920126Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.dll 2021-11-23T19:08:42.4920550Z Private = 'false' 2021-11-23T19:08:42.4920870Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Numerics.Vectors.dll 2021-11-23T19:08:42.4921611Z Private = 'false' 2021-11-23T19:08:42.4922181Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Numerics.dll 2021-11-23T19:08:42.4922645Z Private = 'false' 2021-11-23T19:08:42.4923003Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ObjectModel.dll 2021-11-23T19:08:42.4923626Z Private = 'false' 2021-11-23T19:08:42.4924007Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.DispatchProxy.dll 2021-11-23T19:08:42.4924495Z Private = 'false' 2021-11-23T19:08:42.4925190Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.Emit.ILGeneration.dll 2021-11-23T19:08:42.4925642Z Private = 'false' 2021-11-23T19:08:42.4925992Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.Emit.Lightweight.dll 2021-11-23T19:08:42.4926424Z Private = 'false' 2021-11-23T19:08:42.4926758Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.Emit.dll 2021-11-23T19:08:42.4927180Z Private = 'false' 2021-11-23T19:08:42.4927613Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.Extensions.dll 2021-11-23T19:08:42.4928063Z Private = 'false' 2021-11-23T19:08:42.4928385Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.Metadata.dll 2021-11-23T19:08:42.4928824Z Private = 'false' 2021-11-23T19:08:42.4929172Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.Primitives.dll 2021-11-23T19:08:42.4929598Z Private = 'false' 2021-11-23T19:08:42.4929943Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.TypeExtensions.dll 2021-11-23T19:08:42.4930391Z Private = 'false' 2021-11-23T19:08:42.4930704Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.dll 2021-11-23T19:08:42.4931131Z Private = 'false' 2021-11-23T19:08:42.4931449Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Resources.Reader.dll 2021-11-23T19:08:42.4931895Z Private = 'false' 2021-11-23T19:08:42.4932241Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Resources.ResourceManager.dll 2021-11-23T19:08:42.4932672Z Private = 'false' 2021-11-23T19:08:42.4933163Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Resources.Writer.dll 2021-11-23T19:08:42.4933642Z Private = 'false' 2021-11-23T19:08:42.4933983Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.CompilerServices.Unsafe.dll 2021-11-23T19:08:42.4934439Z Private = 'false' 2021-11-23T19:08:42.4934791Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.CompilerServices.VisualC.dll 2021-11-23T19:08:42.4935231Z Private = 'false' 2021-11-23T19:08:42.4935570Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Extensions.dll 2021-11-23T19:08:42.4936026Z Private = 'false' 2021-11-23T19:08:42.4936344Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Handles.dll 2021-11-23T19:08:42.4936790Z Private = 'false' 2021-11-23T19:08:42.4937136Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.InteropServices.RuntimeInformation.dll 2021-11-23T19:08:42.4937806Z Private = 'false' 2021-11-23T19:08:42.4938168Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.InteropServices.dll 2021-11-23T19:08:42.4938620Z Private = 'false' 2021-11-23T19:08:42.4938979Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Intrinsics.dll 2021-11-23T19:08:42.4939446Z Private = 'false' 2021-11-23T19:08:42.4939781Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Loader.dll 2021-11-23T19:08:42.4940390Z Private = 'false' 2021-11-23T19:08:42.4940876Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Numerics.dll 2021-11-23T19:08:42.4941376Z Private = 'false' 2021-11-23T19:08:42.4941750Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Serialization.Formatters.dll 2021-11-23T19:08:42.4942388Z Private = 'false' 2021-11-23T19:08:42.4942720Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Serialization.Json.dll 2021-11-23T19:08:42.4943171Z Private = 'false' 2021-11-23T19:08:42.4943505Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Serialization.Primitives.dll 2021-11-23T19:08:42.4943959Z Private = 'false' 2021-11-23T19:08:42.4944306Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Serialization.Xml.dll 2021-11-23T19:08:42.4944751Z Private = 'false' 2021-11-23T19:08:42.4945095Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.Serialization.dll 2021-11-23T19:08:42.4945546Z Private = 'false' 2021-11-23T19:08:42.4945855Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.dll 2021-11-23T19:08:42.4946283Z Private = 'false' 2021-11-23T19:08:42.4946623Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.AccessControl.dll 2021-11-23T19:08:42.4947050Z Private = 'false' 2021-11-23T19:08:42.4947388Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Claims.dll 2021-11-23T19:08:42.4947827Z Private = 'false' 2021-11-23T19:08:42.4948163Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Cryptography.Algorithms.dll 2021-11-23T19:08:42.4948626Z Private = 'false' 2021-11-23T19:08:42.4948954Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Cryptography.Cng.dll 2021-11-23T19:08:42.4949936Z Private = 'false' 2021-11-23T19:08:42.4950322Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Cryptography.Csp.dll 2021-11-23T19:08:42.4950798Z Private = 'false' 2021-11-23T19:08:42.4951179Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Cryptography.Encoding.dll 2021-11-23T19:08:42.4951671Z Private = 'false' 2021-11-23T19:08:42.4952034Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Cryptography.OpenSsl.dll 2021-11-23T19:08:42.4953926Z Private = 'false' 2021-11-23T19:08:42.4954438Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Cryptography.Primitives.dll 2021-11-23T19:08:42.4955065Z Private = 'false' 2021-11-23T19:08:42.5014119Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Cryptography.X509Certificates.dll 2021-11-23T19:08:42.5014847Z Private = 'false' 2021-11-23T19:08:42.5015202Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Principal.Windows.dll 2021-11-23T19:08:42.5015673Z Private = 'false' 2021-11-23T19:08:42.5015997Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.Principal.dll 2021-11-23T19:08:42.5016440Z Private = 'false' 2021-11-23T19:08:42.5016783Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.SecureString.dll 2021-11-23T19:08:42.5017211Z Private = 'false' 2021-11-23T19:08:42.5017756Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Security.dll 2021-11-23T19:08:42.5018228Z Private = 'false' 2021-11-23T19:08:42.5018550Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ServiceModel.Web.dll 2021-11-23T19:08:42.5019002Z Private = 'false' 2021-11-23T19:08:42.5019339Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ServiceProcess.dll 2021-11-23T19:08:42.5019940Z Private = 'false' 2021-11-23T19:08:42.5020305Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Text.Encoding.CodePages.dll 2021-11-23T19:08:42.5021121Z Private = 'false' 2021-11-23T19:08:42.5021758Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Text.Encoding.Extensions.dll 2021-11-23T19:08:42.5022455Z Private = 'false' 2021-11-23T19:08:42.5022821Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Text.Encoding.dll 2021-11-23T19:08:42.5023566Z Private = 'false' 2021-11-23T19:08:42.5023965Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Text.Encodings.Web.dll 2021-11-23T19:08:42.5024628Z Private = 'false' 2021-11-23T19:08:42.5042501Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Text.Json.dll 2021-11-23T19:08:42.5043372Z Private = 'false' 2021-11-23T19:08:42.5043782Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Text.RegularExpressions.dll 2021-11-23T19:08:42.5044326Z Private = 'false' 2021-11-23T19:08:42.5044711Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.Channels.dll 2021-11-23T19:08:42.5045402Z Private = 'false' 2021-11-23T19:08:42.5045953Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.Overlapped.dll 2021-11-23T19:08:42.5046764Z Private = 'false' 2021-11-23T19:08:42.5047307Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.Tasks.Dataflow.dll 2021-11-23T19:08:42.5048293Z Private = 'false' 2021-11-23T19:08:42.5048671Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.Tasks.Extensions.dll 2021-11-23T19:08:42.5049180Z Private = 'false' 2021-11-23T19:08:42.5049744Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.Tasks.Parallel.dll 2021-11-23T19:08:42.5050240Z Private = 'false' 2021-11-23T19:08:42.5082657Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.Tasks.dll 2021-11-23T19:08:42.5083424Z Private = 'false' 2021-11-23T19:08:42.5083803Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.Thread.dll 2021-11-23T19:08:42.5091674Z Private = 'false' 2021-11-23T19:08:42.5092309Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.ThreadPool.dll 2021-11-23T19:08:42.5093078Z Private = 'false' 2021-11-23T19:08:42.5093484Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.Timer.dll 2021-11-23T19:08:42.5093992Z Private = 'false' 2021-11-23T19:08:42.5094540Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Threading.dll 2021-11-23T19:08:42.5095188Z Private = 'false' 2021-11-23T19:08:42.5095871Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Transactions.Local.dll 2021-11-23T19:08:42.5096342Z Private = 'false' 2021-11-23T19:08:42.5096692Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Transactions.dll 2021-11-23T19:08:42.5106638Z Private = 'false' 2021-11-23T19:08:42.5107069Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ValueTuple.dll 2021-11-23T19:08:42.5107577Z Private = 'false' 2021-11-23T19:08:42.5107920Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Web.HttpUtility.dll 2021-11-23T19:08:42.5108389Z Private = 'false' 2021-11-23T19:08:42.5108712Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Web.dll 2021-11-23T19:08:42.5109352Z Private = 'false' 2021-11-23T19:08:42.5115660Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Windows.dll 2021-11-23T19:08:42.5116313Z Private = 'false' 2021-11-23T19:08:42.5116690Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.Linq.dll 2021-11-23T19:08:42.5117177Z Private = 'false' 2021-11-23T19:08:42.5118459Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.ReaderWriter.dll 2021-11-23T19:08:42.5119003Z Private = 'false' 2021-11-23T19:08:42.5119348Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.Serialization.dll 2021-11-23T19:08:42.5119819Z Private = 'false' 2021-11-23T19:08:42.5128389Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.XDocument.dll 2021-11-23T19:08:42.5129054Z Private = 'false' 2021-11-23T19:08:42.5129771Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.XPath.XDocument.dll 2021-11-23T19:08:42.5131229Z Private = 'false' 2021-11-23T19:08:42.5131566Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.XPath.dll 2021-11-23T19:08:42.5132035Z Private = 'false' 2021-11-23T19:08:42.5132384Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.XmlDocument.dll 2021-11-23T19:08:42.5133003Z Private = 'false' 2021-11-23T19:08:42.5133742Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.XmlSerializer.dll 2021-11-23T19:08:42.5134506Z Private = 'false' 2021-11-23T19:08:42.5135239Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Xml.dll 2021-11-23T19:08:42.5140918Z Private = 'false' 2021-11-23T19:08:42.5141488Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.dll 2021-11-23T19:08:42.5142011Z Private = 'false' 2021-11-23T19:08:42.5142366Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/WindowsBase.dll 2021-11-23T19:08:42.5151604Z Private = 'false' 2021-11-23T19:08:42.5152191Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/mscorlib.dll 2021-11-23T19:08:42.5153954Z Private = 'false' 2021-11-23T19:08:42.5154329Z /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/netstandard.dll 2021-11-23T19:08:42.5155765Z Private = 'false' 2021-11-23T19:08:42.5156144Z AssemblyFiles: 2021-11-23T19:08:42.5156492Z CandidateAssemblyFiles: 2021-11-23T19:08:42.5156859Z TargetFrameworkDirectories: 2021-11-23T19:08:42.5157158Z 2021-11-23T19:08:42.5157520Z InstalledAssemblyTables: 2021-11-23T19:08:42.5157893Z IgnoreInstalledAssemblyTable: 2021-11-23T19:08:42.5158205Z False 2021-11-23T19:08:42.5158813Z SearchPaths: 2021-11-23T19:08:42.5159228Z {CandidateAssemblyFiles} 2021-11-23T19:08:42.5159843Z {HintPathFromItem} 2021-11-23T19:08:42.5160118Z {TargetFrameworkDirectory} 2021-11-23T19:08:42.5160599Z {RawFileName} 2021-11-23T19:08:42.5160875Z AllowedAssemblyExtensions: 2021-11-23T19:08:42.5161124Z .winmd 2021-11-23T19:08:42.5161354Z .dll 2021-11-23T19:08:42.5161588Z .exe 2021-11-23T19:08:42.5161836Z AllowedRelatedFileExtensions: 2021-11-23T19:08:42.5162108Z .pdb 2021-11-23T19:08:42.5162319Z .xml 2021-11-23T19:08:42.5162545Z .pri 2021-11-23T19:08:42.5163110Z .dll.config 2021-11-23T19:08:42.5163325Z .exe.config 2021-11-23T19:08:42.5163564Z AppConfigFile: 2021-11-23T19:08:42.5163773Z 2021-11-23T19:08:42.5163993Z AutoUnify: 2021-11-23T19:08:42.5164214Z True 2021-11-23T19:08:42.5164477Z CopyLocalDependenciesWhenParentReferenceInGac: 2021-11-23T19:08:42.5164755Z True 2021-11-23T19:08:42.5164971Z FindDependencies: 2021-11-23T19:08:42.5165208Z True 2021-11-23T19:08:42.5165463Z TargetProcessorArchitecture: 2021-11-23T19:08:42.5165701Z msil 2021-11-23T19:08:42.5165926Z StateFile: 2021-11-23T19:08:42.5166214Z obj/Release/net6.0/ProjectB.Domain.csproj.AssemblyReference.cache 2021-11-23T19:08:42.5166551Z InstalledAssemblySubsetTables: 2021-11-23T19:08:42.5167038Z IgnoreInstalledAssemblySubsetTable: 2021-11-23T19:08:42.5167293Z False 2021-11-23T19:08:42.5167717Z TargetFrameworkSubsets: 2021-11-23T19:08:42.5168022Z FullTargetFrameworkSubsetNames: 2021-11-23T19:08:42.5168459Z Full 2021-11-23T19:08:42.5168704Z ProfileName: 2021-11-23T19:08:42.5168929Z 2021-11-23T19:08:42.5169184Z FullFrameworkFolders: 2021-11-23T19:08:42.5169496Z LatestTargetFrameworkDirectories: 2021-11-23T19:08:42.5169794Z ProfileTablesLocation: 2021-11-23T19:08:42.5170372Z 14:9>Target "ExpandSDKReferences" in file "/usr/share/dotnet/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveAssemblyReferences" depends on it): 2021-11-23T19:08:42.5171641Z 14:9>Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!=''). 2021-11-23T19:08:42.5172558Z 14:9>Done building target "ExpandSDKReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.5172954Z Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 2021-11-23T19:08:42.5173332Z Target "GetFrameworkPaths" skipped. Previously built successfully. 2021-11-23T19:08:42.5173684Z Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 2021-11-23T19:08:42.5174064Z Target "ProcessFrameworkReferences" skipped. Previously built successfully. 2021-11-23T19:08:42.5174418Z Target "ResolvePackageAssets" skipped. Previously built successfully. 2021-11-23T19:08:42.5175065Z 14:9>Target "ResolveFrameworkReferences" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveTargetingPackAssets" depends on it): 2021-11-23T19:08:42.5175835Z Using "GetPackageDirectory" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.5176258Z Task "GetPackageDirectory" 2021-11-23T19:08:42.5176698Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.5176970Z Task "GetPackageDirectory" 2021-11-23T19:08:42.5177242Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.5177497Z Task "GetPackageDirectory" 2021-11-23T19:08:42.5177766Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.5178020Z Task "GetPackageDirectory" 2021-11-23T19:08:42.5178292Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.5178675Z Task "GetPackageDirectory" 2021-11-23T19:08:42.5178932Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.5179202Z Task "GetPackageDirectory" 2021-11-23T19:08:42.5179472Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.5179732Z Task "GetPackageDirectory" 2021-11-23T19:08:42.5180005Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.5180260Z Task "GetPackageDirectory" 2021-11-23T19:08:42.5475280Z Done executing task "GetPackageDirectory". 2021-11-23T19:08:42.5476062Z Using "ResolveFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.5476488Z Task "ResolveFrameworkReferences" 2021-11-23T19:08:42.5476784Z Done executing task "ResolveFrameworkReferences". 2021-11-23T19:08:42.5477141Z 14:9>Done building target "ResolveFrameworkReferences" in project "EM.Shared.csproj". 2021-11-23T19:08:42.5477800Z 14:9>Target "ResolveTargetingPackAssets" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "_HandlePackageFileConflicts" depends on it): 2021-11-23T19:08:42.5479947Z Using "ResolveTargetingPackAssets" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.5480537Z Task "ResolveTargetingPackAssets" 2021-11-23T19:08:42.5480913Z Done executing task "ResolveTargetingPackAssets". 2021-11-23T19:08:42.5481347Z 14:9>Done building target "ResolveTargetingPackAssets" in project "EM.Shared.csproj". 2021-11-23T19:08:42.5482424Z 14:9>Target "_HandlePackageFileConflicts" in file "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" from project "/home/vsts/work/1/s/src/EM.Shared/EM.Shared.csproj" (target "ResolveAssemblyReferences" depends on it): 2021-11-23T19:08:42.5484041Z Using "ResolvePackageFileConflicts" task from assembly "/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net6.0/Microsoft.NET.Build.Tasks.dll". 2021-11-23T19:08:42.5484670Z Task "ResolvePackageFileConflicts" 2021-11-23T19:08:42.5484922Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.5485449Z Primary reference "Microsoft.CSharp, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5485890Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.CSharp.dll". 2021-11-23T19:08:42.5486295Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5486736Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5487163Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5487752Z Primary reference "Microsoft.VisualBasic.Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5488250Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.VisualBasic.Core.dll". 2021-11-23T19:08:42.5488830Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5489276Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5489708Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5490081Z Primary reference "Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5490545Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.VisualBasic.dll". 2021-11-23T19:08:42.5491092Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5491519Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5492130Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5492502Z Primary reference "Microsoft.Win32.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5492839Z 14:9>_HandlePackageFileConflicts: 2021-11-23T19:08:42.5494294Z Encountered conflict between 'Reference:/home/vsts/.nuget/packages/system.diagnostics.diagnosticsource/4.6.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll' and 'Reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.DiagnosticSource.dll'. Choosing 'Reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.DiagnosticSource.dll' because AssemblyVersion '6.0.0.0' is greater than '4.0.4.0'. 2021-11-23T19:08:42.5495141Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.5495514Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.Win32.Primitives.dll". 2021-11-23T19:08:42.5495901Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5496319Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5496729Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5497099Z Primary reference "Microsoft.Win32.Registry, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5497732Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/Microsoft.Win32.Registry.dll". 2021-11-23T19:08:42.5498151Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5498592Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5499337Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5499991Z Primary reference "System.AppContext, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5500375Z 14:9>_HandlePackageFileConflicts: 2021-11-23T19:08:42.5502137Z Encountered conflict between 'Reference:/home/vsts/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll' and 'Reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.CompilerServices.Unsafe.dll'. Choosing 'Reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Runtime.CompilerServices.Unsafe.dll' because it comes from a package that is preferred. 2021-11-23T19:08:42.5503357Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.5503720Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.AppContext.dll". 2021-11-23T19:08:42.5504500Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5505139Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5505617Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5505948Z 14:9>_HandlePackageFileConflicts: 2021-11-23T19:08:42.5507305Z Encountered conflict between 'Reference:/home/vsts/.nuget/packages/system.text.encodings.web/4.7.2/lib/netstandard2.1/System.Text.Encodings.Web.dll' and 'Reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Text.Encodings.Web.dll'. Choosing 'Reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Text.Encodings.Web.dll' because AssemblyVersion '6.0.0.0' is greater than '4.0.5.1'. 2021-11-23T19:08:42.5508975Z 3:12>ResolveAssemblyReferences: 2021-11-23T19:08:42.5509321Z Primary reference "System.Buffers, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.5509749Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Buffers.dll". 2021-11-23T19:08:42.5510112Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5510532Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5510943Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5511318Z Primary reference "System.Collections.Concurrent, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5511764Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.Concurrent.dll". 2021-11-23T19:08:42.5512856Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5513283Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5513679Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5514052Z Primary reference "System.Collections.Immutable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5514505Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.Immutable.dll". 2021-11-23T19:08:42.5514885Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5515303Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5516060Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5516451Z Primary reference "System.Collections.NonGeneric, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5516934Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.NonGeneric.dll". 2021-11-23T19:08:42.5517349Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5517770Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5518199Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5518599Z Primary reference "System.Collections.Specialized, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5519071Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.Specialized.dll". 2021-11-23T19:08:42.5519494Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5519929Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5520345Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5520885Z Primary reference "System.Collections, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5521317Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Collections.dll". 2021-11-23T19:08:42.5521785Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5522202Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5522615Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5522978Z Primary reference "System.ComponentModel.Annotations, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5523445Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.Annotations.dll". 2021-11-23T19:08:42.5523843Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5524243Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5524654Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5525037Z Primary reference "System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 2021-11-23T19:08:42.5525498Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.DataAnnotations.dll". 2021-11-23T19:08:42.5525902Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5526315Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5526891Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5527475Z Primary reference "System.ComponentModel.EventBasedAsync, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5527989Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.EventBasedAsync.dll". 2021-11-23T19:08:42.5528416Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5528863Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5529410Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5529815Z Primary reference "System.ComponentModel.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5530494Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.Primitives.dll". 2021-11-23T19:08:42.5531068Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5531466Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5531878Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5532262Z Primary reference "System.ComponentModel.TypeConverter, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5532721Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.TypeConverter.dll". 2021-11-23T19:08:42.5533124Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5533541Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5533933Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5534299Z Primary reference "System.ComponentModel, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5534872Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ComponentModel.dll". 2021-11-23T19:08:42.5535247Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5535667Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5536074Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5536423Z Primary reference "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5536859Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Configuration.dll". 2021-11-23T19:08:42.5537244Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5537645Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5538058Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5538416Z Primary reference "System.Console, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5538833Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Console.dll". 2021-11-23T19:08:42.5539212Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5539626Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5540020Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5540373Z Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 2021-11-23T19:08:42.5550678Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Core.dll". 2021-11-23T19:08:42.5759067Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5759928Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5760556Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5760928Z Primary reference "System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5761540Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Data.Common.dll". 2021-11-23T19:08:42.5761925Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5762326Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5762743Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5763119Z Primary reference "System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 2021-11-23T19:08:42.5763567Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Data.DataSetExtensions.dll". 2021-11-23T19:08:42.5763959Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5764433Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5764828Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5765183Z Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 2021-11-23T19:08:42.5765601Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Data.dll". 2021-11-23T19:08:42.5766103Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5766531Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5766939Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5767296Z Primary reference "System.Diagnostics.Contracts, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5767750Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Contracts.dll". 2021-11-23T19:08:42.5768144Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5768547Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5768962Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5769329Z Primary reference "System.Diagnostics.Debug, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5769768Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Debug.dll". 2021-11-23T19:08:42.5770157Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5770572Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5770967Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5771348Z Primary reference "System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.5771820Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.DiagnosticSource.dll". 2021-11-23T19:08:42.5772206Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5772716Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5773132Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5773496Z Primary reference "System.Diagnostics.FileVersionInfo, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5773963Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.FileVersionInfo.dll". 2021-11-23T19:08:42.5774364Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5774761Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5775174Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5775549Z Primary reference "System.Diagnostics.Process, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5775985Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Process.dll". 2021-11-23T19:08:42.5776374Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5776788Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5777182Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5777555Z Primary reference "System.Diagnostics.StackTrace, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5778109Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.StackTrace.dll". 2021-11-23T19:08:42.5778498Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5778913Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5779319Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5779690Z Primary reference "System.Diagnostics.TextWriterTraceListener, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5780174Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.TextWriterTraceListener.dll". 2021-11-23T19:08:42.5782499Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5783100Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5784195Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5784747Z Primary reference "System.Diagnostics.Tools, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5785343Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Tools.dll". 2021-11-23T19:08:42.5785878Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5786450Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5786991Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5787518Z Primary reference "System.Diagnostics.TraceSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5788147Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.TraceSource.dll". 2021-11-23T19:08:42.5788885Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5789466Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5790029Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5790522Z Primary reference "System.Diagnostics.Tracing, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5791141Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Diagnostics.Tracing.dll". 2021-11-23T19:08:42.5791839Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5792356Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5792884Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5793358Z Primary reference "System.Drawing.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5794225Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Drawing.Primitives.dll". 2021-11-23T19:08:42.5794690Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5795185Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5795657Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5796228Z Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5796741Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Drawing.dll". 2021-11-23T19:08:42.5797185Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5797837Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5798307Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5798715Z Primary reference "System.Dynamic.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5799224Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Dynamic.Runtime.dll". 2021-11-23T19:08:42.5799677Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5800142Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5800620Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5801038Z Primary reference "System.Formats.Asn1, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.5801527Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Formats.Asn1.dll". 2021-11-23T19:08:42.5801970Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5802607Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5803049Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5803474Z Primary reference "System.Globalization.Calendars, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5803986Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Globalization.Calendars.dll". 2021-11-23T19:08:42.5804516Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5804989Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5805444Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5805848Z Primary reference "System.Globalization.Extensions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5806362Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Globalization.Extensions.dll". 2021-11-23T19:08:42.5806813Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5807259Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5807721Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5808131Z Primary reference "System.Globalization, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5808605Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Globalization.dll". 2021-11-23T19:08:42.5809036Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5809500Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5810044Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5810468Z Primary reference "System.IO.Compression.Brotli, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 2021-11-23T19:08:42.5810985Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Compression.Brotli.dll". 2021-11-23T19:08:42.5811409Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5811873Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5812330Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5812737Z Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 2021-11-23T19:08:42.5813258Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Compression.FileSystem.dll". 2021-11-23T19:08:42.5813708Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5814159Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5814625Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5815044Z Primary reference "System.IO.Compression.ZipFile, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 2021-11-23T19:08:42.5815538Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Compression.ZipFile.dll". 2021-11-23T19:08:42.5815979Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5816629Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5817275Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5817948Z Primary reference "System.IO.Compression, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 2021-11-23T19:08:42.5818602Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Compression.dll". 2021-11-23T19:08:42.5819069Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5819583Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5820088Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5854165Z Primary reference "System.IO.FileSystem.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5858228Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.AccessControl.dll". 2021-11-23T19:08:42.5858712Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5859147Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5859586Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5859981Z Primary reference "System.IO.FileSystem.DriveInfo, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5860452Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.DriveInfo.dll". 2021-11-23T19:08:42.5861049Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5861499Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5862113Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5862522Z Primary reference "System.IO.FileSystem.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5863022Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.Primitives.dll". 2021-11-23T19:08:42.5863427Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5863868Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5864351Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5864921Z Primary reference "System.IO.FileSystem.Watcher, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5865648Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.Watcher.dll". 2021-11-23T19:08:42.5866090Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5866545Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5867005Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5867414Z Primary reference "System.IO.FileSystem, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5868048Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.FileSystem.dll". 2021-11-23T19:08:42.5868643Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5869083Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5869506Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5870018Z Primary reference "System.IO.IsolatedStorage, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5870502Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.IsolatedStorage.dll". 2021-11-23T19:08:42.5870899Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5871340Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5871776Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5872153Z Primary reference "System.IO.MemoryMappedFiles, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5872639Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.MemoryMappedFiles.dll". 2021-11-23T19:08:42.5873058Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5873480Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5873915Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5911176Z Primary reference "System.IO.Pipes.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5911765Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Pipes.AccessControl.dll". 2021-11-23T19:08:42.5912205Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5920881Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5921457Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5921913Z Primary reference "System.IO.Pipes, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5922568Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.Pipes.dll". 2021-11-23T19:08:42.5940943Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5941547Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5942008Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5942405Z Primary reference "System.IO.UnmanagedMemoryStream, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5950700Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.UnmanagedMemoryStream.dll". 2021-11-23T19:08:42.5951265Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5951713Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5960451Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5960907Z Primary reference "System.IO, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5961349Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.IO.dll". 2021-11-23T19:08:42.5961934Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5962393Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5962880Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5970567Z Primary reference "System.Linq.Expressions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5981197Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Linq.Expressions.dll". 2021-11-23T19:08:42.5981659Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5983546Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.5984156Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.5984642Z Primary reference "System.Linq.Parallel, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.5985265Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Linq.Parallel.dll". 2021-11-23T19:08:42.5985984Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.5986789Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6009756Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6010191Z Primary reference "System.Linq.Queryable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6010646Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Linq.Queryable.dll". 2021-11-23T19:08:42.6011059Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6011727Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6020916Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6021455Z Primary reference "System.Linq, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6021936Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Linq.dll". 2021-11-23T19:08:42.6022340Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6023145Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6023581Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6023943Z Primary reference "System.Memory, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.6036436Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Memory.dll". 2021-11-23T19:08:42.6037333Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6037794Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6038255Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6038668Z Primary reference "System.Net.Http.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.6039142Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Http.Json.dll". 2021-11-23T19:08:42.6048337Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6048886Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6049323Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6057226Z Primary reference "System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6057927Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Http.dll". 2021-11-23T19:08:42.6058319Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6058760Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6059194Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6066380Z Primary reference "System.Net.HttpListener, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.6067002Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.HttpListener.dll". 2021-11-23T19:08:42.6067433Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6068229Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6068651Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6074800Z Primary reference "System.Net.Mail, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.6075375Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Mail.dll". 2021-11-23T19:08:42.6075770Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6076175Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6076812Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6084407Z Primary reference "System.Net.NameResolution, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6085190Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.NameResolution.dll". 2021-11-23T19:08:42.6085745Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6086481Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6087098Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6087507Z Primary reference "System.Net.NetworkInformation, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6088004Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.NetworkInformation.dll". 2021-11-23T19:08:42.6088619Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6089061Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6089489Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6089854Z Primary reference "System.Net.Ping, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6090304Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Ping.dll". 2021-11-23T19:08:42.6090691Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6091138Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6091571Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6092172Z Primary reference "System.Net.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6092655Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Primitives.dll". 2021-11-23T19:08:42.6093068Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6093493Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6093930Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6094315Z Primary reference "System.Net.Requests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6094958Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Requests.dll". 2021-11-23T19:08:42.6095575Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6096043Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6096486Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6096894Z Primary reference "System.Net.Security, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6097381Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Security.dll". 2021-11-23T19:08:42.6097793Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6098715Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6099150Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6099529Z Primary reference "System.Net.ServicePoint, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.6100000Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.ServicePoint.dll". 2021-11-23T19:08:42.6100411Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6101003Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6101461Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6101843Z Primary reference "System.Net.Sockets, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6102295Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.Sockets.dll". 2021-11-23T19:08:42.6102705Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6103329Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6103756Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6104150Z Primary reference "System.Net.WebClient, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.6104627Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebClient.dll". 2021-11-23T19:08:42.6105028Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6105489Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6105934Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6106474Z Primary reference "System.Net.WebHeaderCollection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6106981Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebHeaderCollection.dll". 2021-11-23T19:08:42.6107413Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6107850Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6108461Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6108845Z Primary reference "System.Net.WebProxy, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 2021-11-23T19:08:42.6109296Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebProxy.dll". 2021-11-23T19:08:42.6109706Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6110145Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6110561Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6111177Z Primary reference "System.Net.WebSockets.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6111672Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebSockets.Client.dll". 2021-11-23T19:08:42.6112084Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6112653Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6113285Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6113682Z Primary reference "System.Net.WebSockets, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6114176Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.WebSockets.dll". 2021-11-23T19:08:42.6114609Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6115216Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6115920Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6116323Z Primary reference "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6116775Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Net.dll". 2021-11-23T19:08:42.6117204Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6117676Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6118449Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6118840Z Primary reference "System.Numerics.Vectors, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6119313Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Numerics.Vectors.dll". 2021-11-23T19:08:42.6119709Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6120155Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6120692Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6121063Z Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 2021-11-23T19:08:42.6121520Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Numerics.dll". 2021-11-23T19:08:42.6121920Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6122342Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6122954Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6123349Z Primary reference "System.ObjectModel, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6123810Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.ObjectModel.dll". 2021-11-23T19:08:42.6124410Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6125080Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6181462Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6181892Z Primary reference "System.Reflection.DispatchProxy, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6182361Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.DispatchProxy.dll". 2021-11-23T19:08:42.6182747Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6184513Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6185188Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6185698Z Primary reference "System.Reflection.Emit.ILGeneration, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6186345Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.Emit.ILGeneration.dll". 2021-11-23T19:08:42.6186897Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6187738Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6188364Z The ImageRuntimeVersion for this reference is "". 2021-11-23T19:08:42.6188973Z Primary reference "System.Reflection.Emit.Lightweight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 2021-11-23T19:08:42.6189603Z Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0/ref/net6.0/System.Reflection.Emit.Lightweight.dll". 2021-11-23T19:08:42.6190009Z Reference found at search path location "{RawFileName}". 2021-11-23T19:08:42.6190427Z This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 2021-11-23T19:08:42.6190821Z The ImageRuntimeVersion for this reference is "".