Skip to content

build(dotnet): upgrade dotnet 9 #149

build(dotnet): upgrade dotnet 9

build(dotnet): upgrade dotnet 9 #149

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
-
name: Build and pack package
shell: bash
run: ./pack.sh