Forum Discussion
SSstupid
Oct 26, 2023Copper Contributor
Azure pipeline MSBuild occur error
Azure pipelin - MSBuild occur : error MSB4236 => Error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found. Hello everyone Can anyone suggest any solutions for that. // Backg...
Kidd_Ip
Jun 20, 2025MVP
It means the build agent can’t locate the .NET SDK, even if you’ve installed it via mailto:UseDotNet@2, please ensure the SDK is available to MSBuild, MAUI workloads installed explicitly, besides, would suggest use dotnet build instead of MSBuild@1