We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f7937 commit f97ed72Copy full SHA for f97ed72
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Restore
43
shell: pwsh
44
- run: dotnet restore .\Tocsoft.GraphQLCodeGen.MsBuild\Tocsoft.GraphQLCodeGen.MsBuild.csproj
+ run: dotnet restore
45
46
- name: Package
47
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
- run: dotnet restore .\Tocsoft.GraphQLCodeGen.Npm\Tocsoft.GraphQLCodeGen.Npm.csproj
78
79
80
0 commit comments