Skip to content

Fix CI/CD workflow SDK resolution on GitHub Actions (port to 7.4.x)#26

Open
droyad wants to merge 1 commit into
release/7.4.xfrom
robw/port-ci-sdk-resolution-fix-to-7.4.x
Open

Fix CI/CD workflow SDK resolution on GitHub Actions (port to 7.4.x)#26
droyad wants to merge 1 commit into
release/7.4.xfrom
robw/port-ci-sdk-resolution-fix-to-7.4.x

Conversation

@droyad

@droyad droyad commented Jun 5, 2026

Copy link
Copy Markdown

Ports 5c17618 ("Fix CI/CD workflow SDK resolution on GitHub Actions") from release/7.3.x to release/7.4.x. That commit only ever landed on 7.3.x, so 7.4.x's GitHub Actions build is still broken.

build/common.ps1 exports DOTNET_ROOT and PATH for the installed .NET SDK
  using Azure DevOps logging commands (##vso[...]), which GitHub Actions
  silently ignores. As a result, the 9.0.3xx SDK that configure.ps1
  installs into ./cli/ was invisible to the build step's VS MSBuild SDK
  resolver, causing 85 × MSB4236 "Microsoft.NET.Sdk could not be found"
  errors during restore.
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