From e73e8af3de8f4a725f73ff85695574f6ce9f915a Mon Sep 17 00:00:00 2001 From: --global Date: Fri, 6 Dec 2024 12:58:15 -0800 Subject: [PATCH] fix localsource.json and spelling --- .github/actions/spelling/expect.txt | 4 ++++ src/AppInstallerCLICore/Workflows/InstallFlow.h | 2 +- .../TestData/Manifests/TestInvalidFont.yaml | 2 +- src/AppInstallerCLIE2ETests/TestData/localsource.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index e1646184d6..669e9de686 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -427,6 +427,7 @@ pid pidl pidlist PKCS +PKEY pkgmgr pkindex pkix @@ -440,7 +441,10 @@ PRIMARYKEY processthreads productcode PRODUCTICON +propkey +PROPVARIANT proxystub +pwsz pscustomobject pseudocode PSHOST diff --git a/src/AppInstallerCLICore/Workflows/InstallFlow.h b/src/AppInstallerCLICore/Workflows/InstallFlow.h index 30ac06dffe..cc3df3810f 100644 --- a/src/AppInstallerCLICore/Workflows/InstallFlow.h +++ b/src/AppInstallerCLICore/Workflows/InstallFlow.h @@ -50,7 +50,7 @@ namespace AppInstaller::CLI::Workflow // Outputs: None void ArchiveInstall(Execution::Context& context); - // Runs the flow for intsalling a font package. + // Runs the flow for installing a font package. // Required Args: None // Inputs: Installer, InstallerPath, Manifest // Outputs: None diff --git a/src/AppInstallerCLIE2ETests/TestData/Manifests/TestInvalidFont.yaml b/src/AppInstallerCLIE2ETests/TestData/Manifests/TestInvalidFont.yaml index 1535a8264d..4a3807c5bd 100644 --- a/src/AppInstallerCLIE2ETests/TestData/Manifests/TestInvalidFont.yaml +++ b/src/AppInstallerCLIE2ETests/TestData/Manifests/TestInvalidFont.yaml @@ -7,7 +7,7 @@ License: Test ShortDescription: E2E test for installing an invalid font. Installers: - Architecture: x64 - InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInsatller/AppInstallerTestExeInstaller.exe + InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe InstallerType: font InstallerSha256: ManifestType: singleton diff --git a/src/AppInstallerCLIE2ETests/TestData/localsource.json b/src/AppInstallerCLIE2ETests/TestData/localsource.json index 4090794748..129e335ae7 100644 --- a/src/AppInstallerCLIE2ETests/TestData/localsource.json +++ b/src/AppInstallerCLIE2ETests/TestData/localsource.json @@ -33,7 +33,7 @@ { "Type": "font", "Name": "AppInstallerTestFont/AppInstallerTestFont.ttf", - "Input": "%BUILD_ARTIFACTSTAGINGDIRECTORY%/AppInstallerTestFont.ttf", + "Input": "%BUILD_SOURCESDIRECTORY%/src/AppInstallerCLIE2ETests/TestData/AppInstallerTestFont.ttf", "HashToken": "" } ],