Correct Identity.API path

This commit is contained in:
Charles Lowell 2017-02-13 12:58:01 -08:00
parent 0cd8ccf54b
commit 8cfa4e7c56

View File

@ -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