Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published