GitXplorerGitXplorer
t

aspnet-core-sample-deploy

public
3 stars
13 forks
0 issues

Commits

List of commits on branch master.
Unverified
302678b8d968ac211359c3c7ea05128e4cd5088a

modifying ignore in workflow ***NO_CI***

ttimheuer committed 4 years ago
Verified
72e1e68418aa42e7cb58ffe68293f9b3ee9d06c7

Update README.md

ttimheuer committed 4 years ago
Unverified
1f61bffbe2437e606c581f18efb9dd2630b14288

Adding build badge

ttimheuer committed 5 years ago
Unverified
4c366cb468409d623d0e4776978cbfc1a279db2e

Adding license and readme

ttimheuer committed 5 years ago
Unverified
b06bbcc8f259f83a4df9f950100f4adcf023d0b7

Adding workflow name for better display

ttimheuer committed 5 years ago
Unverified
820c94ef6c3b83059824d2f1ce9a6e215de42782

Subtle changes

ttimheuer committed 5 years ago

README

The README file for this repository.

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: