Tool APIs
Typed immutable commands model external command-line tools. Configure a command with a record with expression, then await it.
await (Tools.DotNet.Build with
{
Configuration = "Release",
});
Typed immutable commands model external command-line tools. Configure a command with a record with expression, then await it.
await (Tools.DotNet.Build with
{
Configuration = "Release",
});