File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments