No need for manual build , not its automatic via Azure DevOPs


>>>>>>nuget spec rsoni.UtilsLibrary.csproj
Or use 
nuget.exe spec ..\UtilsLibrarySolution\rsoni.UtilsLibrary\rsoni.UtilsLibrary.csproj -force
Or 
C:\GitMapping\rsoni.UtilsLibrary\UtilsLibrarySolution>..\NugetRelated\nuget.exe spec rsoni.UtilsLibrary\rsoni.UtilsLibrary.csproj -force


>>>>>>>update the spec file.


>>>>>>nuget pack
Or use 
nuget.exe pack ..\UtilsLibrarySolution\rsoni.UtilsLibrary\rsoni.UtilsLibrary.csproj -force

Or 
C:\GitMapping\rsoni.UtilsLibrary\UtilsLibrarySolution>..\NugetRelated\nuget.exe pack rsoni.UtilsLibrary\rsoni.UtilsLibrary.csproj -force



>>>>>>nuget push rsoni.UtilsLibrary.1.0.0.nupkg xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -Source https://api.nuget.org/v3/index.json

or 

nuget push rsoni.UtilsLibrary.2.0.0.nupkg xxxxxxxxxxxxxxxxxxxxxxxxxxxx -Source https://api.nuget.org/v3/index.json
OR 

C:\GitMapping\rsoni.UtilsLibrary\UtilsLibrarySolution>..\NugetRelated\nuget.exe push rsoni.UtilsLibrary.2.0.0.nupkg xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -Source https://api.nuget.org/v3/index.json

Pushing rsoni.UtilsLibrary.1.0.0.nupkg to 'https://www.nuget.org/api/v2/package'...
  PUT https://www.nuget.org/api/v2/package/
WARNING: <licenseUrl> element will be deprecated,please consider switching to specifying the license in the package. Learn more: https://aka.ms/deprecateLicenseUrl.
  Created https://www.nuget.org/api/v2/package/ 1986ms
Your package was pushed.

