Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Conversation

@akshay-online
Copy link
Collaborator

This pull request introduces a new GitHub Actions workflow for building and deploying a .NET Core application to an Azure Web App. The workflow is triggered on pushes to the main branch and includes steps for setting up .NET Core, caching dependencies, building the application, and publishing the output.

Key changes include:

  • Added a new GitHub Actions workflow file .github/workflows/azure-webapps-dotnet-core.yml to build and push a .NET Core app to an Azure Web App.
  • The workflow sets up the environment for .NET Core version 8, caches dependencies for faster builds, and uploads the build artifacts for deployment.

@akshay-online akshay-online changed the title Create azure-webapps-dotnet-core.yml Create console-dotnet-core.yml Dec 10, 2024
@akshay-online akshay-online merged commit a99c69f into main Dec 10, 2024
3 checks passed
@akshay-online akshay-online deleted the akshay-online-patch-2 branch December 10, 2024 07:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants