Update pullrequest-builds.md
authorViktor Hofer <viktor.hofer@microsoft.com>
Fri, 30 Aug 2019 08:34:54 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2019 08:34:54 +0000 (10:34 +0200)
Commit migrated from https://github.com/dotnet/corefx/commit/261b2cdc260bc94967a8af6666831739d91ceb96

docs/libraries/project-docs/pullrequest-builds.md

index 61ab250..df55b0a 100644 (file)
@@ -78,11 +78,8 @@ Once you click under the `Artifacts` section, a popup will show, with multiple d
 
   1. Multiline comments are not supported, so if you want to trigger multiple builds, you have to do it on separate comments. Also, everything after `/azp run` is considered the build name, so a comment trigger can't have anything after it. [See a real example](https://github.com/dotnet/corefx/pull/35322#issuecomment-4638363830).
   2. Feature request: trigger multiple builds with one `/azp` call. I.e `/azp run corefx-ci, corefx-outerloop-osx`.
-  3. Duplicated jobs are shown on PR badges when a build is `rerun`.
-  4. Feature request: `/azp help` doesn't list available builds for the repo.
-  5. Too much clicks to get to the build UI.
-  6. Mobile experience is really bad.
-  7. Only an entire pipeline can be triggered through comments, triggering a single leg is not supported yet. `/azp run corefx-ci (macOS x64_Debug)` wouldn't work.
-  8. Rerunning a single leg while others are still running is not yet supported, you have to wait for all legs to finish before retrying an individual leg.
+  3. Feature request: `/azp help` doesn't list available builds for the repo.
+  4. Only an entire pipeline can be triggered through comments, triggering a single leg is not supported yet. `/azp run corefx-ci (macOS x64_Debug)` wouldn't work.
+  5. Rerunning a single leg while others are still running is not yet supported, you have to wait for all legs to finish before retrying an individual leg.
 
 All of this issues have been raised to Azure DevOps teams, expect @safern, to update the docs through PR to widely communicate new features coming.