Thanks to visit codestin.com
Credit goes to github.com

Skip to content

-v/--verbosity switch doesn't work on Unix #61544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ViktorHofer opened this issue Apr 18, 2025 · 0 comments · Fixed by #61545
Closed

-v/--verbosity switch doesn't work on Unix #61544

ViktorHofer opened this issue Apr 18, 2025 · 0 comments · Fixed by #61545
Assignees
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Comments

@ViktorHofer
Copy link
Member

vihofer@DESKTOP-CC8UHUD:~/git/aspnetcore$ ./eng/build.sh -v detailed
warning: No default group of projects was specified, so building the 'managed' and its dependent subset of projects. Run build.sh --help for more details.
warning: Building of NodeJS projects is disabled since node is not detected on Path and no BuildNodeJs or NoBuildNodeJs setting is set explicitly.
warning: Some managed projects depend on NodeJS projects. Building NodeJS is disabled so the managed projects will fallback to using the output from previous builds. The output may not be correct or up to date.
MSBUILD : error MSB1016: Specify the verbosity level.
    Full command line: '/home/vihofer/git/aspnetcore/.dotnet/sdk/10.0.100-preview.4.25211.22/MSBuild.dll -maxcpucount -verbosity:m -tlp:default=auto /m /nologo /clp:Summary /v:minimal /nr:true /warnaserror /p:TreatWarningsAsErrors=true /p:ContinuousIntegrationBuild=false /home/vihofer/.nuget/packages/microsoft.dotnet.arcade.sdk/10.0.0-beta.25214.8/tools/Build.proj -p:RepoRoot=/home/vihofer/git/aspnetcore/ -p:Projects=/home/vihofer/git/aspnetcore/eng/tools/RepoTasks/RepoTasks.csproj -p:Configuration=Release -p:Restore=true -p:Build=true -clp:NoSummary -v detailed -distributedlogger:Microsoft.DotNet.Cli.Commands.MSBuild.MSBuildLogger,/home/vihofer/git/aspnetcore/.dotnet/sdk/10.0.100-preview.4.25211.22/dotnet.dll*Microsoft.DotNet.Cli.Commands.MSBuild.MSBuildForwardingLogger,/home/vihofer/git/aspnetcore/.dotnet/sdk/10.0.100-preview.4.25211.22/dotnet.dll'
  Switches appended by response files:
Switch: -v

For switch syntax, type "MSBuild -help"
Build failed with exit code 1. Check errors above.
vihofer@DESKTOP-CC8UHUD:~/git/aspnetcore$ ./eng/build.sh --verbosity detailed
warning: No default group of projects was specified, so building the 'managed' and its dependent subset of projects. Run build.sh --help for more details.
warning: Building of NodeJS projects is disabled since node is not detected on Path and no BuildNodeJs or NoBuildNodeJs setting is set explicitly.
warning: Some managed projects depend on NodeJS projects. Building NodeJS is disabled so the managed projects will fallback to using the output from previous builds. The output may not be correct or up to date.
MSBUILD : error MSB1016: Specify the verbosity level.
    Full command line: '/home/vihofer/git/aspnetcore/.dotnet/sdk/10.0.100-preview.4.25211.22/MSBuild.dll -maxcpucount -verbosity:m -tlp:default=auto /m /nologo /clp:Summary /v:minimal /nr:true /warnaserror /p:TreatWarningsAsErrors=true /p:ContinuousIntegrationBuild=false /home/vihofer/.nuget/packages/microsoft.dotnet.arcade.sdk/10.0.0-beta.25214.8/tools/Build.proj -p:RepoRoot=/home/vihofer/git/aspnetcore/ -p:Projects=/home/vihofer/git/aspnetcore/eng/tools/RepoTasks/RepoTasks.csproj -p:Configuration=Release -p:Restore=true -p:Build=true -clp:NoSummary --verbosity detailed -distributedlogger:Microsoft.DotNet.Cli.Commands.MSBuild.MSBuildLogger,/home/vihofer/git/aspnetcore/.dotnet/sdk/10.0.100-preview.4.25211.22/dotnet.dll*Microsoft.DotNet.Cli.Commands.MSBuild.MSBuildForwardingLogger,/home/vihofer/git/aspnetcore/.dotnet/sdk/10.0.100-preview.4.25211.22/dotnet.dll'
  Switches appended by response files:
Switch: --verbosity

For switch syntax, type "MSBuild -help"
Build failed with exit code 1. Check errors above
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Apr 18, 2025
@ViktorHofer ViktorHofer self-assigned this Apr 18, 2025
ViktorHofer added a commit that referenced this issue Apr 18, 2025
ViktorHofer added a commit that referenced this issue Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant