Skip to content

Commit 0c685a8

Browse files
committed
duh version number
1 parent bc1eaf8 commit 0c685a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Helix/PrepareHelixPayload.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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-
Copy-Item "$nugetPackagesDir\Microsoft.Internal.Windows.Terminal.TestContent\content\*" "$payloadDir\content\"
27+
Copy-Item "$nugetPackagesDir\Microsoft.Internal.Windows.Terminal.TestContent.1.0.0\content\*" "$payloadDir\content\"
2828

2929
function Copy-If-Exists
3030
{

0 commit comments

Comments
 (0)