Skip to content

Commit 995a338

Browse files
committed
ci: add dotnet pack and use Release
1 parent 0f75dcd commit 995a338

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
@@ -18,5 +18,6 @@ jobs:
1818
steps:
1919
- uses: Cysharp/Actions/.github/actions/checkout@main
2020
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
21-
- run: dotnet build -c Debug
22-
- run: dotnet test -c Debug --no-build
21+
- run: dotnet build -c Release
22+
- 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

0 commit comments

Comments
 (0)