-
Notifications
You must be signed in to change notification settings - Fork 129
download the windows sdk directly #802
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
Conversation
# Investigate scoop? | ||
- choco install -y dart-sdk -version 1.11.1 | ||
# - choco install -y dart-sdk -version 1.11.1 | ||
- ps: wget https://storage.googleapis.com/dart-archive/channels/dev/release/1.12.0-dev.5.1/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it make sense to download whatever the latest dev channel is?
https://gsdview.appspot.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-windows-x64-release.zip
this link should always point to the latest dev channel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, totally. I'm just looking to get a build through once though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the link :)
- choco install -y dart-sdk -version 1.11.1 | ||
# TODO: Switch back to chocolatey once 1.12.0 is available. | ||
# - choco install -y dart-sdk -version 1.11.1 | ||
- ps: wget https://gsdview.appspot.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure we want 'be' channel? shouldn't we use dev ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will change to dev
tweak script tweak build is green be ==> dev
e9ce528
to
3b5513f
Compare
lgtm thank you! |
download the windows sdk directly
Re-enable the windows bot. Will need to ping this PR a few times.