lith 5 anos atrás
pai
commit
0e322cbd80

+ 1 - 1
dotnet/Doc/Publish/push sers_lib to SersNugetServer.bat

@@ -4,7 +4,7 @@ cd /d nuget
  
 for /R %%s in (*.nupkg) do ( 
 echo push %%s 
-dotnet nuget push %%s  -k ee28314c-f7fe-2550-bd77-e09eda3d0119  -s http://nuget.sersms.com 
+dotnet nuget push %%s  -k ee28314c-f7fe-2550-bd77-e09eda3d0119  -s http://nuget.sers.cloud
 )