diff --git a/aspnet-core/Directory.Build.props b/aspnet-core/Directory.Build.props index 4ffa4af0a..035af2eb6 100644 --- a/aspnet-core/Directory.Build.props +++ b/aspnet-core/Directory.Build.props @@ -1,7 +1,7 @@  - 6.0.0 - 6.0.0 + 6.0.1 + 6.0.1 1.8.0 1.0.2 6.2.0 diff --git a/aspnet-core/common.props b/aspnet-core/common.props index 201dc604b..0bb3d80a6 100644 --- a/aspnet-core/common.props +++ b/aspnet-core/common.props @@ -1,7 +1,7 @@ latest - 6.0.0.1 + 6.0.1 colin $(NoWarn);CS1591;CS0436;CS8618;NU1803 https://github.com/colinin/abp-next-admin diff --git a/build/build-aspnetcore-build-sln.ps1 b/build/build-aspnetcore-build-sln.ps1 new file mode 100644 index 000000000..abd7e3092 --- /dev/null +++ b/build/build-aspnetcore-build-sln.ps1 @@ -0,0 +1,8 @@ +. "./build-aspnetcore-common.ps1" + +# Build all solutions +foreach ($solution in $solutionArray) { + dotnet build $solution.File --no-cache +} + +Set-Location $rootFolder \ No newline at end of file diff --git a/build/build-aspnetcore-common.ps1 b/build/build-aspnetcore-common.ps1 index 46915d134..6d9b28f26 100644 --- a/build/build-aspnetcore-common.ps1 +++ b/build/build-aspnetcore-common.ps1 @@ -6,6 +6,8 @@ $rootFolder = (Get-Item -Path "./" -Verbose).FullName [PsObject[]]$serviceArray = @() $serviceArray += [PsObject]@{ Path = $rootFolder + "/../aspnet-core/services/LY.MicroService.BackendAdmin.HttpApi.Host/"; Service = "admin" } +$serviceArray += [PsObject]@{ Path = $rootFolder + "/../aspnet-core/services/LY.MicroService.AuthServer/"; Service = "authserver" } +$serviceArray += [PsObject]@{ Path = $rootFolder + "/../aspnet-core/services/LY.MicroService.AuthServer.HttpApi.Host/"; Service = "authserver-api" } $serviceArray += [PsObject]@{ Path = $rootFolder + "/../aspnet-core/services/LY.MicroService.identityServer/"; Service = "identityserver" } $serviceArray += [PsObject]@{ Path = $rootFolder + "/../aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/"; Service = "identityserver4-admin" } $serviceArray += [PsObject]@{ Path = $rootFolder + "/../aspnet-core/services/LY.MicroService.LocalizationManagement.HttpApi.Host/"; Service = "localization" } @@ -14,6 +16,12 @@ $serviceArray += [PsObject]@{ Path = $rootFolder + "/../aspnet-core/services/LY. $serviceArray += [PsObject]@{ Path = $rootFolder + "/../aspnet-core/services/LY.MicroService.TaskManagement.HttpApi.Host/"; Service = "task-management" } $serviceArray += [PsObject]@{ Path = $rootFolder + "/../gateways/internal/LINGYUN.MicroService.Internal.ApiGateway/src/LINGYUN.MicroService.Internal.ApiGateway/"; Service = "internal-apigateway" } +[PsObject[]]$solutionArray = @() +$solutionArray += [PsObject]@{ File = $rootFolder + "/../aspnet-core/LINGYUN.MicroService.All.sln" } +$solutionArray += [PsObject]@{ File = $rootFolder + "/../aspnet-core/LINGYUN.MicroService.TaskManagement.sln" } +$solutionArray += [PsObject]@{ File = $rootFolder + "/../aspnet-core/LINGYUN.MicroService.WebhooksManagement.sln" } +$solutionArray += [PsObject]@{ File = $rootFolder + "/../aspnet-core/LINGYUN.MicroService.Workflow.sln" } + Write-host "" Write-host ":::::::::::::: !!! You are in development mode !!! ::::::::::::::" -ForegroundColor red -BackgroundColor yellow Write-host "" \ No newline at end of file diff --git a/common.props b/common.props index 201dc604b..0bb3d80a6 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 6.0.0.1 + 6.0.1 colin $(NoWarn);CS1591;CS0436;CS8618;NU1803 https://github.com/colinin/abp-next-admin diff --git a/gateways/Directory.Build.props b/gateways/Directory.Build.props index f882ef559..ed5071a5c 100644 --- a/gateways/Directory.Build.props +++ b/gateways/Directory.Build.props @@ -1,7 +1,7 @@  - 6.0.0 - 6.0.0 + 6.0.1 + 6.0.1 1.8.0 6.0.1 1.5.10 diff --git a/gateways/common.props b/gateways/common.props index 341ce1935..0f557520f 100644 --- a/gateways/common.props +++ b/gateways/common.props @@ -1,7 +1,7 @@ latest - 6.0.0.1 + 6.0.1 colin $(NoWarn);CS1591;CS0436;CS8618;NU1803 https://github.com/colinin/abp-next-admin