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

Adding DotNetCoreInstallerV1 features to UseDotNetV2 task. #10198

Merged
merged 2 commits into from
Apr 24, 2019

Conversation

hiyadav
Copy link
Contributor

@hiyadav hiyadav commented Apr 24, 2019

Added DotNetCoreInstallerV1 task features to UseDotNetV2 task while maintaining the existing features.
Features Added

  • Side by Side Installation of different sdk/runtime versions using the task

  • Version spec to fetch the latest version of a major or minor version

  • Configurable Multi-level lookup as first class input

Existing Features

  • Adhering to use ecosystem practise

  • Task doesn't fail even when no input is specified

  • Task sets up agent proxy setting by always installing nuget and using its config

Tasks/UseDotNetV2/nugetinstaller.ts Show resolved Hide resolved
Tasks/UseDotNetV2/usedotnet.ts Outdated Show resolved Hide resolved
…gs are present, and setting multilevel lookup only when dotnet version is being installed.
@hiyadav hiyadav merged commit 9de3151 into releases/m150 Apr 24, 2019
hiyadav added a commit that referenced this pull request Apr 24, 2019
* Adding DotNetCoreInstallerV1 features to UseDotNetV2 task.

* Added multiple manifest file, only installing nuget when proxy settings are present, and setting multilevel lookup only when dotnet version is being installed.
hiyadav added a commit that referenced this pull request Apr 24, 2019
* Adding DotNetCoreInstallerV1 features to UseDotNetV2 task.

* Added multiple manifest file, only installing nuget when proxy settings are present, and setting multilevel lookup only when dotnet version is being installed.
hiyadav added a commit that referenced this pull request Apr 26, 2019
…10199)

* Adding DotNetCoreInstallerV1 features to UseDotNetV2 task.

* Added multiple manifest file, only installing nuget when proxy settings are present, and setting multilevel lookup only when dotnet version is being installed.
hiyadav added a commit that referenced this pull request Apr 26, 2019
…10200)

* Adding DotNetCoreInstallerV1 features to UseDotNetV2 task.

* Added multiple manifest file, only installing nuget when proxy settings are present, and setting multilevel lookup only when dotnet version is being installed.
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.

2 participants