cake-build/cake
GitHub で見るDotNetCorePublish OutputDirectory is not relative to WorkingDirectory
Open
#1,917 opened on 2017年11月14日
Help wantedImprovementUp-for-grabs
Repository metrics
- Stars
- (3,742 stars)
- PR merge metrics
- (平均マージ 1d 1h) (30d で 25 merged PRs)
説明
DotNetCorePublishSettings has a property WorkingDirectory which I set to my project dir relative to repository root (where my cake.build file is). eg, ./source/MyProject.
There is also a property OutputDirectory which I set to ./obj/Docker/publish.
Now I would assume, that output directory would be relative to working dir, but it's not - it is relative to cake.build file (aka repository root).