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 e11f467 commit 9cba0adCopy full SHA for 9cba0ad
.github/workflows/build.yml
@@ -61,6 +61,14 @@ jobs:
61
- name: 🤘 checkout
62
uses: actions/checkout@v4
63
64
+ - name: ⚙ dotnet
65
+ uses: actions/setup-dotnet@v4
66
+ with:
67
+ dotnet-version: |
68
+ 6.x
69
+ 8.x
70
+ 9.x
71
+
72
- name: 🙏 build
73
run: dotnet build -m:1 -bl:build.binlog
74
.github/workflows/publish.yml
@@ -23,6 +23,14 @@ jobs:
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0 commit comments