Skip to content

Commit 48f52b1

Browse files
committed
removed verbosity from build
1 parent a85ad8c commit 48f52b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)