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

Commit 7dfd061

Browse files
authored
Merge pull request #338 from xamarin/dh_NugetpackageChanged
Added RequireLicenseAcceptance to nuget
2 parents 3617d18 + e2c495c commit 7dfd061

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.cake

+6-3
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,8 @@ Task ("nuget")
19901990
OutputDirectory = "./output/",
19911991
BasePath = "./",
19921992
Symbols = true,
1993-
ToolPath = nuget_4
1993+
ToolPath = nuget_4,
1994+
RequireLicenseAcceptance = true
19941995
}
19951996
);
19961997
NuGetPack
@@ -2002,7 +2003,8 @@ Task ("nuget")
20022003
OutputDirectory = "./output/",
20032004
BasePath = "./",
20042005
Symbols = true,
2005-
ToolPath = nuget_4
2006+
ToolPath = nuget_4,
2007+
RequireLicenseAcceptance = true
20062008
}
20072009
);
20082010
NuGetPack
@@ -2014,7 +2016,8 @@ Task ("nuget")
20142016
OutputDirectory = "./output/",
20152017
BasePath = "./",
20162018
Symbols = true,
2017-
ToolPath = nuget_4
2019+
ToolPath = nuget_4,
2020+
RequireLicenseAcceptance = true
20182021
}
20192022
);
20202023
}

0 commit comments

Comments
 (0)