-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpush.cmd
16 lines (12 loc) · 1.31 KB
/
push.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
nuget push "LinqSharp/bin/Release/LinqSharp.8.0.10.nupkg" -source nuget.org
nuget push "LinqSharp.EFCore/LinqSharp.EFCore.Abstractions/bin/Release/LinqSharp.EFCore.Abstractions.0.1.0.nupkg" -source nuget.org
nuget push "LinqSharp.EFCore/LinqSharp.EFCore.Core/bin/Release/LinqSharp.EFCore.Core.0.8.10.nupkg" -source nuget.org
nuget push "LinqSharp.EFCore/LinqSharp.EFCore - EF6.0/bin/Release/LinqSharp.EFCore.6.0.8010.nupkg" -source nuget.org
nuget push "LinqSharp.EFCore/LinqSharp.EFCore - EF7.0/bin/Release/LinqSharp.EFCore.7.0.8010.nupkg" -source nuget.org
nuget push "LinqSharp.EFCore/LinqSharp.EFCore - EF8.0/bin/Release/LinqSharp.EFCore.8.0.10.nupkg" -source nuget.org
nuget push "dotnet-orm/bin/Release/dotnet-orm.0.80.10.nupkg" -source nuget.org
rem nuget push "LinqSharp.EFCore.MySql/LinqSharp.EFCore.MySql/bin/Release/LinqSharp.EFCore.MySql.7.0.6.nupkg" -source nuget.org
rem nuget push "LinqSharp.EFCore.MySql/LinqSharp.EFCore.MySql.Compatible/bin/Release/LinqSharp.EFCore.MySql.Compatible.3.1.4.nupkg" -source nuget.org
rem nuget push "LinqSharp.EFCore.SqlServer/LinqSharp.EFCore.SqlServer/bin/Release/LinqSharp.EFCore.SqlServer.7.0.6.nupkg" -source nuget.org
rem nuget push "LinqSharp.EFCore.SqlServer/LinqSharp.EFCore.SqlServer.Compatible/bin/Release/LinqSharp.EFCore.SqlServer.Compatible.2.1.4.nupkg" -source nuget.org
pause