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

Install .net core 3.1 SDK inline during RM build #42

Closed
ghost opened this issue Nov 21, 2019 · 1 comment
Closed

Install .net core 3.1 SDK inline during RM build #42

ghost opened this issue Nov 21, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 21, 2019

To unblock RM repo integration (https://github.com/elastic/infra/issues/16141#issuecomment-557271631) add commands to install .net core 3.0 SDK during build.

@ghost
Copy link
Author

ghost commented Nov 25, 2019

ghost pushed a commit that referenced this issue Nov 25, 2019
ghost pushed a commit that referenced this issue Nov 25, 2019
Release Manager will call it in setupWindowsCommands

    '$PROJECT_DIR/tools/dotnet-install.ps1 -Version "3.0.101" '
      + '-InstallDir $PROJECT_DIR/tools/dotnet-sdk" -Architecture "x64" -NoPath -Verbose',

See: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script

refs #42
@ghost ghost changed the title Install .net core 3.0 SDK inline during RM build Install .net core 3.1 SDK inline during RM build Dec 18, 2019
@ghost ghost closed this as completed Dec 18, 2019
This issue was closed.
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

No branches or pull requests

0 participants