diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 3447e7d91..c389a7584 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -117,6 +117,7 @@ "fibonacci", "francecentral", "gcovr", + "gearama", "githubio", "gmock", "gtest", @@ -282,6 +283,7 @@ { "filename": "**/eng/**", "words": [ + "azblob", "TEAMPROJECTID", "issecret", "PSScriptRoot", diff --git a/eng/pipelines/templates/steps/cmake-build.yml b/eng/pipelines/templates/steps/cmake-build.yml index a9a5d80c3..d0add2c53 100644 --- a/eng/pipelines/templates/steps/cmake-build.yml +++ b/eng/pipelines/templates/steps/cmake-build.yml @@ -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 diff --git a/eng/scripts/Test-ShouldReleaseToVcpkg.ps1 b/eng/scripts/Test-ShouldReleaseToVcpkg.ps1 index 7df31de20..a1831e589 100644 --- a/eng/scripts/Test-ShouldReleaseToVcpkg.ps1 +++ b/eng/scripts/Test-ShouldReleaseToVcpkg.ps1 @@ -5,7 +5,7 @@ param( [switch] $DailyRelease ) -."$PSSCriptRoot/../common/scripts/common.ps1" +."$PSScriptRoot/../common/scripts/common.ps1" Set-StrictMode -Version 3 diff --git a/eng/scripts/Update-VcpkgBeta.ps1 b/eng/scripts/Update-VcpkgBeta.ps1 index 074ddb391..c30047642 100644 --- a/eng/scripts/Update-VcpkgBeta.ps1 +++ b/eng/scripts/Update-VcpkgBeta.ps1 @@ -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.