Remove Azure pipeline task to install .NET 8 runtime

This commit is contained in:
Dustin Campbell 2024-07-22 13:01:34 -07:00
Родитель c93ab140bf
Коммит f3bf643103
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -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