How to configure bamboo to give complied version result instead of .sln file?
Hi Syed,
When you Build/Compile your project, MSBuild generates and stores the .exe file inside the /bin/Debug/ folder, You can make the executable available defining it as an artifact. The copy pattern would be something like this: ProjectName/bin/Debug/*.exe
Thank you for the reply.
It looks like you're new here. Sign in or register to get started.