Updating Azure pipeline for NetCore tests (#137)

This commit is contained in:
Peter 2020-08-24 20:01:45 -07:00 коммит произвёл GitHub
Родитель a784ef50bf
Коммит 8ce7f29725
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -4,7 +4,7 @@ variables:
jobs:
- job: 'CSharp_Windows'
pool:
vmImage: vs2017-win2016
vmImage: windows-latest
displayName: 'C# (Windows)'
strategy:
@ -38,5 +38,6 @@ jobs:
- task: VSTest@2
inputs:
testAssemblyVer2: 'bintest\**\netcoreapp3.1\SimpleTesting.dll'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'