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
## Add this snippet to your profile script | |
## Profile script is usually found in | |
## c:\Users\yourname\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 | |
## You can get the path by typing $PROFILE in a PS command prompt | |
## | |
## After adding the script to your profile, unpack the zip file in a directory | |
## Go to the dir in ps, and type "umbpack" then Enter (without quotes) | |
## Now you can find all the packages original files with their original (unpacked) names | |
## in the original folders | |
function global:Build-UmbracoPackage { |
NewerOlder