Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1927)

Unified Diff: appveyor.yml

Issue 2012803002: Cleanup appveyor script (#117). (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appveyor.yml
diff --git a/appveyor.yml b/appveyor.yml
index 08a63c80bbd98673e7a052b8a2cfb5dc6c57bbc7..1141009707ce30c258c9ec4070eb9d48d266e140 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,8 +3,6 @@
# BSD-style license that can be found in the LICENSE file.
install:
-# 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/dev/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
- cmd: echo "Unzipping dart-sdk..."
- cmd: 7z x dart-sdk.zip -o"C:\tools" -y > nul
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698