We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93103a1 commit bc59a8fCopy full SHA for bc59a8f
Build/Build.ps1
@@ -20,7 +20,7 @@ if (-Not $(Test-Path $msbuild)) {
20
$solutionFile = "..\Source\Terminals.sln";
21
dotnet restore $solutionFile # already expecting new dotnet installed with Visual studio
22
# 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;
+& "$msbuild" $solutionFile /m /p:configuration=DistributionRelease /p:Platform='Mixed Platforms' /t:rebuild -restore | Tee-Object $logFile -Append;
24
25
.\PackOutput.ps1 | Tee-Object $logFile -Append;
26
0 commit comments