Exemple #1
0
 /// <summary>
 /// Runs the job with a specific NuGet dependency which will be resolved during the Job build process
 /// </summary>
 /// <param name="job"></param>
 /// <param name="packageName">The NuGet package name, the latest version will be resolved</param>
 /// <returns></returns>
 public static Job WithNuGet(this Job job, string packageName) => job.WithNuGet(packageName, string.Empty);