/devops-basic

Sample dotnet code for DevOps HoL (Basic)

Primary LanguageC#MIT LicenseMIT

Sample dotnet code for DevOps HoL (Basic)

devops-pipeline

Local build & test

Build and run

dotnet build
dotnet run

Test

curl http;//localhost:5000

Publish app

dotnet publish -c Release -o out

Pipeline samples