Skip to content

Commit 7d7505e

Browse files
authored
Create package using .nuspec
1 parent a0b75e2 commit 7d7505e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Run Octokit.GraphQL.Core.Generation.UnitTests
3737
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
3838

39-
- name: Create NuGet package
40-
run: nuget pack
39+
- name: Create package using .nuspec
40+
run: dotnet pack pack.csproj --output .
4141

4242
- name: Publish to GitHub Packages
4343
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)