Add sourcebuild leg (#2240)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Tue, 4 May 2021 21:46:36 +0000 (14:46 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 21:46:36 +0000 (14:46 -0700)
diagnostics.yml

index fdcf2456b89650a15797f90f4db48406c1d65908..91f484de360792b74bae86a4cb1466a58081284e 100644 (file)
@@ -75,6 +75,18 @@ stages:
     displayName: Build and Test Diagnostics
     jobs:
 
+    ############################
+    #                          #
+    #    Source Build legs     #
+    #                          #
+    ############################
+
+    - template: /eng/common/templates/job/source-build.yml
+      parameters:
+        platform:
+          name: Complete
+          buildScript: ./eng/common/build.sh
+
     ############################
     #                          #
     #        Build legs        #