Skip to content

Commit ab93ab3

Browse files
localconstMaxim Zaytsev
andauthored
Add dotnet 7 for signle task build (#19283)
Co-authored-by: Maxim Zaytsev <[email protected]>
1 parent 265b4f1 commit ab93ab3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/build-single-steps.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ steps:
3939
Write-Host "##vso[task.setVariable variable=task_pattern]$taskPattern"
4040
displayName: Set task_pattern
4141

42+
43+
# Use .NET SDK 7
44+
- task: UseDotNet@2
45+
displayName: 'Install .NET Core SDK 7.x'
46+
inputs:
47+
version: 7.x
48+
4249
# Clean
4350
- script: node make.js clean
4451
displayName: Clean tasks

0 commit comments

Comments
 (0)