Created
October 31, 2018 12:57
-
-
Save vtml/bd0ff23283c5ac81185363b46fc5621e to your computer and use it in GitHub Desktop.
Gluing the whole Developer Workstation TDS Install Process together
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
.".\PackageInstallerFunction.ps1" | |
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent | |
PackageInstall "Website" $PSScriptRoot "https:\\some.website" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment