Skip to content

Commit f6ef8a8

Browse files
authored
Merge pull request #580 from edcamero/main
fix: correct project path in azure.yaml for app service
2 parents 82f4ee7 + 9a1c63e commit f6ef8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name: src
44
services:
55
app:
66
language: dotnet
7-
project: ./Cloud5mins.ShortenerTools.AppHost/Cloud5mins.ShortenerTools.AppHost.csproj
7+
project: ./AppHost/Cloud5mins.ShortenerTools.AppHost.csproj
88
host: containerapp

0 commit comments

Comments
 (0)