[enhancement]: DotNetCoreCLI@2
Task should pass MSBuild logger to all MSBuild based tatsks
#18990
Labels
DotNetCoreCLI@2
Task should pass MSBuild logger to all MSBuild based tatsks
#18990
Task name
DotNetCoreCLI@2
Describe your feature request here
The
DotNetCoreCLI
task has a custom MSBuild logger to easily show errors & warnings in the Azure Devops UI, which is great. However this logger is currently only passed in to the build command, so doesn't clearly highlight restore, test or publish failures.azure-pipelines-tasks/Tasks/DotNetCoreCLIV2/dotnetcore.ts
Lines 111 to 114 in 6b291c4
This logger should be passed in to
dotnet
commands that use msbuild under the hood. I the commands this should be done for are :build
format
msbuild
pack
publish
restore
run
test
The text was updated successfully, but these errors were encountered: