Skip to content

Commit 2cafd4f

Browse files
committed
ci: remove snupkg to handle NU5017 reported for symbol packages without clarifying this
NuGet/Home#10372
1 parent 995a338 commit 2cafd4f

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,4 +20,4 @@ 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

0 commit comments

Comments
 (0)