CI: Kill tasks forcefully on Windows

Otherwise we get the following error:

ERROR: The process with PID 5192 (child process of PID 1372) could not be terminated.
Reason: This process can only be terminated forcefully (with /F option).
This commit is contained in:
Peter Hartmann 2023-04-12 18:57:39 +02:00 committed by uwerat
parent 019e867d10
commit 93fdaf79e6

View File

@ -418,7 +418,7 @@ jobs:
- name: Smoke Test Cleanup ( QSkinny ) on Windows
if: startsWith(matrix.config.name, 'Windows')
run: |
taskkill /IM iotdashboard.exe /T
taskkill /IM iotdashboard.exe /T /F
- name: Smoke Test Cleanup ( QSkinny ) on MacOS
if: startsWith(matrix.config.name, 'macOS')