From 1222bd1d1d67804a227090962d5d85f6f169e97e Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Fri, 29 Mar 2024 08:45:36 -0600 Subject: [PATCH] Remove duplicate .NET 8 SDK install --- .build/azure-templates/run-tests-on-os.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.build/azure-templates/run-tests-on-os.yml b/.build/azure-templates/run-tests-on-os.yml index 7a3bce777a..7607fc2dd8 100644 --- a/.build/azure-templates/run-tests-on-os.yml +++ b/.build/azure-templates/run-tests-on-os.yml @@ -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: |