I have a project configured to checkout from SVN, build and then deploy web and database files to a remote server. I have another (test- only) project that just executes tests against that server using test binaries produced by the first project. Is there a way to have the test-only project use the build label from the first project?
I currently have the test-only project configured to not update from SVN with AutoGetSopurce=False. The build label is still taken from the latest rev of the SVN repository - not the rev of the working directory though. As a result, the test-only build label often appears to be later than the build-deploy build. The test-only project is configured to fire off immediately after the build project using a ProjectTrigger. I believe someone in another thread said the behavior of AssemblyVersionLabeller has changed to set the build number based on the latest SVN rev number instead of the rev of the current working folder. This is using CCnet 1.5 RC (1.5.6804.1) Thanks. Brian To unsubscribe from this group, send email to ccnet-user+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
