nuget push to NugetServer.Sers.bat 348 B

1234567891011121314151617
  1. @echo off
  2. cd /d nuget
  3. for /R %%s in (*.nupkg) do (
  4. echo push %%s
  5. dotnet nuget push %%s -k ee28314c-f7fe-2550-bd77-e09eda3d0119 -s http://nuget.sers.cloud:8
  6. )
  7. cd /d ..
  8. echo 'push sers_lib to SersNugetServer succeed£¡'
  9. echo 'push sers_lib to SersNugetServer succeed£¡'
  10. echo 'push sers_lib to SersNugetServer succeed£¡'