Skip to content

Commit 1eae315

Browse files
committed
(GH-75) Upgrade to chocolatey beta
1 parent bf71fb0 commit 1eae315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildScripts/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Task -Name __InstallChocolatey -Description $private -Action {
264264
}
265265

266266
exec {
267-
Invoke-Expression "$script:chocolateyCommand upgrade chocolatey -y";
267+
Invoke-Expression "$script:chocolateyCommand upgrade chocolatey -y -pre";
268268
}
269269

270270
Write-Output "Latest Chocolatey installed."

0 commit comments

Comments
 (0)