Skip to content

Commit 14c8b90

Browse files
committed
Fix paths
1 parent 3bc457b commit 14c8b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet restore
2525
- name: Build selected projects
2626
run: |
27-
dotnet build src/AddWithXmlDoc.Core.csproj
27+
dotnet build src/AddWithXmlDoc.Core/AddWithXmlDoc.Core.csproj
2828
dotnet build src/VSAddWithXmlDoc/VSAddWithXmlDoc/VSAddWithXmlDoc.csproj
2929
- name: Test
3030
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)