Skip to content

evaluate inner and outer build in parallel

c6782be
Select commit
Loading
Failed to load commit list.
Draft

Stop using ProjectGraph for static graph restore #7268

evaluate inner and outer build in parallel
c6782be
Select commit
Loading
Failed to load commit list.
Azure Pipelines / NuGet.Client CI failed Apr 21, 2026 in 48m 53s

Build #20260421.1 had test failures

Details

Tests

  • Failed: 4 (0.01%)
  • Passed: 61,777 (98.28%)
  • Other: 1,077 (1.71%)
  • Total: 62,858

Annotations

Check failure on line 15 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

Build log #L15

Cmd.exe exited with code '128'.

Check failure on line 233 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

Build log #L233

Error: The process 'D:\a\_work\1\s\cli\dotnet.exe' failed with exit code 1

Check failure on line 238 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

Build log #L238

Dotnet command failed with non-zero exit code on the following projects : [ '' ]

Check failure on line 328 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

Build log #L328

Error: The process 'D:\a\_work\1\s\cli\dotnet.exe' failed with exit code 1

Check failure on line 1 in Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(useStaticGraphRestore: True, usePackageSpecFactory: False)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(useStaticGraphRestore: True, usePackageSpecFactory: False)

Expected restoreResult.Success to be True, but found False.
Raw output
   at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
   at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
   at FluentAssertions.Primitives.BooleanAssertions`1.BeTrue(String because, Object[] becauseArgs)
   at Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(Boolean useStaticGraphRestore, Boolean usePackageSpecFactory) in D:\a\_work\1\s\test\NuGet.Core.FuncTests\Msbuild.Integration.Test\MsbuildRestoreTaskTests.cs:line 2339

Check failure on line 1 in Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(useStaticGraphRestore: True, usePackageSpecFactory: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(useStaticGraphRestore: True, usePackageSpecFactory: True)

Expected restoreResult.Success to be True, but found False.
Raw output
   at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
   at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
   at FluentAssertions.Primitives.BooleanAssertions`1.BeTrue(String because, Object[] becauseArgs)
   at Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(Boolean useStaticGraphRestore, Boolean usePackageSpecFactory) in D:\a\_work\1\s\test\NuGet.Core.FuncTests\Msbuild.Integration.Test\MsbuildRestoreTaskTests.cs:line 2339

Check failure on line 1 in Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(useStaticGraphRestore: False, usePackageSpecFactory: False)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(useStaticGraphRestore: False, usePackageSpecFactory: False)

