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

Fix InitializeDotNetCli call in darc-init.sh #8190

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

michellemcdaniel
Copy link
Contributor

In the ps1 script, we set install to true, but in the sh script, we weren't, so tools.sh would see that install is not set, and assume dotnet was already installed in the expected place, which isn't true. This change adds true to the InitializeDotNetCli call so that dotnet will be installed if needed when running darc-init.sh

To double check:

In the ps1 script, we set install to true, but in the sh script, we weren't, so tools.sh would see that install is not set, and assume dotnet was already installed in the expected place, which isn't true. This change adds true to the InitializeDotNetCli call so that dotnet will be installed if needed when running darc-init.sh
@riarenas
Copy link
Member

What issue is this solving? something in the release repo?

@michellemcdaniel
Copy link
Contributor Author

I was trying to initialize darc on my macbook, and it was failing to get dotnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants