Skip to content

Commit c0ee8ba

Browse files
author
davidkline-ms
committed
fix script error
1 parent d09d21f commit c0ee8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/createupmpackages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)