Skip to content

Commit 8cfa4e7

Browse files
committed
Correct Identity.API path
1 parent 0cd8ccf commit 8cfa4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-image-web-spa.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dotnet build $webSPAPathToJson
2121
dotnet publish $webSPAPathToJson -o $webSPAPathToPub
2222

2323
# *** identitySvc image ***
24-
$identitySvcPathToJson = $scriptPath + "\src\Services\Identity\eShopOnContainers.Identity\project.json"
24+
$identitySvcPathToJson = $scriptPath + "\src\Services\Identity\Identity.API\project.json"
2525
Write-Host "identitySvcPathToJson is $identitySvcPathToJson" -ForegroundColor Yellow
2626
$identitySvcPathToPub = $scriptPath + "\pub\identity"
2727
Write-Host "identitySvcPathToPub is $identitySvcPathToPub" -ForegroundColor Yellow

0 commit comments

Comments
 (0)