We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757a532 commit e9ce528Copy full SHA for e9ce528
appveyor.yml
@@ -5,7 +5,7 @@
5
install:
6
# TODO: Switch back to chocolatey once 1.12.0 is available.
7
# - choco install -y dart-sdk -version 1.11.1
8
- - ps: wget https://gsdview.appspot.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
+ - ps: wget https://gsdview.appspot.com/dart-archive/channels/dev/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
9
- cmd: echo "Unzipping dart-sdk..."
10
- cmd: 7z x dart-sdk.zip -o"C:\tools" -y > nul
11
- set PATH=%PATH%;C:\tools\dart-sdk\bin
0 commit comments