Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 2adb40d

Browse files
+ CLI - Enable publishing to chocolatey.org #63
1 parent ec51b7f commit 2adb40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/build-choco-install-local.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ $latestPackageVersion = [System.IO.Path]::GetFileNameWithoutExtension($latestPac
3030
Write-Host "Uninstalling [$packageName] package..." -fore Green
3131
choco uninstall $packageName --force
3232

33-
Write-Host "Updating [$packageName] package to [$latestPackageVersion]" -fore Green
33+
Write-Host "Updating [$packageName] package to [$latestPackageVersion] from source:[$packagesFolder]" -fore Green
3434
choco install $packageName --source $packagesFolder --force --pre --version $latestPackageVersion
3535

36-
Write-Host "Running [$packageName version] command.." -fore Green
36+
Write-Host "Running [$packageName version] command..." -fore Green
3737
& $packageName version
3838

3939
if($lastexitcode -ne 0) {

0 commit comments

Comments
 (0)