Skip to content

Commit

Permalink
Skip .NET 5 installation on Windows (#17167)
Browse files Browse the repository at this point in the history
The default image should now have the .NET 5 available.
  • Loading branch information
pakrym authored Nov 24, 2020
1 parent f4cbb5c commit 5836c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/steps/install-dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK'
condition: ne(variables['Agent.OS'], 'Windows_NT') # Windows supports MultiLevelLookup and doesn't need explicit framework installation
inputs:
useGlobalJson: true
performMultiLevelLookup: true
Expand Down

0 comments on commit 5836c48

Please sign in to comment.