=============
Hello World is a sample program which is written in C# .net core, it triggers pipeline in Travis CI to builds the application on each commit.
The application being .net core app, you will need to install .NET Core Windows Server Hosting Bundle
Add a new application pool with .Net CLR version as "No Managed Code"
Using Deloy -> Import Application, import the package file and change the appliction pool of the application deployed to the application pool which support No Managed code (the one created in prerequisites).
Hello World Endpoint : [base-url]/api/HelloWorld
Metadata Endpoint : [base-url]/api/Metadata
Health Endpoint: [base-url]/healthchecks-api
[base-url]/UI
Uses Health Endpoint with HealthCheck UI nuget package to give the nice layout.
Note: Report Endpoint intentionally fails for demonstration purpose.
Using Travis CI, the auto build is triggered, see Build Status or visit Travis-CI Page
Using Postman, import the Test file.
You will need to change the base url in Manage Environment before you run these tests:





