Skip to content

Commit 4c3a2f8

Browse files
authored
Configure .NET Core SDK in CD workflow
Added .NET Core SDK setup for multiple versions.
1 parent 7f1d46b commit 4c3a2f8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/cd-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4.1.4
14+
15+
- name: Setup .NET Core SDK
16+
uses: actions/setup-dotnet@v5.0.1
17+
with:
18+
dotnet-version: |
19+
8.0.x
20+
9.0.x
21+
10.0.x
1422
1523
- name: Setup MSBuild.exe
1624
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)