Skip to content

Commit

Permalink
Fix build #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Baby Grogu authored and Baby Grogu committed Oct 3, 2024
1 parent 5c87517 commit 1c50570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/tasks/PSDSC.Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ task PSDSC.Install {
start-sleep 1
} while ((Get-Item $installerPath).Length -lt $asset.size)

$installerPath = Join-path $env:ProgramFiles 'dsc'
$exePath = Join-path $env:ProgramFiles 'dsc'

Write-Verbose -Message ("Expanding '{0}' to '{1}'" -f $installerPath, $exePath)
Write-Build -Yellow ("Expanding '{0}' to '{1}'" -f $installerPath, $exePath)
$null = Expand-Archive -LiteralPath $installerPath -DestinationPath $exePath -Force
}

0 comments on commit 1c50570

Please sign in to comment.