RgPublish.exe /target doesn't create specified folder
abatishchev
Posts: 8
Using RgPublish /target makes no sense in dynamic environment (where folder name is being generated and created dynamically, say by TeamCity). There is no way to pre-create such folder so it must create it by itself.
Currently it throws an error instead:
Currently it throws an error instead:
[03:36:50][Step 7/7] Target folder 'C:\TeamCity\buildAgent\work\403d3ec57312a972\redgate' does not exist.
Comments
Could you clarify a little more your use-case regarding integration with Team City?
I assume that if team city has created an output folder, this may be accessible through some sort of variable you could pass through to RGPublish?
Redgate Software
If I want use more specific subfolder that doesn't exist in source, I can't, because DM won't create it.
If would fix that in an obvious way:
Hope that helps,
Mike
Redgate Software