Skip to content

chore: Set PackageLicenseExpression and fix incorrect datatype for container attach parameter #7

chore: Set PackageLicenseExpression and fix incorrect datatype for container attach parameter

chore: Set PackageLicenseExpression and fix incorrect datatype for container attach parameter #7

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build