Skip to content

Commit

Permalink
Try to remove NuGetToolInstaller and UseDotNet tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Sep 21, 2021
1 parent 55e8882 commit 6e0fe3f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ variables:
buildConfiguration: 'Release'

steps:
- task: NuGetToolInstaller@0

- task: UseDotNet@2
displayName: 'Use .Net Core sdk 3.x'
inputs:
version: 3.x

- task: UseDotNet@2
displayName: 'Use .Net 5 sdk'
inputs:
version: 5.x

- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
inputs:
Expand Down

0 comments on commit 6e0fe3f

Please sign in to comment.