Sorry, triggered accidentally.
One more try :-)
Inside of build setting values, it is possible to use variables using dollar notation. $PACKAGE_DIR contains the path to the package itself and all other variables are taken from the program environment.
Is this supposed to work inside the dependencies "path" settings ? E.g.:
"dependencies" : {
"myPackage" : { "version" : "~master" , "path" : "$MY_PACKAGE" }
}
and MY_PACKAGE is defined to be something like "D:/Code/myPackage".
This doesn't work for me, the Environment variable is not expanded. Am I missing something ?
Regards, ParticlePeter