Skip to content

Commit c36d7f8

Browse files
committed
produce snupkg
1 parent 397c02e commit c36d7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cake

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Task("BuildPackages")
3939
{
4040
Configuration = "Release",
4141
NoBuild = false,
42-
OutputDirectory = rootAbsoluteDir + @"\artifacts\"
42+
OutputDirectory = rootAbsoluteDir + @"\artifacts\",
43+
ArgumentCustomization = args=> args.Append("--include-symbols").Append("-p:SymbolPackageFormat=snupkg")
4344
};
4445

4546
DotNetCorePack("./src/Sloader.Config/Sloader.Config.csproj", settings);

0 commit comments

Comments
 (0)