TeamCity.CSharpInteractive.HostApi/DotNetBuild.cs [93:101]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ("--force", Force) ) .AddProps("-p", Props.ToArray()) .AddArgs(Args.ToArray()); public void PreRun(IHost host) => host.GetService().SendTestResultsStreamingDataMessageIfNeeded(); public IEnumerable GetNonStdStreamsServiceMessages(IHost host) => host.GetService().GetServiceMessagesFromFilesWithTestReports(); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TeamCity.CSharpInteractive.HostApi/DotNetPack.cs [83:91]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ("--force", Force) ) .AddProps("-p", Props.ToArray()) .AddArgs(Args.ToArray()); public void PreRun(IHost host) => host.GetService().SendTestResultsStreamingDataMessageIfNeeded(); public IEnumerable GetNonStdStreamsServiceMessages(IHost host) => host.GetService().GetServiceMessagesFromFilesWithTestReports(); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -