File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ foreach ($entry in $packages.GetEnumerator()) {
116116 # The foundation package contains files that are requried to be copied into the Assets folder to be used.
117117 # In order to perform the necessary preparaton, without overly complicating this script, we will use a
118118 # helper script to prepare the folder.
119- Start-Process - FilePath " $PSHOME /powershell.exe" - ArgumentList " $scriptPath /extensionsfolderpreupm .ps1 -PackageRoot $packagePath " - NoNewWindow - Wait
119+ Start-Process - FilePath " $PSHOME /powershell.exe" - ArgumentList " $scriptPath /foundationpreupm .ps1 -PackageRoot $packagePath " - NoNewWindow - Wait
120120 }
121121 elseif ($packageName -eq " examples" ) {
122122 # The examples folder is a collection of sample projects. In order to perform the necessary
You can’t perform that action at this time.
0 commit comments