Skip to content

Commit b79efa2

Browse files
committed
Make AppVeyor run pub get for the test package as well to regenerate .packages
1 parent 6040a09 commit b79efa2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ install:
99
- set PATH=%PATH%;C:\tools\dart-sdk\bin
1010
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
1111
- pub get
12+
- cmd: cd testing
13+
- cmd: cd test_package
14+
- cmd: pub get
15+
- cmd: cd ..
16+
- cmd: cd ..
1217

1318
build: off
1419

0 commit comments

Comments
 (0)