Skip to content

Instantly share code, notes, and snippets.

@andrewmatveychuk
Created November 4, 2019 11:16
Show Gist options
  • Select an option

  • Save andrewmatveychuk/487f9147dd67a91eea10ba4faf751a55 to your computer and use it in GitHub Desktop.

Select an option

Save andrewmatveychuk/487f9147dd67a91eea10ba4faf751a55 to your computer and use it in GitHub Desktop.
#Installing build tools specified in configurationData.psd1 file
$Node.packages.foreach(
{
cChocoPackageInstaller $_ {
Name = $_
Ensure = "Present"
AutoUpgrade = $True
DependsOn = "[cChocoInstaller]installChocolatey"
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment