AzUrlShortener
AzUrlShortener copied to clipboard
ERROR: error executing step command 'package --all': initializing service 'app', stat /home/xyz/AzUrlShortener/src/Cloud5mins.ShortenerTools.AppHost/Cloud5mins.ShortenerTools.AppHost.csproj: no such file or directory
While trying to setup the URL Shortner using a fresh fork of the main branch, I encounter the following error ERROR: error executing step command 'package --all': initializing service 'app', stat /home/xyz/AzUrlShortener/src/Cloud5mins.ShortenerTools.AppHost/Cloud5mins.ShortenerTools.AppHost.csproj: no such file or directory
Resolved it by changing
project: ./Cloud5mins.ShortenerTools.AppHost/Cloud5mins.ShortenerTools.AppHost.csproj
to
project: ./AppHost/Cloud5mins.ShortenerTools.AppHost.csproj
in scr/azure.yaml