Updated build process for Zabbix agent (windows)

This commit is contained in:
Alexey Pustovalov 2024-05-21 01:50:14 +09:00
parent 42761a30bf
commit 44e4fd905e

View File

@ -160,4 +160,4 @@ RUN Set-Location -Path $env:SystemDrive\.; `
Remove-Item -Force -Recurse $env:TEMP\*; ` Remove-Item -Force -Recurse $env:TEMP\*; `
tasklist; ` tasklist; `
get-process; ` get-process; `
taskkill /F /FI """MODULES eq msys-2.0.dll"""; ` taskkill /F /FI """MODULES eq msys-2.0.dll""";