Expected restoreResult.Success to be True, but found False.
Raw output
   at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
   at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
   at FluentAssertions.Primitives.BooleanAssertions`1.BeTrue(String because, Object[] becauseArgs)
   at Msbuild.Integration.Test.MsbuildRestoreTaskTests.MsbuildRestore_NonSdkProjectReferencingSdkMultiTargetedProject_WithSetTargetFramework_Succeeds(Boolean useStaticGraphRestore, Boolean usePackageSpecFactory) in D:\a\_work\1\s\test\NuGet.Core.FuncTests\Msbuild.Integration.Test\MsbuildRestoreTaskTests.cs:line 2339

Check failure on line 1 in NuGet.Protocol.Tests.PackageUpdateResourceTests.Push_WhenPushingToAnHttpSymbolSourceAndAllowInsecureConnections_logsError(allowInsecureConnections: False, isErrorExpected: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / NuGet.Client CI

NuGet.Protocol.Tests.PackageUpdateResourceTests.Push_WhenPushingToAnHttpSymbolSourceAndAllowInsecureConnections_logsError(allowInsecureConnections: False, isErrorExpected: True)

System.Threading.Tasks.TaskCanceledException : A task was canceled.
Raw output
   at NuGet.Protocol.HttpRetryHandler.SendAsync(HttpRetryHandlerRequest request, String source, ILogger log, CancellationToken cancellationToken) in D:\a\_work\1\s\src\NuGet.Core\NuGet.Protocol\HttpSource\HttpRetryHandler.cs:line 169
   at NuGet.Protocol.HttpSource.GetThrottledResponse(Func`1 requestFactory, TimeSpan requestTimeout, TimeSpan downloadTimeout, Int32 maxTries, Boolean isRetry, Boolean isLastAttempt, Guid sessionId, ILogger log, CancellationToken cancellationToken) in D:\a\_work\1\s\src\NuGet.Core\NuGet.Protocol\HttpSource\HttpSource.cs:line 359
   at NuGet.Protocol.HttpSource.ProcessResponseAsync[T](HttpSourceRequest request, Func`2 processAsync, SourceCacheContext cacheContext, ILogger log, CancellationToken token) in D:\a\_work\1\s\src\NuGet.Core\NuGet.Protocol\HttpSource\HttpSource.cs:line 304
   at NuGet.Protocol.Core.Types.PackageUpdateResource.PushPackageToServer(String source, String apiKey, String pathToPackage, Boolean noServiceEndpoint, Boolean skipDuplicate, TimeSpan requestTimeout, Boolean logErrorForHttpSources, Boolean allowInsecureConnections, ILogger logger, CancellationToken token) in D:\a\_work\1\s\src\NuGet.Core\NuGet.Protocol\Resources\PackageUpdateResource.cs:line 506
   at NuGet.Protocol.Core.Types.PackageUpdateResource.PushPackageCore(String source, String apiKey, String packageToPush, Boolean noServiceEndpoint, Boolean skipDuplicate, TimeSpan requestTimeout, Boolean logErrorForHttpSources, Boolean allowInsecureConnections, ILogger log, CancellationToken token) in D:\a\_work\1\s\src\NuGet.Core\NuGet.Protocol\Resources\PackageUpdateResource.cs:line 379
   at NuGet.Protocol.Core.Types.PackageUpdateResource.PushPackagePath(String packagePath, String source, String symbolSource, String apiKey, Func`2 getSymbolApiKey, Boolean noServiceEndpoint, Boolean skipDuplicate, Boolean allowSnupkg, Boolean allowInsecureConnections, TimeSpan requestTimeout, ILogger log, CancellationToken token) in D:\a\_work\1\s\src\NuGet.Core\NuGet.Protocol\Resources\PackageUpdateResource.cs:line 297
   at NuGet.Protocol.Core.Types.PackageUpdateResource.PushAsync(IList`1 packagePaths, String symbolSource, Int32 timeoutInSecond, Boolean disableBuffering, Func`2 getApiKey, Func`2 getSymbolApiKey, Boolean noServiceEndpoint, Boolean skipDuplicate, Boolean allowSnupkg, Boolean allowInsecureConnections, ILogger log) in D:\a\_work\1\s\src\NuGet.Core\NuGet.Protocol\Resources\PackageUpdateResource.cs:line 109
   at NuGet.Protocol.Core.Types.PackageUpdateResource.Push(IList`1 packagePaths, String symbolSource, Int32 timeoutInSecond, Boolean disableBuffering, Func`2 getApiKey, Func`2 getSymbolApiKey, Boolean noServiceEndpoint, Boolean skipDuplicate, SymbolPackageUpdateResourceV3 symbolPackageUpdateResource, Boolean allowInsecureConnections, ILogger log) in D:\a\_work\1\s\src\NuGet.Core\NuGet.Protocol\Resources\PackageUpdateResource.cs:line 142
   at NuGet.Protocol.Tests.PackageUpdateResourceTests.Push_WhenPushingToAnHttpSymbolSourceAndAllowInsecureConnections_logsError(Boolean allowInsecureConnections, Boolean isErrorExpected) in D:\a\_work\1\s\test\NuGet.Core.Tests\NuGet.Protocol.Tests\Resources\PackageUpdateResourceTests.cs:line 934
--- End of stack trace from previous location ---