File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments