Integration with MSBUILD and ClickOnce

f00zf00z Posts: 1 New member
I am following the documentation here: https://documentation.red-gate.com/sa6/building-your-assembly/using-smartassembly-with-clickonce-and-msi
and came across this instruction:
"Open your solution in Visual Studio, change the build output path to obj\Release\ (or obj\x86\Release if your platform target is x86) and build the project in release mode."

Why do we have to build the project in obj folder and not bin folder? We are creating setup file using the files from bin folder(default publishing config in VS)

Sign In or Register to comment.