teamcity-rust-plugin
teamcity-rust-plugin copied to clipboard
Lack of working directory option
There is a lack of a working directory option on the Cargo built-step. Which makes using this plugin not possible for repositories where the rust project is in a sub-directory.
I have a project which has a "server" (in rust, in folder server), and a vueJS app (in folder web).
So, back to using command line build steps :(
Hello. You can specify the path to your Cargo.toml file using Manifest parameter. Does that help your case?
ahh.. that works.. Just non-obvious of what that paremater did, (nor how to specify the param correctly). e.g. I had to use server/Cargo.toml
Maybe a tooltip/better help can be added to that setting?