Class MsBuildArgument
- Namespace
- BenchmarkDotNet.Jobs
- Assembly
- BenchmarkDotNet.dll
Argument passed to dotnet cli when restoring and building the project example: new MsBuildArgument("/p:MyCustomSetting=123")
public class MsBuildArgument : Argument, IEquatable<Argument>
- Inheritance
-
MsBuildArgument
- Implements
- Inherited Members
Constructors
MsBuildArgument(string)
public MsBuildArgument(string value)
Parameters
value
string- Argument passed to dotnet cli when restoring and building the project example: new MsBuildArgument("/p:MyCustomSetting=123")