Skip to content

Commit eabb9f0

Browse files
committed
start using dotnet nuget instead of the legacy
1 parent 291076e commit eabb9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

push.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
nuget push %1 -Source https://api.nuget.org/v3/index.json
3-
nuget push %1 -Source "GitHub"
2+
dotnet nuget push %1 --source https://api.nuget.org/v3/index.json
3+
dotnet nuget push %1 --source "GitHub"

0 commit comments

Comments
 (0)