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.
2 parents 1e60a51 + b3d649b commit 66e4ccaCopy full SHA for 66e4cca
appveyor.yml
@@ -3,8 +3,6 @@
3
# BSD-style license that can be found in the LICENSE file.
4
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/stable/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
0 commit comments