Fix rolling build failures, missing dependency #12628

Open
opened 2026-01-31 03:20:37 +00:00 by claunia · 0 comments
Owner

Originally created by @miniksa on GitHub (Feb 17, 2021).

Originally assigned to: @miniksa on GitHub.

It actually looks like the rolling builds are broken too: https://dev.azure.com/ms/terminal/_build/results?buildId=139468&view=logs&j=20c53c45-6f0c-50af-9c69-e93710d9ccb1&t=10a580e5-4c97-5b69-8e02-8d961e3cb079

C:\Program Files\dotnet\sdk\5.0.103\MSBuild.dll -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,C:\Program Files\dotnet\sdk\5.0.103\dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,C:\Program Files\dotnet\sdk\5.0.103\dotnet.dll -maxcpucount -verbosity:m /binaryLogger:D:\a\1\s/RunTestsInHelix.x64.release.binlog /p:HelixBuild=139468.x64.release /p:Platform=x64 /p:Configuration=release /p:HelixType=test/devtest /p:TestSuite=DevTestSuite /p:ProjFilesPath=D:\a\1\a /p:rerunPassesRequiredToAvoidFailure=5 /p:IsExternal=true /p:Creator=Terminal /p:HelixTargetQueues=windows.10.amd64.client19h1.open.xaml D:\a\1\s\build\Helix\RunTestsInHelix.proj
D:\a\1\s\build\Helix\RunTestsInHelix.proj : error : Unable to find package Microsoft.DotNet.Helix.Sdk. No packages exist with this id in source(s): TerminalDependencies
D:\a\1\s\build\Helix\RunTestsInHelix.proj : error MSB4236: The SDK 'Microsoft.DotNet.Helix.Sdk' specified could not be found.
##[error]Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1
Info: Azure Pipelines hosted agents have been updated and now contain .Net 5.x SDK/Runtime along with the older .Net Core version which are currently lts. Unless you have locked down a SDK version for your project(s), 5.x SDK might be picked up which might have breaking behavior as compared to previous versions. You can learn more about the breaking changes here: https://docs.microsoft.com/en-us/dotnet/core/tools/ and https://docs.microsoft.com/en-us/dotnet/core/compatibility/ . To learn about more such changes and troubleshoot, refer here: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/dotnet-core-cli?view=azure-devops#troubleshooting
##[error]Dotnet command failed with non-zero exit code on the following projects : D:\a\1\s\build\Helix\RunTestsInHelix.proj

Originally posted by @zadjii-msft in https://github.com/microsoft/terminal/issues/9192#issuecomment-780610234

Originally created by @miniksa on GitHub (Feb 17, 2021). Originally assigned to: @miniksa on GitHub. It actually looks like the rolling builds are broken too: https://dev.azure.com/ms/terminal/_build/results?buildId=139468&view=logs&j=20c53c45-6f0c-50af-9c69-e93710d9ccb1&t=10a580e5-4c97-5b69-8e02-8d961e3cb079 ``` C:\Program Files\dotnet\sdk\5.0.103\MSBuild.dll -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,C:\Program Files\dotnet\sdk\5.0.103\dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,C:\Program Files\dotnet\sdk\5.0.103\dotnet.dll -maxcpucount -verbosity:m /binaryLogger:D:\a\1\s/RunTestsInHelix.x64.release.binlog /p:HelixBuild=139468.x64.release /p:Platform=x64 /p:Configuration=release /p:HelixType=test/devtest /p:TestSuite=DevTestSuite /p:ProjFilesPath=D:\a\1\a /p:rerunPassesRequiredToAvoidFailure=5 /p:IsExternal=true /p:Creator=Terminal /p:HelixTargetQueues=windows.10.amd64.client19h1.open.xaml D:\a\1\s\build\Helix\RunTestsInHelix.proj D:\a\1\s\build\Helix\RunTestsInHelix.proj : error : Unable to find package Microsoft.DotNet.Helix.Sdk. No packages exist with this id in source(s): TerminalDependencies D:\a\1\s\build\Helix\RunTestsInHelix.proj : error MSB4236: The SDK 'Microsoft.DotNet.Helix.Sdk' specified could not be found. ##[error]Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1 Info: Azure Pipelines hosted agents have been updated and now contain .Net 5.x SDK/Runtime along with the older .Net Core version which are currently lts. Unless you have locked down a SDK version for your project(s), 5.x SDK might be picked up which might have breaking behavior as compared to previous versions. You can learn more about the breaking changes here: https://docs.microsoft.com/en-us/dotnet/core/tools/ and https://docs.microsoft.com/en-us/dotnet/core/compatibility/ . To learn about more such changes and troubleshoot, refer here: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/dotnet-core-cli?view=azure-devops#troubleshooting ##[error]Dotnet command failed with non-zero exit code on the following projects : D:\a\1\s\build\Helix\RunTestsInHelix.proj ``` _Originally posted by @zadjii-msft in https://github.com/microsoft/terminal/issues/9192#issuecomment-780610234_
claunia added the Resolution-Fix-AvailableIssue-BugProduct-MetaArea-Build labels 2026-01-31 03:20:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#12628