diff --git a/azure-pipelines.yml b/azure-pipelines.yml index add285d99e..cabca65cbf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -141,14 +141,6 @@ stages: displayName: Build and Deploy condition: succeeded() - # Needed for Microsoft.AspNetCore.Razor.Microbenchmarks.Generator tests - - task: UseDotNet@2 - displayName: 'Install .NET 8 runtime' - inputs: - packageType: runtime - version: 8.x - installationPath: '$(Build.SourcesDirectory)\.dotnet' - - script: eng\CIBuild.cmd -configuration $(_BuildConfig) -prepareMachine