[Windows] make choco dummy call for currently installed version (#4410)
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
# Step to avoid initial delay for choco scripts
|
# Step to avoid initial delay for choco scripts.
|
||||||
choco upgrade chocolatey
|
# On calling the first choco command
|
||||||
|
# Chocolatey spends 2 minutes cleaning up and removing unneeded packages in the environment.
|
||||||
|
$ChocoVersion = choco --version
|
||||||
|
choco upgrade chocolatey --version=$ChocoVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user