Skip to content

Comments

Install through installer script#16

Open
francipvb wants to merge 3 commits intojincod:masterfrom
francipvb:installer-script
Open

Install through installer script#16
francipvb wants to merge 3 commits intojincod:masterfrom
francipvb:installer-script

Conversation

@francipvb
Copy link

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

  * 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
set -o nounset # fail on unset variables
unset GIT_DIR # Avoid GIT_DIR leak from previous build steps

if [ "$STACK" != "heroku-16" ]; then
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove this because with the script installer it is not needed.

@francipvb
Copy link
Author

Hello @jincod

Here is a solve path of this.

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

Cheers,

@francipvb
Copy link
Author

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants