Skip to content

Commit

Permalink
Fix case-sensitive spelling in non-common /eng (#5346)
Browse files Browse the repository at this point in the history
* PR Feedback

* Remove unnecessary instance

---------

Co-authored-by: Anton Kolesnyk <[email protected]>
  • Loading branch information
antkmsft and antkmsft authored Feb 12, 2024
1 parent 3169251 commit 0f7d02b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"fibonacci",
"francecentral",
"gcovr",
"gearama",
"githubio",
"gmock",
"gtest",
Expand Down Expand Up @@ -282,6 +283,7 @@
{
"filename": "**/eng/**",
"words": [
"azblob",
"TEAMPROJECTID",
"issecret",
"PSScriptRoot",
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/Test-ShouldReleaseToVcpkg.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param(
[switch] $DailyRelease
)

."$PSSCriptRoot/../common/scripts/common.ps1"
."$PSScriptRoot/../common/scripts/common.ps1"

Set-StrictMode -Version 3

Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/Update-VcpkgBeta.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f7d02b

Please sign in to comment.