mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Upload symbol packages to nuget
This commit is contained in:
@@ -133,6 +133,8 @@ Task("PackFramework")
|
||||
ArgumentCustomization = args => {
|
||||
args.Append($"/p:Version={version}");
|
||||
args.Append($"/p:GenerateDocumentationFile=true");
|
||||
args.Append("/p:IncludeSymbols=true");
|
||||
args.Append("/p:SymbolPackageFormat=snupkg");
|
||||
|
||||
return args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user