Skip to content

docs: correct link in ListTasks documentation #5456

docs: correct link in ListTasks documentation

docs: correct link in ListTasks documentation #5456

Workflow file for this run

name: Build push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Build and test
run: |
dotnet --info
touch build_timing_log.txt
./build.sh
./processbuildtiminglog.sh