-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Is your feature request related to a problem? Please describe.
It's possible to use the platform configuration to change the context of what's being included to a build using Platforms: https://github.com/microsoft/vs-threading/blob/e700b506be5888ffb21df7313930151578ea6161/Microsoft.VisualStudio.Threading.slnx#L4
When passing the flag to dotnet test the build step will respect it but not the test step.
Describe the solution you'd like
It would be nice to have the test step respecting the argument too.