When I am using clickonce, which files are published?
The ones from the bin or the obj directory?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Anything inside the obj directory is intermediate build artefacts, which can safely be discarded at any time.
Anything in the bin folder is the final result from the whole build process.
ClickOnce by default publishes all final build artefacts, with the exception of the symbols file. You can change what is published from the Publish tab in the project properties.