mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-29 21:07:59 +08:00
removed from old file and renamed choco.
This commit is contained in:
2
images/win/post-generation/Choco.ps1
Normal file
2
images/win/post-generation/Choco.ps1
Normal file
@@ -0,0 +1,2 @@
|
||||
# Step to avoid initial delay for choco scripts
|
||||
choco upgrade chocolatey
|
||||
@@ -1,7 +1,4 @@
|
||||
$vsInstallRoot = Get-VisualStudioPath
|
||||
$devEnvPath = "$vsInstallRoot\Common7\IDE\devenv.exe"
|
||||
|
||||
cmd.exe /c "`"$devEnvPath`" /updateconfiguration"
|
||||
|
||||
# Step to avoid initial delay for choco scripts
|
||||
choco upgrade chocolatey
|
||||
cmd.exe /c "`"$devEnvPath`" /updateconfiguration"
|
||||
Reference in New Issue
Block a user