Skip to content

Commit ecda164

Browse files
committed
ci: add dotnet pack and use Release
1 parent 9427f70 commit ecda164

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-debug.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
dotnet-version: |
2323
6.0.x
2424
8.0.x
25-
- run: dotnet build -c Debug
26-
- run: dotnet test -c Debug --no-build
25+
- run: dotnet build -c Release
26+
- run: dotnet test -c Release --no-build
27+
- run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o $GITHUB_WORKSPACE/artifacts

0 commit comments

Comments
 (0)