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

[DotnetCoreInstaller] Changing logic for finding the right file extractor #7641

Merged
merged 3 commits into from
Jul 6, 2018

Conversation

thesattiraju
Copy link
Contributor

@thesattiraju thesattiraju commented Jul 6, 2018

try {
downloadPath = await toolLib.downloadTool(downloadUrls[i]);
downloadPath = await toolLib.downloadTool(url, url.split('/').pop());
Copy link
Contributor

Choose a reason for hiding this comment

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

lib's recommendation is to not use filename

Copy link
Contributor Author

@thesattiraju thesattiraju Jul 6, 2018

Choose a reason for hiding this comment

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

Changed the logic to select zip/tar extraction

@thesattiraju thesattiraju changed the title [DotnetCoreInstaller] Appending file name to download path [DotnetCoreInstaller] Changing logic for finding the right file extractor Jul 6, 2018
@thesattiraju thesattiraju merged commit b7244f9 into master Jul 6, 2018
@thesattiraju thesattiraju deleted the users/desattir/dncInstaller branch February 12, 2019 05:26
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.

4 participants