01.publish nuget.bat 288 B

12345678910111213141516
  1. title "publish nuget"
  2. cd /d ../../Library
  3. echo 'pack Vit.Db.DbMng'
  4. cd /d Vit.Db.DbMng
  5. dotnet build --configuration Release
  6. dotnet pack --configuration Release --output ..\..\Publish\05.nuget\nuget
  7. cd /d ..
  8. cd /d ..\Publish\05.nuget
  9. echo 'publish nuget succeed£¡'