jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
17.04k stars 3.65k forks source link

Update azure-dev.yml, added a name for the workflow. #1225

Closed southernsun closed 2 days ago

southernsun commented 2 months ago

Added a name for the workflow so it easily identified on the GitHub Actions page.

jasontaylordev commented 2 days ago

Thanks. This is not an Azure DevOps deployment, it's a GitHub Actions deployment that forms part of the solution when you run 'dotnet new ca-sln'. It's a pipeline that uses the Azure Developer CLI.

When you run ' dotnet new, ' the other pipelines won't be included, so I'll leave the name off for now.