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
# uncomment lines 4, 5, and 10, and comment out line 11 | |
# if you want to take in the source directory as a parameter | |
param( | |
# [Parameter(Mandatory=$true)] | |
# [string]$sourceDirectory, | |
[Parameter(Mandatory=$true)] | |
[string]$packageId | |
) | |
# Set-Location $sourceDirectory |