Skip to content

Commit 2d39bb9

Browse files
committed
ci: remove snupkg for SourceGenerator NuGet
1 parent 860e333 commit 2d39bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
2121
- run: dotnet build -c Release
2222
- run: dotnet test -c Release --no-build
23-
- run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o $GITHUB_WORKSPACE/artifacts
23+
- run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -o $GITHUB_WORKSPACE/artifacts
2424

2525
build-unity:
2626
if: ${{ ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:')) && github.triggering_actor != 'dependabot[bot]' }}

0 commit comments

Comments
 (0)