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 @@ -24,7 +24,7 @@ Copy-Item "$nugetPackagesDir\Microsoft.Taef.10.58.210305002\build\Binaries\$Plat
2424New-Item - ItemType Directory - Force - Path " $payloadDir \.NETCoreApp2.1\"
2525Copy-Item " $nugetPackagesDir \runtime.win-$Platform .microsoft.netcore.app.2.1.0\runtimes\win-$Platform \lib\netcoreapp2.1\*" " $payloadDir \.NETCoreApp2.1\"
2626Copy-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
2929function Copy-If-Exists
3030{
You can’t perform that action at this time.
0 commit comments