Updated build script

This commit is contained in:
Alexey Pustovalov
2021-10-09 00:00:45 +02:00
parent d49dc149d5
commit 3a6fecf3bc
2 changed files with 8 additions and 8 deletions

View File

@ -52,7 +52,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
MODBLIBDIR=$env:SystemDrive\libmodbus\src\win32\$env:BUILD_ARCH\Release `
$env:ZBX_COMPONENT; `
`
Write-Host 'Verifying build ("zabbix_agent2.exe -V") ...'; `
Write-Host 'Verifying build ("zabbix_agentd.exe -V") ...'; `
& $env:SystemDrive\zabbix-$env:ZBX_VERSION\bin\win64\zabbix_agentd.exe -V; `
dumpbin /dependents $env:SystemDrive\zabbix-$env:ZBX_VERSION\bin\win64\zabbix_agentd.exe; `
`