We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd8ccf commit 8cfa4e7Copy full SHA for 8cfa4e7
1 file changed
build-image-web-spa.ps1
@@ -21,7 +21,7 @@ dotnet build $webSPAPathToJson
21
dotnet publish $webSPAPathToJson -o $webSPAPathToPub
22
23
# *** identitySvc image ***
24
-$identitySvcPathToJson = $scriptPath + "\src\Services\Identity\eShopOnContainers.Identity\project.json"
+$identitySvcPathToJson = $scriptPath + "\src\Services\Identity\Identity.API\project.json"
25
Write-Host "identitySvcPathToJson is $identitySvcPathToJson" -ForegroundColor Yellow
26
$identitySvcPathToPub = $scriptPath + "\pub\identity"
27
Write-Host "identitySvcPathToPub is $identitySvcPathToPub" -ForegroundColor Yellow
0 commit comments