UiPath publish file

Where is the publish file present

Check out in UiPath package folder inside ProgramData folder.

Thank you sir @rkelchuri can you give me the full path @rkelchuri

I got it !! thank you

Hello,

C:\ProgramData\UiPath\Projects\ your project/package name

Cheers,
Pankaj

@Pankaj.Patil pls help for following :- We build text to speech converter and its work perfectly, but we want voice selection like male and female. by default it takes male voice but we want female voice also. we try this vb.net 1 code but it gives error like “voice gender is not declare”
synth.SelectVoiceByHints(VoiceGender.Male)
synth.SelectVoiceByHints(VoiceGender.Female)