Skip to content

Commit d929ca0

Browse files
committed
fix failed build remove
1 parent caa566c commit d929ca0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
run: dotnet restore Src/FluentAssertionsToShouldlyAnalyzer.sln
2727

2828
- name: Build solution projects
29-
run: dotnet build Src/FluentAssertionsToShouldlyAnalyzer.sln --configuration Release --no-restore
29+
run: |
30+
dotnet build Src/FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer --configuration Release --no-restore
31+
dotnet build Src/FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer.CodeFixes --configuration Release --no-restore
32+
dotnet build Src/FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer.Package --configuration Release --no-restore
33+
dotnet build Src/FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer.Test --configuration Release --no-restore
3034
3135
- name: Run Unit Tests and Generate Coverage
3236
uses: glennawatson/coverlet-msbuild@v1

0 commit comments

Comments
 (0)