forked from aspnetboilerplate/aspnetboilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aspnetboilerplate#1065: Converted to new xproj/project.json project f…
…ormat.
- Loading branch information
Showing
371 changed files
with
21,959 additions
and
5,526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"projects": [ "src", "test" ], | ||
"sdk": { | ||
"version": "1.0.0-preview1-002702" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,24 @@ | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Abp.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.AutoMapper\Abp.AutoMapper.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.HangFire\Abp.HangFire.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.EntityFramework\Abp.EntityFramework.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.FluentMigrator\Abp.FluentMigrator.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.MemoryDb\Abp.MemoryDb.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.MongoDB\Abp.MongoDB.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.NHibernate\Abp.NHibernate.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.RedisCache\Abp.RedisCache.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Owin\Abp.Owin.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web\Abp.Web.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.Api\Abp.Web.Api.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.Mvc\Abp.Web.Mvc.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.SignalR\Abp.Web.SignalR.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.Api.OData\Abp.Web.Api.OData.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.Resources\Abp.Web.Resources.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\TestBase\Abp.TestBase\Abp.TestBase.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols | ||
REM "..\tools\gitlink\GitLink.exe" ..\ -u https://github.com/aspnetboilerplate/aspnetboilerplate -c release | ||
|
||
ren *.symbols.nupkg *.temp_nupkg | ||
del /a /f /q *.nupkg | ||
ren *.temp_nupkg *.nupkg | ||
@ECHO OFF | ||
SET /P VERSION_SUFFIX=Please enter version-suffix (can be left empty): | ||
|
||
GitLink.exe ..\ -u https://github.com/aspnetboilerplate/aspnetboilerplate -c release | ||
|
||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp\Abp.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.AutoMapper\Abp.AutoMapper.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.HangFire\Abp.HangFire.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.EntityFramework\Abp.EntityFramework.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.FluentMigrator\Abp.FluentMigrator.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.MemoryDb\Abp.MemoryDb.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.MongoDB\Abp.MongoDB.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.NHibernate\Abp.NHibernate.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.RedisCache\Abp.RedisCache.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Owin\Abp.Owin.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web\Abp.Web.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.Api\Abp.Web.Api.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.Mvc\Abp.Web.Mvc.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.SignalR\Abp.Web.SignalR.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.Api.OData\Abp.Web.Api.OData.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\Abp.Web.Resources\Abp.Web.Resources.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
"..\src\.nuget\NuGet.exe" "pack" "..\src\TestBase\Abp.TestBase\Abp.TestBase.csproj" -Properties Configuration=Release -IncludeReferencedProjects | ||
dotnet "pack" "..\src\Abp" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.AutoMapper" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.HangFire" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.EntityFramework" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.FluentMigrator" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.MemoryDb" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.MongoDB" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.NHibernate" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.RedisCache" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.Owin" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.Web" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.Web.Api" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.Web.Mvc" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.Web.SignalR" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.Web.Api.OData" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.TestBase" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
dotnet "pack" "..\src\Abp.Web.Resources" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%" | ||
|
||
pause |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.