Skip to content

Commit 12c1167

Browse files
authored
Update cipackage.yml
1 parent d23179d commit 12c1167

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
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)