Fix case-sensitive spelling in scripts that get deployed to C++ repo (#5349)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
735da80bf8
commit
29ac633ae3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user