We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f75dcd commit 995a338Copy full SHA for 995a338
.github/workflows/build-debug.yaml
@@ -18,5 +18,6 @@ jobs:
18
steps:
19
- uses: Cysharp/Actions/.github/actions/checkout@main
20
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
21
- - run: dotnet build -c Debug
22
- - run: dotnet test -c Debug --no-build
+ - run: dotnet build -c Release
+ - 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