We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3049caf commit 68db3b9Copy full SHA for 68db3b9
.github/workflows/README.md
@@ -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