Last active
January 21, 2016 21:52
-
-
Save ferventcoder/41750df34b82dd8b2216 to your computer and use it in GitHub Desktop.
For 1.7.4
This file contains 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
# somewhere around line 81 in https://github.com/chocolatey/chocolatey-test-environment/blob/master/Vagrantfile | |
config.vm.provision :shell, :path => "shell/PrepareWindows.ps1" #, :powershell_elevated_interactive => true | |
config.vm.provision :shell, :path => "shell/InstallNet4.ps1" #, :powershell_elevated_interactive => true | |
config.vm.provision :shell, :path => "shell/InstallChocolatey.ps1" #, :keep_color => true, :powershell_elevated_interactive => true | |
config.vm.provision :shell, :path => "shell/NotifyGuiAppsOfEnvironmentChanges.ps1" #, :powershell_elevated_interactive => true | |
# [..snip..] | |
config.vm.provision :shell, :inline => $packageTestScript #, :powershell_elevated_interactive => true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment