Folder is not a valid source?

lee5i3lee5i3 Posts: 48
edited October 16, 2013 6:40AM in Deployment Manager
I am using a SQL Database project, and I've been using the following command in TeamCity to package up the project


"%env.ProgramFiles%\Red Gate\Deployment Manager\Tools\RgPublish.exe" /source="%system.teamcity.build.workingDir%\trunk\source\My.Database" /target=feed:http://localhost:7070/nuget /packageid=My.Database /Configuration=Release

This has worked in the past, but haven't actually deployed in a while.. and now TeamCity is complaining..

[14:02:23][Step 3/6] Invalid source argument:
[14:02:23][Step 3/6] Could not interpret 'C:\TeamCity\buildAgent\work\92cb0b109899efe9\trunk\source\My.Database' as a valid source.
[14:02:23][Step 3/6] Process exited with code 1
[14:02:23][Step 3/6] Step Deploy My.Database (Command Line) failed

Comments

Sign In or Register to comment.