Skip to content

Commit 84b8963

Browse files
committed
fix erreur build
1 parent 55907f4 commit 84b8963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ Task("PushPackage")
8484
DotNetCoreNuGetPush(package, new DotNetCoreNuGetPushSettings
8585
{
8686
Source = "https://www.nuget.org/api/v2/package",
87-
ApiKey = apiKey,
87+
ApiKey = apiKey
8888
});
8989
var packageSnupkg = "./nuget/ReactiveXComponent.Net." + version + ".snupkg";
9090
DotNetCoreNuGetPush(packageSnupkg, new DotNetCoreNuGetPushSettings
9191
{
9292
SymbolSource = "https://www.nuget.org/api/v2/symbolpackage"
93-
SymbolApiKey = apiKey,
93+
SymbolApiKey = apiKey
9494
});
9595
}
9696
else

0 commit comments

Comments
 (0)