dotnetcore-buildpack icon indicating copy to clipboard operation
dotnetcore-buildpack copied to clipboard

Install through installer script

Open francipvb opened this issue 8 years ago • 2 comments

  • 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.

francipvb avatar Aug 27 '17 21:08 francipvb

Hello @jincod

Here is a solve path of this.

Please test it, I've tested it and it works fine.

Cheers,

francipvb avatar Sep 23 '17 03:09 francipvb

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,

francipvb avatar Mar 24 '18 04:03 francipvb