Skip to content

Commit e46ee1f

Browse files
authored
Update build workflow to use project file for build
1 parent 1b21c3c commit e46ee1f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,9 @@ jobs:
2626
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: '8.0.x'
29-
30-
- name: List repo files
31-
run: ls -R
3229

3330
- name: Restore dependencies
3431
run: dotnet restore PraKrish.GraphqlClient/Prakrishtha.GraphqlClient.sln
3532

3633
- name: Build
37-
run: dotnet build ..\GraphqlHttpClient\GraphqlHttpClient --configuration Release --no-restore
34+
run: dotnet build PraKrish.GraphqlClient/GraphqlClient/GraphqlClient.csproj --configuration Release --no-restore

0 commit comments

Comments
 (0)