Fix case-sensitive spelling in scripts that get deployed to C++ repo (#7665)
* Fix case-sensitive spelling in scripts that get deployed to C++ repo * Removed cspell:ignore per https://github.com/Azure/azure-sdk-for-cpp/pull/5346#discussion_r1486546416 --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Родитель
99d970bb98
Коммит
6f871edbee
|
@ -87,7 +87,7 @@ function Test-VersionReportMatches() {
|
|||
$expectedPackageVersion = '6.12.0'
|
||||
|
||||
# Act
|
||||
$actual = &"$PSSCriptRoot/Invoke-Cspell.ps1" `
|
||||
$actual = &"$PSScriptRoot/Invoke-Cspell.ps1" `
|
||||
-JobType '--version'
|
||||
|
||||
# Assert
|
||||
|
|
Загрузка…
Ссылка в новой задаче