projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a972204
)
Add sourcebuild leg (#2240)
author
Juan Hoyos
<juan.hoyos@microsoft.com>
Tue, 4 May 2021 21:46:36 +0000
(14:46 -0700)
committer
GitHub
<noreply@github.com>
Tue, 4 May 2021 21:46:36 +0000
(14:46 -0700)
diagnostics.yml
patch
|
blob
|
history
diff --git
a/diagnostics.yml
b/diagnostics.yml
index fdcf2456b89650a15797f90f4db48406c1d65908..91f484de360792b74bae86a4cb1466a58081284e 100644
(file)
--- a/
diagnostics.yml
+++ b/
diagnostics.yml
@@
-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 #