Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #338 from xamarin/dh_NugetpackageChanged
Browse files Browse the repository at this point in the history
Added RequireLicenseAcceptance to nuget
  • Loading branch information
newky2k committed Nov 6, 2018
2 parents 3617d18 + e2c495c commit 7dfd061
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,8 @@ Task ("nuget")
OutputDirectory = "./output/",
BasePath = "./",
Symbols = true,
ToolPath = nuget_4
ToolPath = nuget_4,
RequireLicenseAcceptance = true
}
);
NuGetPack
Expand All @@ -2002,7 +2003,8 @@ Task ("nuget")
OutputDirectory = "./output/",
BasePath = "./",
Symbols = true,
ToolPath = nuget_4
ToolPath = nuget_4,
RequireLicenseAcceptance = true
}
);
NuGetPack
Expand All @@ -2014,7 +2016,8 @@ Task ("nuget")
OutputDirectory = "./output/",
BasePath = "./",
Symbols = true,
ToolPath = nuget_4
ToolPath = nuget_4,
RequireLicenseAcceptance = true
}
);
}
Expand Down

0 comments on commit 7dfd061

Please sign in to comment.