Skip to content

Commit

Permalink
dotnet workload list runs silently
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell committed Sep 18, 2023
1 parent 2f11b30 commit 421b242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<Target Name="OnlyTargetInstalledWorkloads" BeforeTargets="BeforeBuild" Condition="'$(WorkloadList)' == ''">

<Exec Command="dotnet workload list" ConsoleToMSBuild="true" StandardOutputImportance="Low">
<Exec Command="dotnet workload list" ConsoleToMSBuild="true" StandardOutputImportance="Low" EchoOff="true">
<Output TaskParameter="ConsoleOutput" PropertyName="WorkloadList"/>
</Exec>

Expand Down

0 comments on commit 421b242

Please sign in to comment.