We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55907f4 commit 84b8963Copy full SHA for 84b8963
build.cake
@@ -84,13 +84,13 @@ Task("PushPackage")
84
DotNetCoreNuGetPush(package, new DotNetCoreNuGetPushSettings
85
{
86
Source = "https://www.nuget.org/api/v2/package",
87
- ApiKey = apiKey,
+ ApiKey = apiKey
88
});
89
var packageSnupkg = "./nuget/ReactiveXComponent.Net." + version + ".snupkg";
90
DotNetCoreNuGetPush(packageSnupkg, new DotNetCoreNuGetPushSettings
91
92
SymbolSource = "https://www.nuget.org/api/v2/symbolpackage"
93
- SymbolApiKey = apiKey,
+ SymbolApiKey = apiKey
94
95
}
96
else
0 commit comments