Skip to content

Commit c29265c

Browse files
authored
Update DotNET-build.yml
1 parent 6b4cd86 commit c29265c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/DotNET-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ jobs:
3434
- uses: actions/setup-java@v4
3535
with:
3636
distribution: 'temurin'
37-
java-version: '17'
37+
java-version: '17'
38+
- task: UseDotNet@2
39+
inputs:
40+
packageType: 'sdk'
41+
version: '8.x' # or 8.0.302
42+
installationPath: $(Agent.ToolsDirectory)/dotnet
3843
- uses: actions/checkout@v4
3944
with:
4045
fetch-depth: 0

0 commit comments

Comments
 (0)