Skip to content

Commit

Permalink
Add dotnet 7 for signle task build (#19283)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Zaytsev <[email protected]>
  • Loading branch information
KonstantinTyukalov and Maxim Zaytsev authored Nov 15, 2023
1 parent 265b4f1 commit ab93ab3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/build-single-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ steps:
Write-Host "##vso[task.setVariable variable=task_pattern]$taskPattern"
displayName: Set task_pattern


# Use .NET SDK 7
- task: UseDotNet@2
displayName: 'Install .NET Core SDK 7.x'
inputs:
version: 7.x

# Clean
- script: node make.js clean
displayName: Clean tasks
Expand Down

0 comments on commit ab93ab3

Please sign in to comment.