Correct Identity.API path
This commit is contained in:
parent
0cd8ccf54b
commit
8cfa4e7c56
@ -21,7 +21,7 @@ dotnet build $webSPAPathToJson
|
||||
dotnet publish $webSPAPathToJson -o $webSPAPathToPub
|
||||
|
||||
# *** identitySvc image ***
|
||||
$identitySvcPathToJson = $scriptPath + "\src\Services\Identity\eShopOnContainers.Identity\project.json"
|
||||
$identitySvcPathToJson = $scriptPath + "\src\Services\Identity\Identity.API\project.json"
|
||||
Write-Host "identitySvcPathToJson is $identitySvcPathToJson" -ForegroundColor Yellow
|
||||
$identitySvcPathToPub = $scriptPath + "\pub\identity"
|
||||
Write-Host "identitySvcPathToPub is $identitySvcPathToPub" -ForegroundColor Yellow
|
||||
|
Loading…
x
Reference in New Issue
Block a user