Skip to content

Commit 20e458f

Browse files
authored
CI: Setup .NET 6 in packages-publishing workflow (#31153)
1 parent 5446c9b commit 20e458f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/packages_publishing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
version: 9
4444
run_install: false
4545

46+
- name: Set up .NET
47+
uses: actions/setup-dotnet@v4
48+
with:
49+
dotnet-version: 6.0.x
50+
4651
- name: Get pnpm store directory
4752
shell: bash
4853
run: |

0 commit comments

Comments
 (0)