◐ Shell
clean mode source ↗

GitHub - actionforge/github-actions-example-csharp: A simple Hello World app in C#, built using an Actionforge graph as the CI/CD pipeline.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

example-csharp

view-action-graph

A simple Hello World app in C#, built using an Actionforge graph as the CI/CD pipeline.

Run

dotnet run

Graph

The build pipeline is defined as an Actionforge graph in .github/workflows/graphs/build.act:

checkout -> run (dotnet publish -c Release -o build/) -> upload-artifact (build/)

It runs on every push to main, on pull requests, and on manual dispatch.

About

A simple Hello World app in C#, built using an Actionforge graph as the CI/CD pipeline.

Resources

Readme

Activity

Custom properties

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages