dcc99d6e33
This commit changes the run command such that it will now be `/nologo` and `/verbosity:quiet` (by default) for the restore operation even if a target framework is specified. When a target framework is specified, a separate restore operation is performed that does not pass `/nologo` and the default verbosity is used. The fix is to ensure that the arguments used for the restore operation match those that are used for the build operation. Fixes #8118. |
||
---|---|---|
.. | ||
dotnet-run.Tests.csproj | ||
GivenDotnetRunRunsCsProj.cs | ||
GivenThatWeCanPassNonProjectFilesToDotnetRun.cs |