Skip to content

giannik/dotnetcore-webapp

 
 

Repository files navigation

dotnetcore-webapp

Example environment to test and show a project setup for a sample application

Example application has been created with dotnet:

dotnet new webapp

In the workflow folder you can find 2 different workflows for build and deploying the application onto environments:

file purpose
dotnetcore.yml deploy into an Azure App Service
dotnetcore-iis.yml deploy to an IIS website on a Windows machine locally

Deployment is done with these steps:

  • Build
  • Publish
  • Deploy
  • Run a first request (warmup and to check if it is up)
  • Run a set of end-to-end (aka webtests) on the deployed application

If you have an questions or want another example, please raise an issue 🔨.

About

dotnet new webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 66.2%
  • HTML 23.9%
  • CSS 8.5%
  • JavaScript 1.4%