Skip to content

Commit bc8ca37

Browse files
committed
add symbole source
1 parent 2ce5a8d commit bc8ca37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Task("PushPackage")
8585
{
8686
Source = "https://www.nuget.org/api/v2/package",
8787
ApiKey = apiKey,
88-
SymbolApiKey = apiKey
88+
SymbolApiKey = apiKey,
89+
SymbolSource = "https://www.nuget.org/api/v2/symbolpackage"
8990
});
9091
}
9192
else

0 commit comments

Comments
 (0)