@@ -470,8 +470,8 @@ stages:
470
470
- template : jobs/default-build.yml
471
471
parameters :
472
472
condition : ne(variables['SkipTests'], 'true')
473
- jobName : Windows_Templates_Test
474
- jobDisplayName : " Test: Templates - Windows Server 2016 x64"
473
+ jobName : Windows_Integration_Test
474
+ jobDisplayName : " Test: Integration - Windows Server 2016 x64"
475
475
agentOs : Windows
476
476
isTestingJob : true
477
477
steps :
@@ -481,16 +481,18 @@ stages:
481
481
displayName : Pack Templates
482
482
- script : ./src/ProjectTemplates/build.cmd -ci -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /bl:artifacts/log/template.test.binlog"
483
483
displayName : Test Templates
484
+ - script : ./src/Grpc/build.cmd -ci -test -NoRestore -NoBuild -NoBuilddeps "/bl:artifacts/log/grpc.test.binlog"
485
+ displayName : Test gRPC interop
484
486
artifacts :
485
- - name : Windows_Test_Templates_Dumps
487
+ - name : Windows_Test_Integration_Dumps
486
488
path : artifacts/dumps/
487
489
publishOnError : true
488
490
includeForks : true
489
- - name : Windows_Test_Templates_Logs
491
+ - name : Windows_Test_Integration_Logs
490
492
path : artifacts/log/
491
493
publishOnError : true
492
494
includeForks : true
493
- - name : Windows_Test_Templates_Results
495
+ - name : Windows_Test_Integration_Results
494
496
path : artifacts/TestResults/
495
497
publishOnError : true
496
498
includeForks : true
@@ -687,7 +689,7 @@ stages:
687
689
- Linux_Test
688
690
- MacOS_Test
689
691
- Source_Build
690
- - Windows_Templates_Test
692
+ - Windows_Integration_Test
691
693
- Windows_Test
692
694
pool :
693
695
vmImage : vs2017-win2016
0 commit comments