File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
Condition =" '$(DotNetBuildFromSource)' != 'true' and Exists('$(AspnetTempConfigPath)')"
32
32
BeforeTargets =" Restore" >
33
33
34
- <Exec Command =' "$(DotNetTool)" tool restore' WorkingDirectory =" $([MSBuild]::NormalizePath('$(AspnetTempConfigPath)', 'dotnet-dump'))" />
35
- <Exec Command =' "$(DotNetTool)" tool restore' WorkingDirectory =" $([MSBuild]::NormalizePath('$(AspnetTempConfigPath)', 'dotnet-serve'))" />
36
- <Exec Command =' "$(DotNetTool)" tool restore' WorkingDirectory =" $([MSBuild]::NormalizePath('$(AspnetTempConfigPath)', 'dotnet-ef'))" />
37
- <Exec Command =' "$(DotNetTool)" tool restore' WorkingDirectory =" $([MSBuild]::NormalizePath('$(AspnetTempConfigPath)', 'Microsoft.Playwright.CLI'))" />
34
+ <Exec Command =' "$(DotNetTool)" tool restore -v diag ' WorkingDirectory =" $([MSBuild]::NormalizePath('$(AspnetTempConfigPath)', 'dotnet-dump'))" />
35
+ <Exec Command =' "$(DotNetTool)" tool restore -v diag ' WorkingDirectory =" $([MSBuild]::NormalizePath('$(AspnetTempConfigPath)', 'dotnet-serve'))" />
36
+ <Exec Command =' "$(DotNetTool)" tool restore -v diag ' WorkingDirectory =" $([MSBuild]::NormalizePath('$(AspnetTempConfigPath)', 'dotnet-ef'))" />
37
+ <Exec Command =' "$(DotNetTool)" tool restore -v diag ' WorkingDirectory =" $([MSBuild]::NormalizePath('$(AspnetTempConfigPath)', 'Microsoft.Playwright.CLI'))" />
38
38
</Target >
39
39
</Project >
You can’t perform that action at this time.
0 commit comments