AzUrlShortener icon indicating copy to clipboard operation
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

Open puneetpawaia opened this issue 6 months ago • 1 comments

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

puneetpawaia avatar Jun 04 '25 10:06 puneetpawaia

Resolved it by changing project: ./Cloud5mins.ShortenerTools.AppHost/Cloud5mins.ShortenerTools.AppHost.csproj to project: ./AppHost/Cloud5mins.ShortenerTools.AppHost.csproj in scr/azure.yaml

puneetpawaia avatar Jun 04 '25 11:06 puneetpawaia