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 fc2a527 commit 3ff9e47Copy full SHA for 3ff9e47
1 file changed
tools/anglesharp.cake
@@ -112,7 +112,7 @@ Task("Create-Package")
112
var settings = new DotNetCorePackSettings
113
{
114
Configuration = configuration,
115
- NoBuild = true,
+ NoBuild = false,
116
OutputDirectory = nugetRoot,
117
ArgumentCustomization = args => args.Append("--include-symbols").Append("-p:SymbolPackageFormat=snupkg")
118
};
0 commit comments