Skip to content

Commit df4e43d

Browse files
committed
fix erreur build
1 parent 84b8963 commit df4e43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Task("PushPackage")
8989
var packageSnupkg = "./nuget/ReactiveXComponent.Net." + version + ".snupkg";
9090
DotNetCoreNuGetPush(packageSnupkg, new DotNetCoreNuGetPushSettings
9191
{
92-
SymbolSource = "https://www.nuget.org/api/v2/symbolpackage"
92+
SymbolSource = "https://www.nuget.org/api/v2/symbolpackage",
9393
SymbolApiKey = apiKey
9494
});
9595
}

0 commit comments

Comments
 (0)