Ryan McCafferty

Results 1 comments of Ryan McCafferty

The [documentation for dotnet publish](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish?tabs=netcore21#options) states that if `--output` is relative, the output path is relative to the project directory. The [code in `DotNetCorePublisher`](https://github.com/cake-build/cake/blob/develop/src/Cake.Common/Tools/DotNetCore/Publish/DotNetCorePublisher.cs#L66-L67) always makes the path absolute. This...