Oryx
Oryx copied to clipboard
Ignore PROJECT variable for non .NET project files
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.