From: Bruce Forstall Date: Wed, 21 Oct 2020 00:51:09 +0000 (-0700) Subject: Automatically trigger the ilasm round-trip test on PRs (#43666) X-Git-Tag: submit/tizen/20210909.063632~4999 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5192d4963531579166d7f43df2a1ed44a96900f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Automatically trigger the ilasm round-trip test on PRs (#43666) For changes to the ilasm or ildasm source code, trigger the ilasm round-trip pipeline. There could, of course, be other changes that could affect ilasm/ildasm, but this at least catches the primary ones. --- diff --git a/eng/pipelines/coreclr/ilasm.yml b/eng/pipelines/coreclr/ilasm.yml index 5bb7abc..130f369 100644 --- a/eng/pipelines/coreclr/ilasm.yml +++ b/eng/pipelines/coreclr/ilasm.yml @@ -1,5 +1,14 @@ trigger: none +pr: + branches: + include: + - master + paths: + include: + - src/coreclr/src/ilasm/* + - src/coreclr/src/ildasm/* + schedules: - cron: "0 19 * * 6" displayName: Sat at 11:00 AM (UTC-8:00)