umbraco / UmbPack

13 stars 13 forks source link

Is it possible to set the working directory to be that of the package.xml? #25

Open PeteDuncanson opened 4 years ago

PeteDuncanson commented 4 years ago

Turns out my missing file issues #24 are caused by me running umbpack pack from the solution root but the package.xml is a folder deeper. The file references within package.xml are all relative to its location but the tool assumes that the working directory is where I ran the command from.

Not sure what makes more sense here. Logically it should make sense that the files in the package.xml should be relative to it I think so it shouldn't matter where I run it from?