Skip to content

Commit 6c35812

Browse files
authored
Updated deployment-of-packages.yaml
1 parent b160478 commit 6c35812

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deployment-of-packages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16-
- name: Setup .NET SDK
16+
- name: Setup dotnet
1717
uses: actions/setup-dotnet@v4
18+
with:
19+
dotnet-version: '9.x.x'
1820

1921
- name: Build
2022
run: dotnet build -c Release

0 commit comments

Comments
 (0)