MSBuildSdks icon indicating copy to clipboard operation
MSBuildSdks copied to clipboard

Add support for "cargo install" for crates and support for user specified cargo commands

Open novacole opened this issue 6 months ago • 0 comments

Cargo Install Adds support for "cargo install",which allows crates to be installed directly with the sdk Example usage: msbuild /t:CargoInstall=nextest /p:CargoInstallCommandArgs=--locked cargo-nextest

Adds support for user specified commands.

Example usage: msbuild /t:CargoCommand=nextest /p:CargoCommandArgs=run

-- Also minor refactoring around the naming of targets

novacole avatar Jun 13 '25 21:06 novacole