cake
cake copied to clipboard
DotNetCoreMSBuildSettings should be analog to MSBuildSettings
Things like Configuration is missing.
Makes sense, Configurations is also available as root property on below on which has also MSBuildSettings settings.
MSBuildSettings also exists on DotNetCoreRestoreSettings but there's no Config option in the .NET Cli command.
That said dotnet restore proj/sln /p:Configuration=Debug is fully valid and supported.
So property should be added.
I'm currently working on it.