We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23179d commit 12c1167Copy full SHA for 12c1167
.github/workflows/cipackage.yml
@@ -17,10 +17,10 @@ jobs:
17
dotnet-version: 9.0.x
18
19
- name: Restore dependencies
20
- run: dotnet restore src/FlowCommandLine/FlowCommandLine.csproj
+ run: dotnet restore src/FlowCommandLine/FlowCommandLine.sln
21
- name: Build
22
- run: dotnet build --configuration Release src/FlowCommandLine/FlowCommandLine.csproj
+ run: dotnet build --configuration Release src/FlowCommandLine/FlowCommandLine.sln
23
- name: Tests
24
- run: dotnet test --configuration Release
+ run: dotnet test --configuration Release src/FlowCommandLine/FlowCommandLine.sln
25
- name: Pack package
26
run: dotnet pack --configuration Release --no-build --output . src/FlowCommandLine/FlowCommandLine.csproj
0 commit comments