-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpush-all-packages.bat
12 lines (11 loc) · 1.28 KB
/
push-all-packages.bat
1
2
3
4
5
6
7
8
9
10
11
12
echo off
SET version=%1
nuget push Async.EventWay.Core.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package
nuget push Async.EventWay.Infrastructure.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package
nuget push Async.EventWay.Infrastructure.ApplicationInsights.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package
nuget push Async.EventWay.Infrastructure.CosmosDb.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package
nuget push Async.EventWay.Infrastructure.InMemory.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package
nuget push Async.EventWay.Infrastructure.MsSql.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package
nuget push Async.EventWay.Infrastructure.Redis.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package
nuget push Async.EventWay.Infrastructure.Sqlite.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package
nuget push Async.EventWay.Query.%version%.nupkg 4ae58e2e-2e9b-4bae-b081-8de9fcbd9097 -Source https://www.nuget.org/api/v2/package