Skip to content

Commit

Permalink
fix: remove unneeded lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Feb 24, 2020
1 parent e93a216 commit 5255864
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Pharmacist.MsBuild.NuGet/PharmacistNuGetTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ [new Guid("A3F8F2AB-B479-4A4A-A458-A89E7DC349F1")] = "Xamarin.Mac",
[Required]
public string OutputFile { get; set; }

/// <summary>
/// Gets or sets the lock file.
/// </summary>
[Required]
public string LockFile { get; set; }

/// <inheritdoc />
public override bool Execute()
{
Expand Down

0 comments on commit 5255864

Please sign in to comment.