Visual Studio 2013 C# Build Output to File -
i'm using visual studio 2013 @ work , want c# build output saved file i've specified. found tools > options > projects , solutions > build , run allows me set build output , build log file verbosity there's nothing indicates path of build file. can't find such files in bin
or obj
folders.
i've found this article has instructions manually copying build output text file. want way have output written file automatically, if possible.
[edit] i'd avoid command-line tools (i.e. want build in visual studio) , hope avoid writing custom logger class.
i put screen cap of options section referenced above here.
you need set output path property. following:
- in solution explorer right click project , select
properties
- select
build
tab - enter path in
output path:
Comments
Post a Comment