We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397c02e commit c36d7f8Copy full SHA for c36d7f8
build.cake
@@ -39,7 +39,8 @@ Task("BuildPackages")
39
{
40
Configuration = "Release",
41
NoBuild = false,
42
- OutputDirectory = rootAbsoluteDir + @"\artifacts\"
+ OutputDirectory = rootAbsoluteDir + @"\artifacts\",
43
+ ArgumentCustomization = args=> args.Append("--include-symbols").Append("-p:SymbolPackageFormat=snupkg")
44
};
45
46
DotNetCorePack("./src/Sloader.Config/Sloader.Config.csproj", settings);
0 commit comments