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:
parent
31692518fe
commit
0f7d02b999
2
.vscode/cspell.json
vendored
2
.vscode/cspell.json
vendored
@ -117,6 +117,7 @@
|
||||
"fibonacci",
|
||||
"francecentral",
|
||||
"gcovr",
|
||||
"gearama",
|
||||
"githubio",
|
||||
"gmock",
|
||||
"gtest",
|
||||
@ -282,6 +283,7 @@
|
||||
{
|
||||
"filename": "**/eng/**",
|
||||
"words": [
|
||||
"azblob",
|
||||
"TEAMPROJECTID",
|
||||
"issecret",
|
||||
"PSScriptRoot",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -5,7 +5,7 @@ param(
|
||||
[switch] $DailyRelease
|
||||
)
|
||||
|
||||
."$PSSCriptRoot/../common/scripts/common.ps1"
|
||||
."$PSScriptRoot/../common/scripts/common.ps1"
|
||||
|
||||
Set-StrictMode -Version 3
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user