Skip to content

Commit 7e83556

Browse files
nagilsongithub-actions
authored andcommitted
Remove razor_tooling from format example ci test
As discussed in #51376, dotnet format launches another process for doing MSBuild invocations; the issue is we're trying to talk on the named pipe to that process and it just ... never connects. This appears to be an issue thats consistent across main and 10.0.1xx at the very least and only in razor_tooling. It might be due to some workspace configuration for razor. The dotnet-format team is working on a PR, but for now to unblock we will do this.
1 parent 2cdf2f1 commit 7e83556

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

eng/dotnet-format/dotnet-format-integration.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ parameters:
5050
_branchName: "main"
5151
_sha: "1b2ff365399ab6736a9ea4c98ab1b60acda5d917"
5252
_useParentSdk: 0
53-
- Name: razor_tooling
54-
_repo: "https://github.com/dotnet/razor"
55-
_repoName: "dotnet/razor"
56-
_targetSolution: "Razor.sln"
57-
_branchName: "main"
58-
_sha: "ecb4b595e3322a18c240f50a763868540f51eaaa"
59-
_useParentSdk: 0
6053

6154
- name: timeoutInMinutes
6255
type: number

0 commit comments

Comments
 (0)