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

Update DotNetInstallerUri to https://dot.net/v1/dotnet-install.ps1 #1538

Closed
tsomersu opened this issue Mar 21, 2017 · 1 comment
Closed

Update DotNetInstallerUri to https://dot.net/v1/dotnet-install.ps1 #1538

tsomersu opened this issue Mar 21, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@tsomersu
Copy link

Currently the cake/build.ps1 has the following reference for dotnet install script:

$DotNetChannel = "preview";
$DotNetVersion = "1.0.0-preview2-003121";
$DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1";

Now that it is out of preview, these could be updated to:

$DotNetChannel = "production";
$DotNetVersion = "Latest";
$DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1"

See #https://github.com/dotnet/cli/issues/5773#issuecomment-285160511

@devlead
Copy link
Member

devlead commented Mar 21, 2017

Yes that's on our todo, need to update Cake itself to utilize new SDK, likely v0.20.0 timeframe maybe sooner.

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

No branches or pull requests

3 participants