Skip to content

Commit e576b54

Browse files
🩹 [Patch]: Update PSScriptAnalyzer.Container.ps1 to use PSMODULE_INVOKE_PESTER_INPUT_Run_Path for Path variable
1 parent 04ab2b7 commit e576b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/tests/PSScriptAnalyzer/PSScriptAnalyzer.Container.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
Path = Get-ChildItem -Path $PSScriptRoot -Filter *.Tests.ps1 | Select-Object -ExpandProperty FullName
33
Data = @{
4-
Path = $env:PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_Run_Path
4+
Path = $env:PSMODULE_INVOKE_PESTER_INPUT_Run_Path
55
SettingsFilePath = $env:SettingsFilePath
66
Debug = $false
77
Verbose = $false

0 commit comments

Comments
 (0)