I have a simple Aspire app with an API (Using ASP.NET WebAPIs on .NET 9), a DB Migrater project and a Worker service. When I run:
aspirate build -crp 'neodevacr.azurecr.io/neoadj'
It generates all the images properly, except for the webapi project, which gets the periods in the ACR registry name converted to hyphens, like so:
I cannot find anywhere in my config where that project is getting special treatment. Does anyone know what's causing it and how I fix it?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744993749a4605060.html
评论列表(0条)