We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabaf93 commit 81bafe1Copy full SHA for 81bafe1
.github/workflows/publish.yml
@@ -25,9 +25,6 @@ jobs:
25
- name: Restore dependencies
26
run: dotnet restore Src/FluentAssertionsToShouldlyAnalyzer.sln
27
28
- - name: Build solution
29
- run: dotnet build Src/FluentAssertionsToShouldlyAnalyzer.sln --configuration Release --no-restore
30
-
31
- name: Build solution projects
32
run: |
33
dotnet build Src/FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer --configuration Release --no-restore
0 commit comments