Skip to content

Commit 863ce02

Browse files
committed
use correct nuget key env variable
1 parent 3dca9f4 commit 863ce02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ReleaseTasks.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let publishNuget =
5858
"https://api.nuget.org/v3/index.json"
5959

6060
let apikey =
61-
Environment.environVar "NUGET_KEY_CSB"
61+
Environment.environVar "NUGET_KEY"
6262

6363
for artifact in targets do
6464
let result =
@@ -93,7 +93,7 @@ let publishNugetPrerelease =
9393
"https://api.nuget.org/v3/index.json"
9494

9595
let apikey =
96-
Environment.environVar "NUGET_KEY_CSB"
96+
Environment.environVar "NUGET_KEY"
9797

9898
for artifact in targets do
9999
let result =

0 commit comments

Comments
 (0)