Skip to content

Commit f409b02

Browse files
committed
use correct folders
1 parent a02a5fb commit f409b02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)