Skip to content

Commit

Permalink
Hotfix for .binlog output
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Feb 20, 2024
1 parent d1684ab commit 58a29be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions Build-Toolkit-Components.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ if ($NupkgOutput -and -not $PreviewVersion) {

function Invoke-MSBuildWithBinlog {
param (
[string]$TargetHeadPath,
[switch]$EnableBinLogs,
[string]$BinlogOutput
[string]$TargetHeadPath
)

# Reset build args to default
Expand Down
6 changes: 2 additions & 4 deletions Build-Toolkit-Gallery.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Param (
[switch]$Verbose
)

if ($ExcludeMultiTargets -eq $null)
if ($null -eq $ExcludeMultiTargets)
{
$ExcludeMultiTargets = @()
}
Expand Down Expand Up @@ -118,9 +118,7 @@ if ($Heads -eq 'all') {

function Invoke-MSBuildWithBinlog {
param (
[string]$TargetHeadPath,
[switch]$EnableBinLogs,
[string]$BinlogOutput
[string]$TargetHeadPath
)

# Reset build args to default
Expand Down

0 comments on commit 58a29be

Please sign in to comment.