Skip to content

Commit bc59a8f

Browse files
committed
Removed diagnostic verbosity
1 parent 93103a1 commit bc59a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (-Not $(Test-Path $msbuild)) {
2020
$solutionFile = "..\Source\Terminals.sln";
2121
dotnet restore $solutionFile # already expecting new dotnet installed with Visual studio
2222
# Compile the solution - the distributionrelease configuration contains installer, which is not normal configurations
23-
& "$msbuild" $solutionFile /m /p:configuration=DistributionRelease /p:Platform='Mixed Platforms' /t:rebuild -restore /verbosity:diag | Tee-Object $logFile -Append;
23+
& "$msbuild" $solutionFile /m /p:configuration=DistributionRelease /p:Platform='Mixed Platforms' /t:rebuild -restore | Tee-Object $logFile -Append;
2424

2525
.\PackOutput.ps1 | Tee-Object $logFile -Append;
2626

0 commit comments

Comments
 (0)