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

Commit

Permalink
Added RequireLicenseAcceptance to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Humphreys committed Nov 6, 2018
1 parent 3617d18 commit e2c495c
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 e2c495c

Please sign in to comment.