-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Build downloading stage0 every time on ubuntu. #5433
Comments
I fixed the commit issue dotnet/cli#1971 |
Is the commit issue related? |
Nope. |
The Relevant code cc: @krwq |
there is no way of reliably checking versions right now since there is more than one versioned folder inside zip. I will fix it once this story is figured out |
@krwq this should now be possible as of dotnet/cli#2022 http://dotnetcli.blob.core.windows.net/dotnet/beta/dnvm/latest.sharedfx.osx.x64.version Would really speed up dev cycles with this in 😄 |
Should be solved with dotnet/cli#2041 |
…e/2.1.3xx Merge release/2.1.2xx to release/2.1.3xx
Steps to reproduce
clone repo
./build.sh
./build.sh
Expected behavior
Downloads stage0 only the first time
Actual behavior
Downloads both times.
Environment data
dotnet --version
output:N/A, as of commit 1887
The text was updated successfully, but these errors were encountered: