Project File Commandline Issue
molnara
Posts: 10
Hello,
I am trying to automate a deployment using the following command:
"C:\Program Files (x86)\Red Gate\SQL Compare 9\SQLCompare.exe" /sync /Project:"C:\project.scp"
The problem I am having is error code 63 is always returned when the database is identical. I have this hooked into the pre-build event on my unit test project. The project fails to build because of this error code.
I tried adding the /Include:Identical scwitch and now get error code 8: "Error: The /include and /project or /filter switches cannot be specified
together with anything other than /include:identical"
Anyone have any ideas how to resolve this issue?
I am trying to automate a deployment using the following command:
"C:\Program Files (x86)\Red Gate\SQL Compare 9\SQLCompare.exe" /sync /Project:"C:\project.scp"
The problem I am having is error code 63 is always returned when the database is identical. I have this hooked into the pre-build event on my unit test project. The project fails to build because of this error code.
I tried adding the /Include:Identical scwitch and now get error code 8: "Error: The /include and /project or /filter switches cannot be specified
together with anything other than /include:identical"
Anyone have any ideas how to resolve this issue?
Comments