Skip to content

chore: Specify IsPackable=false on Directory.Build.props, explicitly true for target packages. #12

chore: Specify IsPackable=false on Directory.Build.props, explicitly true for target packages.

chore: Specify IsPackable=false on Directory.Build.props, explicitly true for target packages. #12

Workflow file for this run

name: Build-Debug
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build-dotnet:
permissions:
contents: read
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: Cysharp/Actions/.github/actions/checkout@main
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet build -c Release
- run: dotnet test -c Release --no-build
# need build. don't use --no-build
- run: dotnet pack -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o $GITHUB_WORKSPACE/artifacts