I try to generate build my powerbuilder application that i put on GIT.
We dont add the pbl on Git.
We work with Azure devops and i try to do an automatic build with the PBC190.exe
But when i try to deploy the application, with that command line :
pbc190.exe /d "app.pbt" /o "app.exe" /r "app.pbr" /w n /i /m n /x 32 /bg y /p "PowerBuilder Enterprise Series" /cp "Appeon" /de "Appeon Product File" /v "1.0.0.1" /vn "1.0.0.1" /fv "1.0.0.1" /fvn "1.0.0.1" /ge 0
i got an error message : "Current application has not been set"
Did someone know if i use the best solution for that probleme.
if yes, what is my problem ?