- set minimum PowerShell usage version to 7.4
- replace npx env-cmd with PS Environment option
- move latest downloaded file by Selenium to module folder
- cleanup code
This commit is contained in:
2026-06-18 16:21:15 +02:00
parent 9f4257ae2e
commit a97cebb064
3 changed files with 70 additions and 35 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ IF "%~1"=="" (
set ModuleTag=%~1
)
@powershell -NoProfile -ExecutionPolicy Bypass -Command .\scripts\export-elx.ps1 -ModuleTag %ModuleTag%
@pwsh -NoProfile -ExecutionPolicy Bypass -Command .\scripts\export-elx.ps1 -ModuleTag %ModuleTag%
IF DEFINED iscommandline IF NOT DEFINED ispowershell pause
ENDLOCAL