nuget-push to NugetServer.Sers.bat 487 B

123456789101112131415161718
  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 'nuget push to NugetServer.Sers succeed£¡'
  9. echo 'nuget push to NugetServer.Sers succeed£¡'
  10. echo 'nuget push to NugetServer.Sers succeed£¡'
  11. :: dotnet nuget delete ServiceAdaptor.NetCore.Sers 1.0.4.75 -k ee28314c-f7fe-2550-bd77-e09eda3d0119 -s http://nuget.sers.cloud --non-interactive