We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f989a07 commit d3d3bdcCopy full SHA for d3d3bdc
build/cake/build-and-package.cake
@@ -12,6 +12,8 @@ Task ("nuget")
12
.WithProperty ("PackageOutputPath", MakeAbsolute ((DirectoryPath)"./output/").FullPath)
13
.WithTarget ("Pack");
14
15
+ settings.NodeReuse = false;
16
+
17
DotNetBuild (
18
"./generated/AndroidX.sln",
19
new DotNetBuildSettings { MSBuildSettings = settings }
@@ -29,6 +31,8 @@ Task ("libs")
29
31
.EnableBinaryLogger ($"./output/libs.{CONFIGURATION}.binlog")
30
32
.WithProperty("Verbosity", VERBOSITY.ToString ());
33
34
35
36
37
38
0 commit comments