We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b21c3c commit e46ee1fCopy full SHA for e46ee1f
.github/workflows/build.yml
@@ -26,12 +26,9 @@ jobs:
26
uses: actions/setup-dotnet@v4
27
with:
28
dotnet-version: '8.0.x'
29
-
30
- - name: List repo files
31
- run: ls -R
32
33
- name: Restore dependencies
34
run: dotnet restore PraKrish.GraphqlClient/Prakrishtha.GraphqlClient.sln
35
36
- name: Build
37
- run: dotnet build ..\GraphqlHttpClient\GraphqlHttpClient --configuration Release --no-restore
+ run: dotnet build PraKrish.GraphqlClient/GraphqlClient/GraphqlClient.csproj --configuration Release --no-restore
0 commit comments