Open heaths opened 3 days ago
Note that, for eng/scripts/Test-Packages.ps1
, the package info should already have the package name. If anything, the manifest directory name should match the crate name, though it's best to read the crate name from the manifest if needed.
Since all our crates are in a single workspace, it's better that the pipeline commands (scripts, etc.) pass
--package
(short:-p
) when supported because: