File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ install:
9
9
- set PATH=%PATH%;C:\tools\dart-sdk\bin
10
10
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
11
11
- pub get
12
- - cmd : cd testing
13
- - cmd : cd test_package
14
- - cmd : dir /a
15
- - cmd : pub get
16
- - cmd : type .packages
17
- - cmd : cd ..
18
- - cmd : cd ..
19
12
20
13
build : off
21
14
Original file line number Diff line number Diff line change @@ -306,7 +306,13 @@ packages:
306
306
name: test
307
307
url: "https://pub.dartlang.org"
308
308
source: hosted
309
- version: "0.12.24+6"
309
+ version: "0.12.24"
310
+ test_package_imported:
311
+ description:
312
+ path: "testing/test_package_imported"
313
+ relative: true
314
+ source: path
315
+ version: "0.0.1"
310
316
tuple:
311
317
description:
312
318
name: tuple
@@ -362,4 +368,4 @@ packages:
362
368
source: hosted
363
369
version: "2.1.12"
364
370
sdks:
365
- dart: ">=1.23.0 <=2.0.0-dev.1.0 "
371
+ dart: ">=1.23.0 <=2.0.0-edge.ac9ff3f3afb8b5c8f6173781aa4d282b9cec6d05 "
Original file line number Diff line number Diff line change @@ -29,5 +29,7 @@ dev_dependencies:
29
29
meta : ^1.0.0
30
30
pub_semver : ^1.0.0
31
31
test : ' >=0.12.20+24 <0.13.0'
32
+ test_package_imported :
33
+ path : ' testing/test_package_imported'
32
34
executables :
33
35
dartdoc : null
You can’t perform that action at this time.
0 commit comments