abp icon indicating copy to clipboard operation
abp copied to clipboard

Build-images-locally.ps1 incorrectly references IdentityServer instead of the AuthServer project.

Open beriniwlew opened this issue 2 years ago • 0 comments

ABP Commerical/CLI 6.0.0-rc.1. Blazor WebAssembly EF Core/Postgres

Steps to reproduce:

  1. Create 6.0.0-rc.1 prerelease solution using ABP Suite
  2. Note etc/build/build-images-locally.ps1 - it contains references to compose the IdentityServer project, not the new AuthServer project

$identityServerAppFolder = Join-Path $slnFolder "src/Modern.Business.IdentityServer"
Write-Host "********* BUILDING IdentityServer Application *********" -ForegroundColor Green
Set-Location $identityServerAppFolder
dotnet publish -c Release
docker build -f Dockerfile.local -t modern/business-identityserver:$version .

beriniwlew avatar Aug 01 '22 22:08 beriniwlew