Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65b9e82

Browse files
JustinGroteandyleejordan
andauthoredNov 22, 2024··
Fixup: Script casing
Co-authored-by: Andy Jordan <2226434+andyleejordan@users.noreply.github.com>
1 parent 6e132a1 commit 65b9e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎PowerShellEditorServices.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Task BuildIfChanged -Inputs {
309309
'./src/PowerShellEditorServices.Hosting/bin/Debug/net8.0/Microsoft.PowerShell.EditorServices.Hosting.dll'
310310
} -Jobs {
311311
Write-Build DarkMagenta 'Changes detected, rebuilding'
312-
$SCRIPT:ChangesDetected = $true
312+
$script:ChangesDetected = $true
313313
}, Build
314314

315315
Task Test TestPS74, TestE2EPwsh, TestPS51, TestE2EPowerShell

0 commit comments

Comments
 (0)
Please sign in to comment.