I'm trying to automate the build of a SSIS VisualStudio solution (ie I want to generate the deploy package automatically), but I get a weird error:
Error: Could not get a list of SSIS packages from the project.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I get this error when launching devenv with the following command-line:
devenv.exe MySolution.sln /Deploy development /Out build.log
Did anyone already meet this error ? How can I avoid that ?
regards
Thibaut
I should add that this error only appears when I set the CreateDeploymentUtility variable to true under the Deployment Utility section of the properties...|||Hi
Is there actually a anyone launching devenv.exe to generate the deployment packages ?
If no, is there any other known alternative ? (the idea is to automate the deployment package creation on a build server).
any hint will be most welcome.
regards
Thibaut|||
This link might help.
http://mgarner.wordpress.com/2006/08/31/automating-ssis-deployment/
No comments:
Post a Comment