We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e111283 commit 843b621Copy full SHA for 843b621
.github/workflows/dotnetcore.yml
@@ -38,7 +38,7 @@ jobs:
38
run: dotnet test -c ${{ env.config }} --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*" .\Octokit.GraphQL.Core.Generation.UnitTests\Octokit.GraphQL.Core.Generation.UnitTests.csproj
39
40
- name: Create package using .nuspec
41
- run: dotnet pack pack.csproj --output ${{ env.PackageOutputPath }}
+ run: dotnet pack Octokit.GraphQL.Pack/Octokit.GraphQL.Pack.csproj --output ${{ env.PackageOutputPath }}
42
43
- name: Upload nupkg artifact
44
uses: actions/upload-artifact@v2
0 commit comments