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 a0b75e2 commit 7d7505eCopy full SHA for 7d7505e
.github/workflows/dotnetcore.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: Run Octokit.GraphQL.Core.Generation.UnitTests
37
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
38
39
- - name: Create NuGet package
40
- run: nuget pack
+ - name: Create package using .nuspec
+ run: dotnet pack pack.csproj --output .
41
42
- name: Publish to GitHub Packages
43
if: github.ref == 'refs/heads/master'
0 commit comments