You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine("{1}Using '{0}' as the reference assembly.",refName.FullName,opts.AzurePipelines?"##vso[task.logdetail state=InProgress]":string.Empty);
63
-
Console.WriteLine("{1}Using '{0}' as the new assembly.",refName.FullName,opts.AzurePipelines?"##vso[task.logdetail state=InProgress]":string.Empty);
62
+
Console.WriteLine("{1}Using '{0}' as the reference assembly.",refName.FullName,opts.AzurePipelines?string.Format("##vso[task.logdetail id={0};state=InProgress]",timeline_guid):string.Empty);
63
+
Console.WriteLine("{1}Using '{0}' as the new assembly.",refName.FullName,opts.AzurePipelines?string.Format("##vso[task.logdetail id={0};state=InProgress]",timeline_guid):string.Empty);
Console.WriteLine("{1}Using '{0}' as the reference assembly.",refName.FullName,opts.AzurePipelines?"##vso[task.logdetail state=InProgress]":string.Empty);
63
-
Console.WriteLine("{1}Using '{0}' as the new assembly.",refName.FullName,opts.AzurePipelines?"##vso[task.logdetail state=InProgress]":string.Empty);
62
+
Console.WriteLine("{1}Using '{0}' as the reference assembly.",refName.FullName,opts.AzurePipelines?string.Format("##vso[task.logdetail id={0};state=InProgress]",timeline_guid):string.Empty);
63
+
Console.WriteLine("{1}Using '{0}' as the new assembly.",refName.FullName,opts.AzurePipelines?string.Format("##vso[task.logdetail id={0};state=InProgress]",timeline_guid):string.Empty);
0 commit comments