From d6eb022975c9e604672155dc7791823205165c89 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Fri, 12 May 2023 14:26:47 -0500 Subject: [PATCH] Stage the fonts with the Helix payload (#15317) I found that in all our Helix runs, we had a pesky dialog sitting on top of the Terminal. Probably the entire time. This will, as a side effect, PGO the nearby font loader. --- build/Helix/PrepareHelixPayload.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Helix/PrepareHelixPayload.ps1 b/build/Helix/PrepareHelixPayload.ps1 index 245744afc7..42ba9c6f77 100644 --- a/build/Helix/PrepareHelixPayload.ps1 +++ b/build/Helix/PrepareHelixPayload.ps1 @@ -59,3 +59,4 @@ Copy-Item "build\Helix\EnsureMachineState.ps1" "$payloadDir" # where it will create a subdirectory named terminal-0.0.1.0 # This is referenced in TerminalApp.cs later as part of the test harness. & tar -x -v -f "$repoDirectory\Artifacts\$ArtifactName\unpackaged\WindowsTerminalDev_0.0.1.0_x64.zip" -C "$payloadDir" +Copy-Item "res\fonts\*.ttf" "$payloadDir\terminal-0.0.1.0"