質問

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