Skip to content

Commit 2ce5a8d

Browse files
committed
add apikey for symbole
1 parent beb3947 commit 2ce5a8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReactiveXComponent/ReactiveXComponent.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
</PackageReference>
3636
<PackageReference Include="System.Reactive.Linq" Version="3.1.1">
3737
<PrivateAssets>all</PrivateAssets>
38-
<ExcludeAssets>runtime</ExcludeAssets>
3938
</PackageReference>
4039
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
4140
<PackageReference Include="RabbitMQ.Client" Version="4.1.3" />

build.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ Task("PushPackage")
8484
DotNetCoreNuGetPush(package, new DotNetCoreNuGetPushSettings
8585
{
8686
Source = "https://www.nuget.org/api/v2/package",
87-
ApiKey = apiKey
87+
ApiKey = apiKey,
88+
SymbolApiKey = apiKey
8889
});
8990
}
9091
else

0 commit comments

Comments
 (0)