Skip to content

Commit 16dba68

Browse files
authored
CI: Setup .NET 6 in packages-publishing workflow (#31155)
1 parent a681355 commit 16dba68

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
@@ -37,6 +37,11 @@ jobs:
3737
with:
3838
node-version: '20'
3939

40+
- name: Set up .NET
41+
uses: actions/setup-dotnet@v4
42+
with:
43+
dotnet-version: 6.0.x
44+
4045
- name: Install dependencies
4146
run: npm install --no-audit --no-fund
4247

0 commit comments

Comments
 (0)