Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SmartAssembly
Integration with MSBUILD and ClickOnce
New post
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)
f00z
May 01, 2018 15:50
-
0
+
Add comment
Please
sign in
to leave a comment.
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)