Skip to content

Commit 804785b

Browse files
committed
2 parents e7f421b + 12c1167 commit 804785b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cipackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
dotnet-version: 9.0.x
1818

1919
- name: Restore dependencies
20-
run: dotnet restore src/FlowCommandLine/FlowCommandLine.csproj
20+
run: dotnet restore src/FlowCommandLine/FlowCommandLine.sln
2121
- name: Build
22-
run: dotnet build --configuration Release src/FlowCommandLine/FlowCommandLine.csproj
22+
run: dotnet build --configuration Release src/FlowCommandLine/FlowCommandLine.sln
2323
- name: Tests
24-
run: dotnet test --configuration Release --no-build src/FlowCommandLine/FlowCommandLine.csproj
24+
run: dotnet test --configuration Release src/FlowCommandLine/FlowCommandLine.sln
2525
- name: Pack package
2626
run: dotnet pack --configuration Release --no-build --output . src/FlowCommandLine/FlowCommandLine.csproj

0 commit comments

Comments
 (0)