Skip to content

ci: Bring Sourcelink configuration to internal scripts. #676

ci: Bring Sourcelink configuration to internal scripts.

ci: Bring Sourcelink configuration to internal scripts. #676

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
env:
DOTNET_NOLOGO: true
steps:
- name: Check out our repo
uses: actions/checkout@v4
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
run: |
./build.sh