Skip to content

doc: add Custom Profiling #11

doc: add Custom Profiling

doc: add Custom Profiling #11

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: guitarrapc/actions/.github/actions/setup-dotnet@main
- run: dotnet build -c Release
- run: dotnet test -c Release --no-build --logger GitHubActions --logger "console;verbosity=normal"
- run: dotnet pack -c Release