Skip to content

Commit

Permalink
Remove duplicate .NET 8 SDK install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Mar 29, 2024
1 parent 51eb651 commit 1222bd1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .build/azure-templates/run-tests-on-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,7 @@ steps:
performMultiLevelLookup: '${{ variables.PerformMultiLevelLookup }}'
condition: and(succeeded(), contains('${{ parameters.framework }}', 'net6.'))

- task: UseDotNet@2
displayName: 'Use .NET sdk 8.0.202'
inputs:
packageType: 'sdk'
version: '8.0.202'
performMultiLevelLookup: '${{ variables.PerformMultiLevelLookup }}'
condition: and(succeeded(), contains('${{ parameters.framework }}', 'net8.'))
# NOTE: .NET 8 is not needed here as it is installed in the install-dotnet-sdk.yml template above

#- template: 'show-all-files.yml' # Uncomment for debugging
- pwsh: |
Expand Down

0 comments on commit 1222bd1

Please sign in to comment.