We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc457b commit 14c8b90Copy full SHA for 14c8b90
.github/workflows/dotnet.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet restore
25
- name: Build selected projects
26
run: |
27
- dotnet build src/AddWithXmlDoc.Core.csproj
+ dotnet build src/AddWithXmlDoc.Core/AddWithXmlDoc.Core.csproj
28
dotnet build src/VSAddWithXmlDoc/VSAddWithXmlDoc/VSAddWithXmlDoc.csproj
29
- name: Test
30
run: dotnet test --no-build --verbosity normal
0 commit comments