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.
2 parents 8249178 + a036560 commit 062393dCopy full SHA for 062393d
.github/workflows/build.yml
@@ -49,8 +49,8 @@ jobs:
49
run: git fetch --prune --unshallow
50
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
51
with:
52
- # codecov needs 2.1
53
- # unittests needs 3.1
+ # codecov,wyam need 2.1
+ # unittests, kudusync need 3.1
54
# gitversion needs 5.0
55
# cake 2.3 needs 6.0
56
# .NET 10 to build
.github/workflows/publishDocs.yml
@@ -22,6 +22,7 @@ jobs:
22
23
24
# wyam needs 2.1
25
+ # kudusync needs 3.1
26
27
28
dotnet-version: |
0 commit comments