Skip to content

Commit 18d19f8

Browse files
committed
omg you have to make the directory
1 parent 0c685a8 commit 18d19f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Helix/PrepareHelixPayload.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Copy-Item "$nugetPackagesDir\Microsoft.Taef.10.58.210305002\build\Binaries\$Plat
2424
New-Item -ItemType Directory -Force -Path "$payloadDir\.NETCoreApp2.1\"
2525
Copy-Item "$nugetPackagesDir\runtime.win-$Platform.microsoft.netcore.app.2.1.0\runtimes\win-$Platform\lib\netcoreapp2.1\*" "$payloadDir\.NETCoreApp2.1\"
2626
Copy-Item "$nugetPackagesDir\runtime.win-$Platform.microsoft.netcore.app.2.1.0\runtimes\win-$Platform\native\*" "$payloadDir\.NETCoreApp2.1\"
27+
New-Item -ItemType Directory -Force -Path "$payloadDir\content\"
2728
Copy-Item "$nugetPackagesDir\Microsoft.Internal.Windows.Terminal.TestContent.1.0.0\content\*" "$payloadDir\content\"
2829

2930
function Copy-If-Exists

0 commit comments

Comments
 (0)