HttpAbstractions 247 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. commit 00f6ec2b87b00fa65c5bbe2d3346eda47760f541
  2. Author: Ryan Brandenburg <[email protected]>
  3. Date: Thu Jun 7 15:45:14 2018 -0700
  4. Adding VSTS file
  5. diff --git a/.vsts-pipelines/builds/ci-internal.yml b/.vsts-pipelines/builds/ci-internal.yml
  6. new file mode 100644
  7. index 00000000000..d7ceb763786
  8. --- /dev/null
  9. +++ b/.vsts-pipelines/builds/ci-internal.yml
  10. @@ -0,0 +1,13 @@
  11. +trigger:
  12. +- dev
  13. +- release/*
  14. +
  15. +resources:
  16. + repositories:
  17. + - repository: buildtools
  18. + type: git
  19. + name: aspnet-BuildTools
  20. + ref: refs/heads/dev
  21. +
  22. +phases:
  23. +- template: .vsts-pipelines/templates/project-ci.yml@buildtools
  24. diff --git a/.vsts-pipelines/builds/ci-public.yml b/.vsts-pipelines/builds/ci-public.yml
  25. new file mode 100644
  26. index 00000000000..b7f25723f8b
  27. --- /dev/null
  28. +++ b/.vsts-pipelines/builds/ci-public.yml
  29. @@ -0,0 +1,15 @@
  30. +trigger:
  31. +- dev
  32. +- release/*
  33. +
  34. +# See https://github.com/aspnet/BuildTools
  35. +resources:
  36. + repositories:
  37. + - repository: buildtools
  38. + type: github
  39. + endpoint: DotNet-Bot GitHub Connection
  40. + name: aspnet/BuildTools
  41. + ref: refs/heads/dev
  42. +
  43. +phases:
  44. +- template: .vsts-pipelines/templates/project-ci.yml@buildtools