teamcity-rust-plugin icon indicating copy to clipboard operation
teamcity-rust-plugin copied to clipboard

Lack of working directory option

Open urkle opened this issue 3 years ago • 2 comments

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 :(

urkle avatar Feb 27 '23 21:02 urkle

Hello. You can specify the path to your Cargo.toml file using Manifest parameter. Does that help your case?

missingdays avatar Feb 28 '23 13:02 missingdays

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?

urkle avatar Mar 02 '23 20:03 urkle