We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce5a8d commit bc8ca37Copy full SHA for bc8ca37
1 file changed
build.cake
@@ -85,7 +85,8 @@ Task("PushPackage")
85
{
86
Source = "https://www.nuget.org/api/v2/package",
87
ApiKey = apiKey,
88
- SymbolApiKey = apiKey
+ SymbolApiKey = apiKey,
89
+ SymbolSource = "https://www.nuget.org/api/v2/symbolpackage"
90
});
91
}
92
else
0 commit comments