Skip to content

-Channel master -Version coherent downloads 3.0, not 5.0 #64

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

Closed
danmoseley opened this issue Aug 3, 2020 · 3 comments · Fixed by #103
Closed

-Channel master -Version coherent downloads 3.0, not 5.0 #64

danmoseley opened this issue Aug 3, 2020 · 3 comments · Fixed by #103
Assignees
Labels
maintenance-mode-prerequisite Maintenance mode prerequisites triaged

Comments

@danmoseley
Copy link
Member

danmoseley commented Aug 3, 2020

Is that right? If I remove "-Version coherent" it tries to get 5.0. 3.0 isn't even in support anymore.

C:\git\performance>curl -o dotnet-install.ps1 https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.ps1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 39736 100 39736 0 0 39736 0 0:00:01 --:--:-- 0:00:01 497k

C:\git\performance>powershell.exe -NoProfile -ExecutionPolicy Bypass dotnet-install.ps1 -InstallDir C:\git\performance\tools\dotnet\x64 -Architecture x64 -Channel master -Version coherent
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/3.0.100-preview-009817/dotnet-sdk-3.0.100-preview-009817-win-x64.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/3.0.100-preview-009817/dotnet-sdk-3.0.100-preview-009817-win-x64.zip
dotnet-install: Adding to current process PATH: "C:\git\performance\tools\dotnet\x64\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Installation finished
@bekir-ozturk bekir-ozturk self-assigned this Aug 10, 2020
@bekir-ozturk
Copy link
Contributor

Hi @danmosemsft ,
Thanks for the issue. Install scripts rely on latest.coherent.version file to determine the latest coherent build, but the file hasn't been updated since 2018. It still points to 3.0 build in the logs you shared.
At the moment, I don't know why it is no longer being generated. I will investigate more and post updates here.

@danmoseley
Copy link
Member Author

OK thanks @bozturkMSFT . Maybe it isn't meaningful anymore -- I was just trying to work around the other issue I logged

@bekir-ozturk
Copy link
Contributor

@KathleenDollard We have decided to drop support for downloading coherent versions using -version option.

@bekir-ozturk bekir-ozturk removed their assignment Sep 22, 2020
bekir-ozturk added a commit to dotnet/docs that referenced this issue Sep 22, 2020
Related issue dotnet/install-scripts#64

Install scripts no longer allow downloading coherent versions and we have decided to remove that feature.
This PR updates the documentation to remove the section related to `coherent` version option.
tdykstra pushed a commit to dotnet/docs that referenced this issue Sep 22, 2020
Related issue dotnet/install-scripts#64

Install scripts no longer allow downloading coherent versions and we have decided to remove that feature.
This PR updates the documentation to remove the section related to `coherent` version option.
@AR-May AR-May added the maintenance-mode-prerequisite Maintenance mode prerequisites label Nov 6, 2020
@vlada-shubina vlada-shubina self-assigned this Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance-mode-prerequisite Maintenance mode prerequisites triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants