Skip to content

Commit e4c4f6f

Browse files
[build] Specify NuGet source to PushNupkg
1 parent f6bc29b commit e4c4f6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/BenchmarkDotNet.Build/Runners/ReleaseRunner.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ private void PushNupkg()
119119
var settings = new DotNetNuGetPushSettings
120120
{
121121
ApiKey = nuGetToken,
122-
SymbolApiKey = nuGetToken
122+
SymbolApiKey = nuGetToken,
123+
Source = "https://api.nuget.org/v3/index.json"
123124
};
124125

125126
foreach (var file in files)

0 commit comments

Comments
 (0)