PowerShell/tools/releaseBuild/macOS/createPowerShell.sh
Travis Plunk 5e1bb01cb3
migrate the mac offical binary build to VSTS mac hosted preview (#6363)
create a PowerShellPackage...ps1 that works with these VMs (vs our custom VM)
create a script to create the \powershell folder with correct permissions
a YML VSTS build definition
2018-03-19 15:56:43 -07:00

9 lines
154 B
Bash

# print version for diags
sw_vers -productVersion
# create folder
sudo mkdir /PowerShell
# make the current user the owner
sudo chown $USER /PowerShell