Skip to content

Commit 3ff9e47

Browse files
committed
Enabled build during Create Package cake step
1 parent fc2a527 commit 3ff9e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/anglesharp.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Task("Create-Package")
112112
var settings = new DotNetCorePackSettings
113113
{
114114
Configuration = configuration,
115-
NoBuild = true,
115+
NoBuild = false,
116116
OutputDirectory = nugetRoot,
117117
ArgumentCustomization = args => args.Append("--include-symbols").Append("-p:SymbolPackageFormat=snupkg")
118118
};

0 commit comments

Comments
 (0)