cake-build/cake
在 GitHub 查看DotNetCorePublish OutputDirectory is not relative to WorkingDirectory
Open
#1,917 创建于 2017年11月14日
Help wantedImprovementUp-for-grabs
仓库指标
- Star
- (3,742 star)
- PR 合并指标
- (平均合并 1天 1小时) (30 天内合并 25 个 PR)
描述
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).