You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses: actions/upload-artifact@v4# There were problems with v4 + matrix, but now it seems to be working ok, see here: see: https://github.com/actions/upload-artifact/issues/478
Copy file name to clipboardexpand all lines: build.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,22 @@
1
1
## Binaries
2
2
3
-
If you just need the compiled binaries simply install them [from releases][releases] - open the dropdown button `Assets`, and select the preferred archive, these binaries were made automatically via CI/CD pipeline.
3
+
If you just need the compiled binaries simply install them [from releases][releases] - open the dropdown button `Assets`, and select the preferred archive, these binaries were made automatically via CI/CD pipeline.
4
4
5
5
### Compiling
6
6
7
7
Recommended to install tools via Visual Studio installer, otherwise you can install those tools directly via provided links down below or just searching for it by yourself.
8
8
9
9
-[.NET Framework 462][net462]
10
10
-[Visual Studio 2022][vs2022]/[JetBrains Rider][rider] or newer to build the solution
11
+
-[.NET 9.0][net9]
11
12
-[.NET 8.0][net8]
12
13
-[.NET 7.0][net7]
13
14
-[.NET 6.0][net6]
14
15
15
-
To build the solution from command line, use:
16
+
To build the solution from command line, use:
16
17
17
18
```bash
18
-
$ dotnet build
19
+
$ dotnet build
19
20
```
20
21
21
22
Otherwise do that via IDE `Build` button if you have.
@@ -29,6 +30,7 @@ $ dotnet test
29
30
### Release On GitHub details
30
31
31
32
Archives examples (versions and/or naming can be a bit different):
0 commit comments