Updated build process for Zabbix agent (windows)

This commit is contained in:
Alexey Pustovalov 2024-05-20 23:31:35 +09:00
parent f397aad663
commit d36ffb2b12

View File

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