From de9f629d9d71fa381604121c05daea0c00c9a701 Mon Sep 17 00:00:00 2001 From: Brian Rourke Boll Date: Mon, 15 Apr 2024 09:10:58 -0400 Subject: [PATCH 1/2] =?UTF-8?q?`docs/`=20=E2=86=92=20`docs/*`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Exclude the contents of the `docs/` directory from triggering CI. This lets us update the release notes, etc., without retriggering a full CI run. --- azure-pipelines-PR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index 8700092a985..16f245bf82e 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -11,7 +11,7 @@ trigger: - '*' exclude: - .github/* - - docs/ + - docs/* - .vscode/* - .devcontainer/* - tests/scripts/ @@ -37,7 +37,7 @@ pr: - '*' exclude: - .github/* - - docs/ + - docs/* - attributions.md - CODE_OF_CONDUCT.md - DEVGUIDE.md @@ -881,4 +881,4 @@ stages: insertTargetBranch: rel/d17.9 insertTeamEmail: fsharpteam@microsoft.com insertTeamName: 'F#' - completeInsertion: 'auto' \ No newline at end of file + completeInsertion: 'auto' From f6914b15117e241ac9510d3b9d4a1ed37c9c2575 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 15 Apr 2024 16:37:46 +0200 Subject: [PATCH 2/2] test change --- docs/release-notes/.FSharp.Compiler.Service/8.0.400.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/.FSharp.Compiler.Service/8.0.400.md b/docs/release-notes/.FSharp.Compiler.Service/8.0.400.md index 9ecdf18ee3e..0e9a1f24a0e 100644 --- a/docs/release-notes/.FSharp.Compiler.Service/8.0.400.md +++ b/docs/release-notes/.FSharp.Compiler.Service/8.0.400.md @@ -1,3 +1,3 @@ ### Fixed -Various parenthesization API fixes. ([PR #16977](https://github.com/dotnet/fsharp/pull/16977)) +Various parenthesization API fixes. ([PR #16977](https://github.com/dotnet/fsharp/pull/16977))