سؤال

Is it possible to deploy an MSI to remote server and run database script on sql server using CruiseControl.net? I am new to CruiseControl.Net and looking for an example.

I tried the below wiki page but deployment page is under construction:

http://www.cruisecontrolnet.org/projects/ccnet/wiki/Configuration

هل كانت مفيدة؟

المحلول

You can have CruiseControl.net call either PowerShell or Batch file. More info on the CruiseControl.net config to call PowerShell or Batch file can be found here.

From the PowerShell or Batch file you can use PSExec to install MSI file for a remote server. As for running database scripts on remote server you can use SqlCmd .

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top