update target framework in pipeline

This commit is contained in:
Yabo Hu 2019-11-08 13:51:38 +08:00
Родитель ef297b557a
Коммит 78a61f8c75
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -5,7 +5,7 @@ variables:
LinuxImage: ubuntu-18.04
MacOSName: macOS
MacOSImage: macOS-10.13
TestFramework: netcoreapp2.1
TestFramework: netcoreapp2.2
TestTarget: Test
Configuration: Debug

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

@ -1,8 +1,8 @@
variables:
WindowsName: windows
WindowsImage: VS2017-Win2016
TestFramework: net472
TestTarget: TestNet472
TestFramework: netcore2.2
TestTarget: Test
Configuration: Debug
jobs: