Skip to content

Build with the installed .NET SDK - #326

Merged
andystaples merged 1 commit into
mainfrom
andystaples-fix-ado-cfs-build
Jul 31, 2026
Merged

Build with the installed .NET SDK#326
andystaples merged 1 commit into
mainfrom
andystaples-fix-ado-cfs-build

Conversation

@andystaples

Copy link
Copy Markdown
Contributor

Summary

  • replace VSBuild@1 with DotNetCoreCLI@2 in both ADO build definitions
  • build through the installed .NET 10 SDK instead of Visual Studio 2022's incompatible MSBuild 17.14
  • preserve the explicit CFS restore boundary with --no-restore and existing version properties

Root cause

ADO run 20260731.4 restored successfully through CFS, then failed because .NET SDK 10.0.302 requires MSBuild 18 while VSBuild@1 selected Visual Studio 2022 MSBuild 17.14.

Validation

  • official ADO pipeline run 20260731.5 succeeded against this branch
  • all seven projects restored successfully through the repository CFS configuration
  • SDK-native Release build succeeded with zero errors
  • Network Isolation recorded no blocked connections and reported CFSClean, CFSClean2, CFSClean3, and Default Deny compliant

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 4a70cde5-078e-4271-88d1-8afe23b5cead
@andystaples
andystaples merged commit 2ad277c into main Jul 31, 2026
5 checks passed
@andystaples
andystaples deleted the andystaples-fix-ado-cfs-build branch July 31, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants