We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6438c9d commit 8362b40Copy full SHA for 8362b40
.github/workflows/ci.yml
@@ -53,7 +53,9 @@ jobs:
53
name: build-output
54
path: |
55
src\**\bin\Release\**
56
+ src\**\obj\**
57
test\**\bin\Release\**
58
+ test\**\obj\**
59
retention-days: 1
60
61
pack:
@@ -72,6 +74,13 @@ jobs:
72
74
steps:
73
75
- uses: actions/checkout@v4
76
77
+ - name: Setup .NET
78
+ uses: actions/setup-dotnet@v4
79
+ with:
80
+ dotnet-version: |
81
+ 8.0.x
82
+ 10.0.x
83
+
84
- name: Download build artifacts
85
uses: actions/download-artifact@v4
86
with:
@@ -105,6 +114,13 @@ jobs:
105
114
106
115
107
116
117
118
119
120
121
122
123
108
124
109
125
110
126
0 commit comments