Skip to content

Detachment and SDK updates for importer fixes #3

Detachment and SDK updates for importer fixes

Detachment and SDK updates for importer fixes #3

Workflow file for this run

name: .NET Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
- uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
- name: 🔫 Build
run: dotnet run --project src/build/build.csproj -- build