SteveC
SteveC

Reputation: 16743

How do you set-up both a daily (nightly) build and continuous integration?

How do you set-up both a daily (nightly) build and continuous integration?

I've created a CI build in Visual Studio, but the trigger is only one of options, but I want both a CI and a scheduled nightly build

Upvotes: 0

Views: 1358

Answers (2)

Ewald Hofman
Ewald Hofman

Reputation: 12668

If you are using the new build system, you can create multiple triggers.

Upvotes: 3

Giulio Vian
Giulio Vian

Reputation: 8343

Clone that CI Build Definition and change the Trigger condition.

Upvotes: 1

Related Questions