Skip to content

Commit

Permalink
dotnet workload list runs silently (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell authored and vaind committed Sep 27, 2023
1 parent 8084c05 commit 83dbdf8
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 83dbdf8

Please sign in to comment.