Fix case-sensitive spelling in non-common /eng (#5346)

* PR Feedback

* Remove unnecessary instance

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-02-12 14:19:59 -08:00 committed by GitHub
parent 31692518fe
commit 0f7d02b999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 3 deletions

2
.vscode/cspell.json vendored
View File

@ -117,6 +117,7 @@
"fibonacci",
"francecentral",
"gcovr",
"gearama",
"githubio",
"gmock",
"gtest",
@ -282,6 +283,7 @@
{
"filename": "**/eng/**",
"words": [
"azblob",
"TEAMPROJECTID",
"issecret",
"PSScriptRoot",

View File

@ -23,7 +23,7 @@ steps:
VCPKG_BINARY_SOURCES: $(VCPKG_BINARY_SOURCES_SECRET)
X_VCPKG_ASSET_SOURCES: $(X_VCPKG_ASSET_SOURCES_SECRET)
# Core should build all cmake tagets
# Core should build all cmake targets
- ${{ if and(eq(parameters.Build, true), eq(parameters.ServiceDirectory, 'core')) }}:
- script: cmake --build . ${{ parameters.BuildArgs }}
workingDirectory: build

View File

@ -5,7 +5,7 @@ param(
[switch] $DailyRelease
)
."$PSSCriptRoot/../common/scripts/common.ps1"
."$PSScriptRoot/../common/scripts/common.ps1"
Set-StrictMode -Version 3

View File

@ -7,7 +7,7 @@ param(
[string] $BuildIdentifier = $env:BUILD_BUILDID
)
."$PSSCriptRoot/../common/scripts/common.ps1"
."$PSScriptRoot/../common/scripts/common.ps1"
Set-StrictMode -Version 3
# To ensure a clean synchronization remove all files at the destination.