21.nuget-publish.sh 197 B

1234567
  1. set -e
  2. cd '/root/code/Sers/dotnet/Library/Vit/Vit.Core/Vit.Core';
  3. dotnet build --configuration Release;
  4. dotnet pack --configuration Release --output '/root/code/Sers/dotnet/Doc/Publish/nuget';