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 c15c7a7 commit baf0c98Copy full SHA for baf0c98
views/inc.package_format.envvars.dt
@@ -49,6 +49,15 @@ table
49
tr
50
td: code $DUB_ROOT_PACKAGE
51
td Name of the root package that is being built
52
+ tr
53
+ td: code $DUB_ROOT_PACKAGE_TARGET_TYPE
54
+ td Contents of the "targetType" field of the root package as defined by the package recipe
55
56
+ td: code $DUB_ROOT_PACKAGE_TARGET_PATH
57
+ td Contents of the "targetPath" field of the root package as defined by the package recipe
58
59
+ td: code $DUB_ROOT_PACKAGE_TARGET_NAME
60
+ td Contents of the "targetName" field of the root package as defined by the package recipe
61
62
td: code $DFLAGS
63
td Contents of the "dflags" field as defined by the package recipe
0 commit comments