Skip to content

Commit 43b79d4

Browse files
committed
Remove extra "UseDotNet" task since latest SDK should be sufficient
Signed-off-by: Aliaksandr Kukrash <multiarc@gmail.com>
1 parent f7d246c commit 43b79d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ stages:
5353
inputs:
5454
packageType: "sdk"
5555
version: 8.0.x
56-
- task: UseDotNet@2
57-
displayName: "Install .NET Core SDK"
58-
inputs:
59-
packageType: "sdk"
60-
useGlobalJson: true
6156
- pwsh: "dotnet tool restore"
6257
displayName: "Dotnet Tool Restore"
6358
failOnStderr: true

0 commit comments

Comments
 (0)