View Single Post
  #1  
Old 01-05-2006, 02:50 PM
jnapier jnapier is online now
Registered User
 
Join Date: 07-29-2003
Posts: 32
Pass arguments to Visual Build

I have a continuous integration build setup and I have differrent scenarios of when a build might run. The build can run on a source code modification or at a specific time each night. I would like my visual build script to behave differently based on whether the build was initiated by a modification or was the nightly build.

Is there anyway to pass an argument to my build script?
Reply With Quote