* Downgrade dotnet SDK back to preview 7

* Update Build Pools
This commit is contained in:
Tanay Parikh 2020-09-29 09:48:09 -07:00 коммит произвёл GitHub
Родитель b034127ffd
Коммит 5a6f8c266b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -55,10 +55,10 @@ stages:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool
queue: BuildPool.Server.Amd64.VS2019.Open
queue: buildpool.windows.10.amd64.vs2019.pre.open
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCoreInternal-Pool
queue: BuildPool.Server.Amd64.VS2019
queue: buildpool.windows.10.amd64.vs2019.pre
steps:
- task: NodeTool@0
displayName: Install Node 10.x