Created
November 4, 2019 11:16
-
-
Save andrewmatveychuk/487f9147dd67a91eea10ba4faf751a55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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