Move script validator_xml.py to "Test" folder

Fix #9330 part 2
Close #9345
This commit is contained in:
Christian Grasser 2021-01-03 19:59:56 +01:00 committed by Don HO
parent d17fa02a6f
commit e24ad94ddd
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ after_build:
#xml files syntax checks
- if "%platform_input%"=="Win32" if "%configuration%"=="Unicode Debug" SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- if "%platform_input%"=="Win32" if "%configuration%"=="Unicode Debug" python -m pip install requests rfc3987 pywin32 lxml
- if "%platform_input%"=="Win32" if "%configuration%"=="Unicode Debug" call python validator_xml.py
- if "%platform_input%"=="Win32" if "%configuration%"=="Unicode Debug" call python PowerEditor\Test\xmlValidator\validator_xml.py
- ps: >-
$nppFileName = "Notepad++.$env:PLATFORM_INPUT.$env:CONFIGURATION.exe"