Skip to content

Commit 68db3b9

Browse files
ZKRobikruplm
authored andcommitted
Added readme to workflows
1 parent 3049caf commit 68db3b9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Workflows
2+
=========
3+
4+
# Common parameters
5+
Framework versions are set from shared variables across the repository.
6+
Accessing them can be done via the vars object.
7+
8+
| Variable | Description | Example value |
9+
| -------------- | ------------------------------------------------------- | ------------- |
10+
| DOTNET_VERSION | The version of dotnet to load with actions/setup-dotnet | 6.0.x |
11+
| NODE_VERSION | The version of node.js to load with actions/setup-node | 18.x |
12+
13+
# Workflows
14+
## continous-integration.yml
15+
Builds all solutions, creates nuget packages and uploads artifacts for further workflows.
16+
17+
## release.yml
18+
Publishes our packages

0 commit comments

Comments
 (0)