CCNet.Build.Common.Execute.ReportLink C# (CSharp) 메소드

ReportLink() 공개 정적인 메소드

Reports URL to be displayed for the current project.
public static ReportLink ( string url, string image ) : void
url string
image string
리턴 void
		public static void ReportLink(string url, string image)
		{
			Console.WriteLine(
				"[LINK] {0} | {1}",
				url,
				image);
		}
	}