File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 dotnet-version : " 8.0.x"
2020
2121 - name : Restore dependencies
22- run : dotnet restore FluentAssertionsToShouldlyAnalyzer.sln
22+ run : dotnet restore Src/ FluentAssertionsToShouldlyAnalyzer.sln
2323
2424 - name : Build solution
25- run : dotnet build FluentAssertionsToShouldlyAnalyzer.sln --configuration Release --no-restore
25+ run : dotnet build Src/FluentAssertionsToShouldlyAnalyzer/ FluentAssertionsToShouldlyAnalyzer.sln --configuration Release --no-restore
2626
2727 - name : Run tests
28- run : dotnet test FluentAssertionsToShouldlyAnalyzer.sln --no-build --verbosity normal
28+ run : dotnet test Src/FluentAssertionsToShouldlyAnalyzer/ FluentAssertionsToShouldlyAnalyzer.sln --no-build --verbosity normal
2929
3030 - name : Pack NuGet package
31- run : dotnet pack FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer.csproj --configuration Release --output ./artifacts
31+ run : dotnet pack Src/ FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer/FluentAssertionsToShouldlyAnalyzer.csproj --configuration Release --output ./artifacts
3232
3333 - name : Publish to NuGet
3434 env :
You can’t perform that action at this time.
0 commit comments