Skip to content

Commit 1b21c3c

Browse files
authored
Update .NET restore command in build workflow
1 parent 1eb8b71 commit 1b21c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ls -R
3232

3333
- name: Restore dependencies
34-
run: dotnet restore GraphqlClient/GraphqlHttpClient.csproj
34+
run: dotnet restore PraKrish.GraphqlClient/Prakrishtha.GraphqlClient.sln
3535

3636
- name: Build
3737
run: dotnet build ..\GraphqlHttpClient\GraphqlHttpClient --configuration Release --no-restore

0 commit comments

Comments
 (0)