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 d1f009d commit a448d9cCopy full SHA for a448d9c
.github/workflows/build-debug.yaml
@@ -17,8 +17,9 @@ jobs:
17
steps:
18
- uses: Cysharp/Actions/.github/actions/checkout@main
19
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
20
- - run: dotnet build -c Debug
21
- - run: dotnet test -c Debug --no-build
+ - run: dotnet build -c Release
+ - run: dotnet test -c Release --no-build
22
+ - run: dotnet pack -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o $GITHUB_WORKSPACE/artifacts
23
24
build-unity:
25
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