dotnetcore-buildpack
dotnetcore-buildpack copied to clipboard
Install through installer script
- Added script installation process
- Added the SDK download to the cache
- Added a function to detect if a .csproj file is a valid web project
- It uses python3 (installed by default into heroku)
- Currently this function isn't used
- Added a .gitattributes to solve testing problems under Docker for Windows
This is to solve #14.
Hello @jincod
Here is a solve path of this.
Please test it, I've tested it and it works fine.
Cheers,
Hello,
Note that by default the installer script searches in the current directory for a globa..json to determine the SDK version that needs to be installed.
Cheers,