Browse Source

Correct Identity.API path

pull/41/head
Charles Lowell 8 years ago
parent
commit
8cfa4e7c56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build-image-web-spa.ps1

+ 1
- 1
build-image-web-spa.ps1 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


Loading…
Cancel
Save