Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!temporary! Increase dotnet-install logging #27972

Merged
merged 1 commit into from
Nov 19, 2020

Commits on Nov 19, 2020

  1. !temporary! Increase dotnet-install logging

    - changes may help figure out dotnet/core-eng#11424
    - will likely go away in the next Arcade update PR
      - if not, we should revert this change after dotnet/core-eng#11424 is done for realz
    
    FYI @MattGal I didn't find a way to add similar logging in tools.sh. Tried
    - adding `chmod +x "$install_script"` in `GetDotNetInstallScript`
    - changing commands to `bash "verbose=true \"$install_script\" ..."` in `InstallDotNet`
    but that didn't get the `say_verbose` or `eval $invocation` bits in the script going.
    dougbu committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    021f33f View commit details
    Browse the repository at this point in the history