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 61d26c6 commit 860e333Copy full SHA for 860e333
1 file changed
.github/workflows/build-debug.yaml
@@ -18,8 +18,9 @@ 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
24
25
build-unity:
26
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