Skip to content

Commit 75c7e58

Browse files
author
Maxim Zaytsev
authored
Revert "Add dotnet 7 for signle task build (#19283)" (#19289)
This reverts commit ab93ab3.
1 parent ab93ab3 commit 75c7e58

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ci/build-single-steps.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ 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-
4942
# Clean
5043
- script: node make.js clean
5144
displayName: Clean tasks

0 commit comments

Comments
 (0)