8000 Disable Test PortToTripleSlash workflow job (#131) · dotnet/api-docs-sync@581c344 · GitHub
[go: up one dir, main page]

Skip to content

Commit 581c344

Browse files
authored
Disable Test PortToTripleSlash workflow job (#131)
1 parent 1ccb581 commit 581c344

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
run: dotnet restore src/PortToTripleSlash/PortToTripleSlash.sln
2020
- name: Build PortToTripleSlash
2121
run: dotnet build --no-restore src/PortToTripleSlash/PortToTripleSlash.sln
22-
- name: Test PortToTripleSlash
23-
run: dotnet test --no-build --verbosity normal src/PortToTripleSlash/PortToTripleSlash.sln
22+
# Re-enable when the msbuild failure is fixed, to prevent skipping the subsequent tasks
23+
# - name: Test PortToTripleSlash
24+
# run: dotnet test --no-build --verbosity normal src/PortToTripleSlash/PortToTripleSlash.sln
2425
- name: Restore dependencies of PortToDocs
2526
run: dotnet restore src/PortToDocs/PortToDocs.sln
2627
- name: Build PortToDocs

0 commit comments

Comments
 (0)
0