-3

Can anyone help me on the below issue related to CruiseControl..

I am new to cruisecontrol and I have installed CCnet for .net project deployment automation on server and made modification in CCnet.config file but still dashboard is showing default project. I have created multiple project in single CCnet.config can someone help me what I am doing wrong here.

Gaurav C
  • 71
  • 1
  • 1
  • 7

1 Answers1

1

By "dashboard", do you mean the CC.Net web portal? Do you see the same results in the CCTray? Is it possible that your changes to ccnet.config contain mistakes? If so, CC.Net will not load the config file. Use CCValidator to verify your config file changes.

George H.
  • 21
  • 3
  • Thanks for replying!! there was issue with the one line which was causing problem with whole config file. After removing the line it ran fine. – Gaurav C Oct 18 '16 at 10:24