#### Community support has been moved to https://github.com/cake-build/cake/discussions ####
PackageReference
- clearly indicates 11.0.2: https://github.com/daveaglick/cake/blob/ee40718b1a07384aac3380a9c1077cd32be33198/src/Cake.Core/Cake.Core.csproj#L19
PackageReference
might be better to have in Cake.csproj
, right?
dotnet
commands. For example: i would like to handle nuget exception when a package is already exists so the upload failed. When i call DotNetCoreNuGetPush
it logs the error correctly error: Response status code does not indicate success: 403 (Package Already Exists).
but when i catch the exception from this command it is a CakeException
without any detailed information. The only choice is to catch the logs and write some logic to parse to output of that command? Or is there a better way to do the exception handling?