Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Ignore PROJECT variable for non .NET project files

Open Saipriya-1144 opened this issue 3 weeks ago • 0 comments

In .NET detection, PROJECT environment variable is used to specify which project file to build, but this environment variable is very generic and may not contain valid .NET project files.

Now only honor PROJECT when it specifies valid .csproj or .fsproj files, otherwise ignore and fall back to auto-detection.

  • [ ] The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • [ ] Tests are included and/or updated for code changes.
  • [ ] Proper license headers are included in each file.

Saipriya-1144 avatar Dec 05 '25 05:12 Saipriya-1144