Commit Graph

11 Commits

Author SHA1 Message Date
Mikel Blanchard a93f7138b1
Run workflows for any branch starting with "main". (#3708) 2022-09-29 12:04:43 -07:00
Alan West 51c6d13460
Clean up github workflows (#3544) 2022-08-04 12:50:41 -07:00
Alan West a789bc0259
Merge net7.0 to main (#3539) 2022-08-04 10:25:21 -07:00
Alan West 25df7e85b0
Revert "Merge branch 'net7.0' into main" (#3531)
This reverts commit e64015cadd, reversing
changes made to 5653454b0c.
2022-08-03 15:47:18 -07:00
Alan West d84f0edf77
Use DiagnosticSource 7.0 and drop netcoreapp3.1 target (#3351)
* Remove AspNetCore 3.1 test app

* Remove netcoreapp3.1 target from projects

* Bump to DiagnosticSource 7.0.0-preview.4.22229.4

* Enable CI on net7.0 branch

* Remove trailing space
2022-06-07 20:46:15 -07:00
Reiley Yang fa21e1e1dd
cleanup CI (#3332) 2022-06-02 13:24:03 -07:00
dependabot[bot] f79df4d2e5
Bump actions/checkout from 2 to 3 (#3173)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-04-13 18:23:27 -07:00
Tim Hess 0cfde31d13
run CI tasks on push to main/metrics (#2084) 2021-06-15 12:54:56 -07:00
Cijo Thomas 26953a4b87
Trigger CI for main and metrics branch (#1749) 2021-01-29 13:07:37 -08:00
Cijo Thomas 01dd4abbaf
Rename workflows to target main branch instead of master (#1731) 2021-01-27 14:39:41 -08:00
Reiley Yang 755f727df0
Add sanity check for non-ASCII character and trailing spaces (#927)
* add CI sanity check for non-ASCII encoding and trailing spaces

* check TAB too

* fix ordering

* rename sanity to sanitycheck
2020-07-27 07:52:26 -07:00