ISSUE : MSBuild.ExtensionPack.Framework.Parallel TaskAction="BuildTargetsInParallel"
I am having an issue with changing the verbosity of the individual log files usning the extensionpack task with MultiLogVerbosity=”normal”or MultiLogVerbosity=”diagnostic”
I get the following error for the above 2 examples:
C:\Builds\Default Agent\TSS\ParallellBuildTest\BuildType\TSSBuild.proj (795): The “MSBuild.ExtensionPack.Framework.Parallel” task failed unexpectedly.System.ArgumentException: Requested value ‘diagnostic’ was not found. at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase,
The doc/help for the ext pack says:
MultiLogVerbosity – Specifies the verbosity to log to the individual files with. Default is diagnostic
I am having an issue with changing the verbosity of the individual log files usning the extensionpack task with MultiLogVerbosity=”normal”or MultiLogVerbosity=”diagnostic”
I get the following error for the above 2 examples:
C:\Builds\Default Agent\TSS\ParallellBuildTest\BuildType\TSSBuild.proj (795): The “MSBuild.ExtensionPack.Framework.Parallel” task failed unexpectedly.System.ArgumentException: Requested value ‘diagnostic’ was not found. at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase,
The doc/help for the ext pack says:
MultiLogVerbosity – Specifies the verbosity to log to the individual files with. Default is diagnostic