Skip to content

Skip whole CI legs for documentation/.github-only PRs#14384

Open
jankratochvilcz wants to merge 6 commits into
mainfrom
skip-ci-jobs-for-docs-only
Open

Skip whole CI legs for documentation/.github-only PRs#14384
jankratochvilcz wants to merge 6 commits into
mainfrom
skip-ci-jobs-for-docs-only

Revert docs-only gate to self-hosted NetCore-Public pool

8a42101
Select commit
Loading
Failed to load commit list.
Azure Pipelines / msbuild-pr failed Jul 16, 2026 in 2h 5m 11s

Build #20260716.7 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 84,084 (98.00%)
  • Other: 1,715 (2.00%)
  • Total: 85,800

Annotations

Check failure on line 1 in Microsoft.Build.Engine.UnitTests.NetTaskHost_E2E_Tests.NetTaskHost_SymlinkedSdkPath_ShouldNotCauseMSB4216

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

Microsoft.Build.Engine.UnitTests.NetTaskHost_E2E_Tests.NetTaskHost_SymlinkedSdkPath_ShouldNotCauseMSB4216

System.TimeoutException : Test failed due to timeout: process 32461 is active for more than 30 sec.
Raw output
   at Microsoft.Build.UnitTests.Shared.RunnerUtilities.RunProcessAndGetOutput(String process, String parameters, Boolean& successfulExit, Boolean shellExecute, ITestOutputHelper outputHelper, Boolean attachProcessId, Int32 timeoutMilliseconds, Dictionary`2 environmentVariables) in /_/src/UnitTests.Shared/RunnerUtilities.cs:line 292
   at Microsoft.Build.Engine.UnitTests.NetTaskHost_E2E_Tests.NetTaskHost_SymlinkedSdkPath_ShouldNotCauseMSB4216() in /Users/runner/work/1/s/src/Build.UnitTests/NetTaskHost_E2E_Tests.cs:line 392
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)