ToolTask.SkipTaskExecution Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if task execution is not necessary. Executed after ValidateParameters
protected:
virtual bool SkipTaskExecution();
C#
protected virtual bool SkipTaskExecution();
abstract member SkipTaskExecution : unit -> bool
override this.SkipTaskExecution : unit -> bool
Protected Overridable Function SkipTaskExecution () As Boolean
This method is called after ValidateParameters.
Product | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |