File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,18 @@ jobs:
31
31
- name : Run Octokit.GraphQL.UnitTests
32
32
run : >-
33
33
dotnet test -c ${{ env.config }} --no-build
34
- .\Octokit.GraphQL.UnitTests\Octokit.GraphQL.UnitTests.csproj
34
+ .\src\ Octokit.GraphQL.UnitTests\Octokit.GraphQL.UnitTests.csproj
35
35
- name : Run Octokit.GraphQL.Core.UnitTests
36
36
run : >-
37
37
dotnet test -c ${{ env.config }} --no-build
38
- .\Octokit.GraphQL.Core.UnitTests\Octokit.GraphQL.Core.UnitTests.csproj
38
+ .\src\ Octokit.GraphQL.Core.UnitTests\Octokit.GraphQL.Core.UnitTests.csproj
39
39
- name : Run Octokit.GraphQL.Core.Generation.UnitTests
40
40
run : >-
41
41
dotnet test -c ${{ env.config }} --no-build
42
- .\Octokit.GraphQL.Core.Generation.UnitTests\Octokit.GraphQL.Core.Generation.UnitTests.csproj
42
+ .\src\ Octokit.GraphQL.Core.Generation.UnitTests\Octokit.GraphQL.Core.Generation.UnitTests.csproj
43
43
- name : Create package using .nuspec
44
44
run : >-
45
- dotnet pack Octokit.GraphQL.Pack/Octokit.GraphQL.Pack.csproj --output
45
+ dotnet pack src/ Octokit.GraphQL.Pack/Octokit.GraphQL.Pack.csproj --output
46
46
${{ env.PackageOutputPath }}
47
47
- name : Upload nupkg artifact
48
48
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments