I tried building automated jobs for few console applications which are written in C# and run on Visual Studio. The Project runs and sends out an excel sheet to listed email address as an output. I used MS Build plugin and built a job using SVN, I could see the job running and in the console output i see the build successful but there is no excel sheet sent in an email from the program. If i run the program in visual studio i can get excel sheet in an email. I do not see any errors but i see one warning.
warning MSB3270: There was a mismatch between the processor architecture of the project being built "x86" and the processor architecture of the reference "Oracle.DataAccess, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=AMD64", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. Please help! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d9c20a45-6f67-4998-9442-9410d3fb9970%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
