-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPushLocal.bat
More file actions
25 lines (22 loc) · 1.94 KB
/
PushLocal.bat
File metadata and controls
25 lines (22 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@echo off
echo PRESS ANY KEY TO INSTALL TO LOCAL NUGET FEED
echo Remember to generate the up-to-date package.
c:\exe\nuget add .\Corpus.Api.Controllers\bin\Debug\Corpus.Api.Controllers.11.0.0.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Corpus.Api.Models\bin\Debug\Corpus.Api.Models.11.0.0.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Corpus.Core\bin\Debug\Corpus.Core.11.0.0.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Corpus.Core.Plugin\bin\Debug\Corpus.Core.Plugin.11.0.0.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Corpus.Sql\bin\Debug\Corpus.Sql.11.0.0.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Corpus.Sql.MsSql\bin\Debug\Corpus.Sql.MsSql.11.0.0.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Corpus.Sql.PgSql\bin\Debug\Corpus.Sql.PgSql.11.0.0.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Api.Controllers\bin\Debug\Pythia.Api.Controllers.6.0.2.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Api.Models\bin\Debug\Pythia.Api.Models.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Api.Services\bin\Debug\Pythia.Api.Services.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Core\bin\Debug\Pythia.Core.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Cli.Core\bin\Debug\Pythia.Cli.Core.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Cli.Plugin.Standard\bin\Debug\Pythia.Cli.Plugin.Standard.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Core.Plugin\bin\Debug\Pythia.Core.Plugin.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Sql\bin\Debug\Pythia.Sql.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Sql.PgSql\bin\Debug\Pythia.Sql.PgSql.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Udp.Plugin\bin\Debug\Pythia.Udp.Plugin.6.0.1.nupkg -source C:\Projects\_NuGet
c:\exe\nuget add .\Pythia.Xlsx.Plugin\bin\Debug\Pythia.Xlsx.Plugin.6.0.1.nupkg -source C:\Projects\_NuGet
pause