diff --git a/Notes.txt b/Notes.txt index 14286e2..fb6bd31 100644 --- a/Notes.txt +++ b/Notes.txt @@ -6,23 +6,4 @@ How to create nuget package from project: 5. Search for package in bin/Release folder. Ex: Netmash.Hosting.WindowsService.1.0.0.nupkg 6. Push the package 6.1 Open a console in package folder and run "dotnet nuget push -k -s " -6.2 Ex: dotnet nuget push Netmash.Hosting.WindowsService.1.0.0.nupkg -k key -s http://stawebsrv/NuGetServer/nuget - -####################################################################################################################################################### -Push packages: - -dotnet nuget push Netmash.Application.DataContracts.1.0.1.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget - -dotnet nuget push Netmash.Extensions.Swagger.1.0.6.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget - -dotnet nuget push Netmash.Extensions.Http.1.0.0.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget - -dotnet nuget push Netmash.Security.Authentication.Tuitio.1.0.8.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget - -dotnet nuget push Netmash.Extensions.Caching.1.0.1.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget - -dotnet nuget push Netmash.Infrastructure.DatabaseMigration.1.2.0.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget - -dotnet nuget push Netmash.Data.EntityFramework.1.0.1.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget -dotnet nuget push Netmash.Core.Abstractions.1.0.0.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget -####################################################################################################################################################### \ No newline at end of file +6.2 Ex: dotnet nuget push Netmash.Hosting.WindowsService.1.0.0.nupkg -k key -s http:///nuget