GitHub - actionforge/github-actions-example-csharp: A simple Hello World app in C#, built using an Actionforge graph as the CI/CD pipeline.
actionforge / github-actions-example-csharp Public
-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
example-csharp
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
Stars
Watchers
Forks
Releases
No releases published