Skip to content

Sample repository for an ASP.NET Core web app deployed to Azure

License

Notifications You must be signed in to change notification settings

timheuer/aspnet-core-sample-deploy

Repository files navigation

Build and Deploy

ASP.NET Core Deployment with Actions Sample

This is a sample repo that uses the basic ASP.NET Core web app template and GitHub Actions to build and deploy the web app to Azure App Service.

This repo is really meant only to be an example of the Actions and not the ASP.NET Core content.

What does the workflow do?

The workflow does a few things...

Build:

  • Uses .NET Core SDK
  • Restores any NuGet packages
  • Builds the project
  • Executes any tests
  • Publishes the project for deployment

Deploy:

  • Deploys the published layout to Azure App Service

Artifacts:

  • Uploads the published layout as an artifact of the build

Where can I get more information?

Some resources:

About

Sample repository for an ASP.NET Core web app deployed to Azure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published